diff --git a/.gitignore b/.gitignore index b770bf7ad7..88b552d11f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ /docs /log -/target /bin /out .idea diff --git a/pom.xml b/pom.xml deleted file mode 100644 index fcfbbc8866..0000000000 --- a/pom.xml +++ /dev/null @@ -1,253 +0,0 @@ - - - 4.0.0 - - io.bitsquare - bitsquare - 0.1-SNAPSHOT - BitSquare - The P2P Fiat-Bitcoin Exchange - http://www.bitsquare.io - - - bitsquare.io - - - - - GNU AFFERO GENERAL PUBLIC LICENSE - http://www.gnu.org/licenses/agpl-3.0.html - repo - - - - - GitHub - https://github.com/bitsquare/bitsquare/issues - - - - - https://github.com/bitsquare/bitsquare - - - - - sonatype-oss-snapshot - - https://oss.sonatype.org/content/repositories/snapshots - - - sonatype-oss-snapshot2 - - https://oss.sonatype.org/content/groups/public - - - bitcoinj-release - - http://distribution.bitcoinj.googlecode.com/git/releases - - - mvn-adamgent - http://mvn-adamgent.googlecode.com/svn/maven/release - Adam Gent Maven Repository - - - - tomp2p.net - http://tomp2p.net/dev/mvn/ - - - - - - bitsquare - - - - src/main/java - true - - **/*.fxml - **/*.css - - - - src/main/resources - false - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - 1.8 - 1.8 - - - - - com.zenjava - javafx-maven-plugin - 2.0 - - io.bitsquare.BitSquare - - - - org.twdata.maven - mojo-executor - 2.1.0 - - - - - - org.apache.maven.plugins - maven-jar-plugin - 2.5 - - - - true - io.bitsquare.BitSquare - dependency-jars/ - - - - - - - org.apache.maven.plugins - maven-dependency-plugin - 2.8 - - - copy-dependencies - package - - copy-dependencies - - - log4j - ${project.build.directory}/dependency-jars/ - - - - - - - - - - - com.google - bitcoinj - 0.12-SNAPSHOT - - - - net.tomp2p - tomp2p-all - 5.0-Alpha24-SNAPSHOT - - - - junit - junit - 4.11 - test - - - - org.slf4j - slf4j-api - 1.7.7 - - - - ch.qos.logback - logback-core - 1.1.2 - - - - ch.qos.logback - logback-classic - 1.1.2 - compile - - - - com.google.inject - guice - 3.0 - no_aop - - - - com.google.guava - guava - 16.0.1 - - - - com.google.code.gson - gson - 2.2.4 - compile - - - - org.controlsfx - controlsfx - 8.0.5 - - - - de.jensd - fontawesomefx - 8.0.0 - - - net.glxn - qrgen - 1.3 - - - - com.google.code.findbugs - jsr305 - 2.0.3 - - - - net.jcip - jcip-annotations - 1.0 - - - - org.jetbrains - annotations - 13.0 - - - - org.mockito - mockito-all - 1.9.5 - test - - - - - UTF-8 - - \ No newline at end of file