Author: jfrederic.clere(a)jboss.com
Date: 2012-01-05 08:32:58 -0500 (Thu, 05 Jan 2012)
New Revision: 2888
Modified:
trunk/build/unix/buildbin.mod_cluster.sh
Log:
Try to produce the binary.
Modified: trunk/build/unix/buildbin.mod_cluster.sh
===================================================================
--- trunk/build/unix/buildbin.mod_cluster.sh 2012-01-05 08:59:31 UTC (rev 2887)
+++ trunk/build/unix/buildbin.mod_cluster.sh 2012-01-05 13:32:58 UTC (rev 2888)
@@ -275,6 +275,8 @@
echo "maven build failed"
exit 1
fi
+ # the src/assembly/bin.xml is executed too early so the first time the file is
"empty".
+ mvn -P dist package -Djboss.server.log.dir=`pwd` -Djava.net.preferIPv4Stack=true
-Dmaven.test.skip=true
cp target/*-bin.* ${build_top}/output
) || exit 1
mkdir -p ${RPM_BUILD_ROOT}/${BASEHTTPD}/tools
Show replies by date