X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=pom.xml;h=514ded5e99bce74527b74a373a79dcb3bcdf3383;hb=920800afdb03718187ebc014ea4555429ea24ea1;hp=ec72184876039e8871983fd5fddbb03879048897;hpb=af9bb0e9998f2eb022e8dd5f46f684771008a0f8;p=rhynodge.git diff --git a/pom.xml b/pom.xml index ec72184..514ded5 100644 --- a/pom.xml +++ b/pom.xml @@ -10,14 +10,49 @@ + 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 @@ -27,8 +62,37 @@ + + + + + org.codehaus.mojo + emma-maven-plugin + 1.0-alpha-3 + + + + + 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