X-Git-Url: http://gitweb.fperrin.net/?p=GpsPrune.git;a=blobdiff_plain;f=buildtools%2Fpom.xml;h=b079793cd51a16cb2eda1327760d61aff09fc16c;hp=8d4c8c570f5558285cb598303d8d5362ec1e09a7;hb=HEAD;hpb=addb2c8813291bea768845c2d5dfbd3700feda42 diff --git a/buildtools/pom.xml b/buildtools/pom.xml index 8d4c8c5..b079793 100644 --- a/buildtools/pom.xml +++ b/buildtools/pom.xml @@ -7,7 +7,7 @@ tim.prune gpsprune - 19.3-SNAPSHOT + 20.4 jar tim.prune.gpsprune @@ -18,12 +18,13 @@ 1.8 1.8 tim.prune.GpsPrune - 1.5.1 + 1.3.1 + 1.5.2 - TUDelft - http://simulation.tudelft.nl/maven/ + talanlabs-releases-repository + http://nexus.talanlabs.com/content/repositories/releases/ @@ -40,18 +41,31 @@ java3d - j3d-core-utils - ${java3d.version} + j3dutils + ${j3dutils.version} + + + org.junit.jupiter + junit-jupiter-engine + 5.7.1 + test + + + org.junit.jupiter + junit-jupiter-api + 5.7.1 + test ${project.build.directory}/classes ${project.artifactId}_${project.version} - ${project.basedir}/ + ${project.basedir}/src + ${project.basedir}/test - ${project.basedir}/ + ${project.basedir}/src/ tim/prune/gui/images/* tim/prune/lang/* @@ -61,8 +75,8 @@ - + + @@ -77,6 +91,11 @@ maven-compiler-plugin 3.8.0 + + + -Xlint:deprecation + + maven-jar-plugin @@ -125,7 +144,14 @@ ${app.mainClass} - + + maven-surefire-plugin + 2.22.2 + + + maven-failsafe-plugin + 2.22.2 +