From aa09a29df72bdd22354994028f3c21de252a391e Mon Sep 17 00:00:00 2001 From: yugecin Date: Sat, 29 Apr 2017 22:43:23 +0200 Subject: [PATCH] pom adjustments: copy libs to /mvnlibs/ for ant, exclude .pdn resources from being added to the jar --- pom.xml | 46 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 39 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index f0f677ed..bab25d38 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,8 @@ - + + 4.0.0 yugecin opsu-dance @@ -21,6 +24,7 @@ **/Thumbs.db **/version + **.pdn @@ -32,6 +36,33 @@ + + org.apache.maven.plugins + maven-clean-plugin + 2.4.1 + + + + ${project.basedir}/mvnlibs + true + + + + + + maven-dependency-plugin + + + initialize + + copy-dependencies + + + ${project.basedir}/mvnlibs + + + + org.apache.maven.plugins maven-compiler-plugin @@ -211,10 +242,11 @@ lzma-java 1.3 - - gov.nist.math - jama - 1.0.3 - + + gov.nist.math + jama + 1.0.3 + + \ No newline at end of file