From e356c4b547af51dde9759c65206807651b75cdb2 Mon Sep 17 00:00:00 2001 From: neothemachine Date: Thu, 25 Jul 2013 21:04:30 +0200 Subject: don't exclude distribution module from build + some POM refactoring this prevents that the version number isn't bumped when using maven-release-plugin --- ardor3d-distribution/pom.xml | 95 +++++++++++++++++++++++--------------------- 1 file changed, 50 insertions(+), 45 deletions(-) (limited to 'ardor3d-distribution') diff --git a/ardor3d-distribution/pom.xml b/ardor3d-distribution/pom.xml index a32f15f..9a1c7d1 100644 --- a/ardor3d-distribution/pom.xml +++ b/ardor3d-distribution/pom.xml @@ -22,50 +22,55 @@ - - - - org.apache.maven.plugins - maven-assembly-plugin - - - distro-assembly - package - - single - - - - assembly-all.xml - assembly-jogl.xml - assembly-lwjgl.xml - - - - - - - - com.googlecode.mavennatives - maven-nativedependencies-plugin - - - unpacknatives - - copy - - - - - - - org.apache.maven.plugins - maven-install-plugin - - true - - - - + + + hudson + + + + org.apache.maven.plugins + maven-assembly-plugin + + + distro-assembly + package + + single + + + + assembly-all.xml + assembly-jogl.xml + assembly-lwjgl.xml + + + + + + + + com.googlecode.mavennatives + maven-nativedependencies-plugin + + + unpacknatives + + copy + + + + + + + org.apache.maven.plugins + maven-install-plugin + + true + + + + + + -- cgit v1.2.3