X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=pom.xml;h=82d565960dc8cf415a8cfe6bb252df093003d48a;hb=dd8ba86c50ea2655b1a0ac288b06495b7cb368c4;hp=cb2404bb897a5d4e114391f9b1e5fe6b767edb11;hpb=47c5662d6173f7efcf81827998ab6caaf930bf71;p=rhynodge.git diff --git a/pom.xml b/pom.xml index cb2404b..82d5659 100644 --- a/pom.xml +++ b/pom.xml @@ -26,6 +26,33 @@ + 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 @@ -35,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