Author: jfrederic.clere(a)jboss.com
Date: 2011-07-21 03:13:53 -0400 (Thu, 21 Jul 2011)
New Revision: 2823
Modified:
trunk/build/unix/util/jbosswebtests/pom.xml
Log:
Arrange chmod logic... maven plays with the * :D
Modified: trunk/build/unix/util/jbosswebtests/pom.xml
===================================================================
--- trunk/build/unix/util/jbosswebtests/pom.xml 2011-07-20 12:37:58 UTC (rev 2822)
+++ trunk/build/unix/util/jbosswebtests/pom.xml 2011-07-21 07:13:53 UTC (rev 2823)
@@ -76,8 +76,9 @@
<unjar src="${org.jboss.as:jbossweb-native:jar}"
dest="node1" />
<exec executable="chmod">
+ <arg value="-R"/>
<arg value="a+x"/>
- <arg value="node1/bin/META-INF/lib/*/*/*"/>
+ <arg value="node1/bin/META-INF/lib"/>
</exec>
<!-- Start jbossweb (embedded) -->
<java classname="org.jboss.test.StartJBossWeb"
@@ -93,6 +94,7 @@
<!-- Test it -->
<delete file="index.html"/>
<exec executable="wget">
+ <arg value="-T 10"/>
<arg value="--no-check-certificate"/>
<arg
value="https://localhost:8009/index.html"/>
</exec>
Show replies by date