From: activityworkshop Date: Fri, 17 May 2019 19:18:40 +0000 (+0200) Subject: pom.xml for Maven contributed by Plamen Tanov (ptanov) X-Git-Tag: v19.2.fp1~6 X-Git-Url: https://gitweb.fperrin.net/?p=GpsPrune.git;a=commitdiff_plain;h=addb2c8813291bea768845c2d5dfbd3700feda42 pom.xml for Maven contributed by Plamen Tanov (ptanov) --- diff --git a/buildtools/pom.xml b/buildtools/pom.xml new file mode 100644 index 0000000..8d4c8c5 --- /dev/null +++ b/buildtools/pom.xml @@ -0,0 +1,133 @@ + + + + 4.0.0 + + tim.prune + gpsprune + 19.3-SNAPSHOT + jar + + tim.prune.gpsprune + https://github.com/activityworkshop/GpsPrune + + + UTF-8 + 1.8 + 1.8 + tim.prune.GpsPrune + 1.5.1 + + + + TUDelft + http://simulation.tudelft.nl/maven/ + + + + + + java3d + j3d-core + ${java3d.version} + + + java3d + vecmath + ${java3d.version} + + + java3d + j3d-core-utils + ${java3d.version} + + + + + ${project.build.directory}/classes + ${project.artifactId}_${project.version} + ${project.basedir}/ + + + ${project.basedir}/ + + tim/prune/gui/images/* + tim/prune/lang/* + tim/prune/function/srtm/srtmtiles.dat + tim/prune/*.txt + + + + + + + + + maven-clean-plugin + 3.1.0 + + + + maven-resources-plugin + 3.0.2 + + + maven-compiler-plugin + 3.8.0 + + + maven-jar-plugin + 3.0.2 + + + + ${app.mainClass} + + + + + + + maven-install-plugin + 2.5.2 + + + maven-deploy-plugin + 2.8.2 + + + + maven-site-plugin + 3.7.1 + + + maven-project-info-reports-plugin + 3.0.0 + + + org.apache.maven.plugins + maven-eclipse-plugin + 2.10 + + true + true + + + + + org.codehaus.mojo + exec-maven-plugin + 1.6.0 + + ${app.mainClass} + + + + + + + +