X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=pom.xml;h=da8235818f9e493d2d16087687ac1e4a635d3447;hb=28b0a4ad549038eab7880aa3cb2d3cf489730355;hp=6f917fb08dbde865970309e1a733ff7bc6bbe721;hpb=0eb18e62d2ec792392e55b1d09226c178c2b8ae1;p=rhynodge.git diff --git a/pom.xml b/pom.xml index 6f917fb..da82358 100644 --- a/pom.xml +++ b/pom.xml @@ -2,25 +2,129 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 net.pterodactylus - reactor - 0.0.1-SNAPSHOT + rhynodge + 0.1 UTF-8 + org.codehaus.mojo + findbugs-maven-plugin + 2.5.2 + + ${findbugs.timeout} + + + maven-compiler-plugin 2.3.2 - 1.6 - 1.6 + 1.8 + 1.8 + + + + org.apache.maven.plugins + maven-assembly-plugin + 2.2-beta-5 + + + jar-with-dependencies + + + skip + + + + net.pterodactylus.rhynodge.engine.Starter + + + + + + make-assembly + package + + single + + + + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + net.pterodactylus.rhynodge.engine.Starter + + org.jacoco + jacoco-maven-plugin + 0.7.1.201405082137 + + + default-prepare-agent + + prepare-agent + + + + default-report + prepare-package + + report + + + + default-check + + check + + + + + + BUNDLE + + + + COMPLEXITY + COVEREDRATIO + 0.60 + + + + + + + + + + junit + junit + 4.11 + test + + + org.hamcrest + hamcrest-library + 1.3 + test + + + org.mockito + mockito-all + 1.9.5 + test + + com.google.guava guava 14.0-rc1 @@ -65,5 +169,10 @@ jackson-databind 2.1.2 + + com.lexicalscope.jewelcli + jewelcli + 0.8.3 +