From 4c4ac20b471121bb9d03ee247cfea2c4b092996c Mon Sep 17 00:00:00 2001 From: jendave Date: Sun, 7 Aug 2011 00:48:56 +0000 Subject: [PATCH] Maven build - moved OSX build into profile so it does not build under Linux/Windows. Fixed permissions on executable files. --- pom.xml | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 86 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 984c99e4937..f42bcb111af 100644 --- a/pom.xml +++ b/pom.xml @@ -129,12 +129,13 @@ + + OSX archive @@ -166,6 +167,17 @@ + + + + run + + --> + + win-linux-app-bundle + package + + @@ -227,7 +239,7 @@ org.apache.maven.plugins maven-site-plugin - 3.0-beta-3 + 2.3 org.apache.maven.plugins @@ -358,4 +370,75 @@ + + + osx + + + mac + + + + + + maven-antrun-plugin + + + org.apache.ant + ant-nodeps + 1.7.1 + + + + + osx-appbundle + package + + + + + + + + + + + + + + + + + + + + + + + run + + + + + + + + +