From 6fc5f9cd076a988b15ccf9d93b1ac1c6eb0de137 Mon Sep 17 00:00:00 2001 From: jendave Date: Sun, 7 Aug 2011 01:30:34 +0000 Subject: [PATCH] move window/linux build into profile to make the Maven install goal less time-consuming --- pom.xml | 341 +++++++++++++++++++++++++++++++------------------------- 1 file changed, 187 insertions(+), 154 deletions(-) diff --git a/pom.xml b/pom.xml index c4244371dbf..a39d34f6e9c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,5 @@ - + 4.0.0 forge @@ -152,54 +153,6 @@ - - maven-antrun-plugin - - - org.apache.ant - ant-nodeps - 1.7.1 - - - - - win-linux-app-bundle - package - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - run - - - - org.apache.maven.plugins @@ -232,32 +185,32 @@ 2.1.2 + org.codehaus.mojo + build-helper-maven-plugin + 1.5 + + + attach-distribution + package + + attach-artifact + + + + + ${project.build.directory}/${project.build.finalName}.tar.bz2 + tar.bz2 + + + ${project.build.directory}/${project.build.finalName}.osx.tar.bz2 + osx + tar.bz2 + + + + + + --> org.apache.maven.plugins maven-deploy-plugin @@ -273,40 +226,10 @@ - - com.googlecode.maven-gcu-plugin - maven-gcu-plugin - 1.1 - - - googlecode-upload - deploy - - upload - - - true - - cardforge - - - - - ${project.build.directory}/${project.build.finalName}.tar.bz2 - - ${project.name} ${project.version} Windows/Linux package - - - - - - - - - - - + org.apache.maven.plugins + maven-javadoc-plugin + 2.8 @@ -327,6 +250,7 @@ + @@ -457,6 +381,108 @@ + + + + windows-linux + + + + + + + + + + maven-antrun-plugin + + + org.apache.ant + ant-nodeps + 1.7.1 + + + + + win-linux-app-bundle + package + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + run + + + + + + com.googlecode.maven-gcu-plugin + maven-gcu-plugin + 1.1 + + + googlecode-upload + deploy + + upload + + + true + + cardforge + + + + + ${project.build.directory}/${project.build.finalName}.tar.bz2 + + ${project.name} ${project.version} Windows/Linux package + + + + + + + + + + + + + + + "LICENSE.txt" @@ -468,7 +494,7 @@ osx - + @@ -488,25 +514,32 @@ package - + - - - + + + - - - - - + + + + + - - - + - + - + @@ -515,37 +548,37 @@ - - com.googlecode.maven-gcu-plugin - maven-gcu-plugin - 1.1 - - - googlecode-upload - deploy - - upload - - - true - cardforge - - - - ${project.build.directory}/${project.build.finalName}.osx.tar.bz2 - - ${project.name} ${project.version} Mac OSX package - - - - - - - - - - - + + com.googlecode.maven-gcu-plugin + maven-gcu-plugin + 1.1 + + + googlecode-upload + deploy + + upload + + + true + cardforge + + + + ${project.build.directory}/${project.build.finalName}.osx.tar.bz2 + + ${project.name} ${project.version} Mac OSX package + + + + + + + + + + +