From 86ec3380b21c16f9db1118bfdb3cde8069387ed8 Mon Sep 17 00:00:00 2001 From: Manfred Karrer Date: Sat, 7 Mar 2015 00:58:57 +0100 Subject: [PATCH] Add net module --- common/pom.xml | 2 +- gui/pom.xml | 7 +---- net/pom.xml | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++ pom.xml | 3 +- 4 files changed, 88 insertions(+), 8 deletions(-) create mode 100644 net/pom.xml diff --git a/common/pom.xml b/common/pom.xml index 7f097942dd..e1cb94b2d7 100755 --- a/common/pom.xml +++ b/common/pom.xml @@ -5,7 +5,7 @@ parent io.bitsquare - 0.1.1 + 0.1.2-SNAPSHOT common diff --git a/gui/pom.xml b/gui/pom.xml index e2a6c69793..590c0e32ba 100755 --- a/gui/pom.xml +++ b/gui/pom.xml @@ -6,7 +6,7 @@ parent io.bitsquare - 0.1.1 + 0.1.2-SNAPSHOT gui @@ -106,11 +106,6 @@ - - io.bitsquare - common - ${project.parent.version} - ch.qos.logback logback-core diff --git a/net/pom.xml b/net/pom.xml new file mode 100644 index 0000000000..d4133a39e6 --- /dev/null +++ b/net/pom.xml @@ -0,0 +1,84 @@ + + + + parent + io.bitsquare + 0.1.2-SNAPSHOT + + 4.0.0 + + net + + + + + + false + ${basedir}/src/main/java + + **/*.fxml + **/*.css + + + + false + ${basedir}/src/main/resources + + **/*.* + + + + + + + org.apache.maven.plugins + maven-shade-plugin + 2.3 + + + false + + + io.bitsquare.app.cli.BootstrapNodeMain + + + + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + + + + package + + shade + + + true + bundled + BootstrapNodeMain + + + + + + + + + + + io.bitsquare + gui + ${project.parent.version} + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 3ab8bb2285..2054353318 100755 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ io.bitsquare parent pom - 0.1.1 + 0.1.2-SNAPSHOT The decentralized bitcoin exchange https://bitsquare.io @@ -39,6 +39,7 @@ gui common + net