Author: jfrederic.clere(a)jboss.com
Date: 2011-12-14 15:53:17 -0500 (Wed, 14 Dec 2011)
New Revision: 2872
Modified:
trunk/build/unix/util/jbossweb/pom.xml
Log:
Add a exec to get the binaries from hudson.
Modified: trunk/build/unix/util/jbossweb/pom.xml
===================================================================
--- trunk/build/unix/util/jbossweb/pom.xml 2011-12-14 13:48:00 UTC (rev 2871)
+++ trunk/build/unix/util/jbossweb/pom.xml 2011-12-14 20:53:17 UTC (rev 2872)
@@ -55,6 +55,22 @@
<build>
<plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>exec-maven-plugin</artifactId>
+ <version>1.1.1</version>
+ <executions>
+ <execution>
+ <phase>generate-resources</phase>
+ <goals>
+ <goal>exec</goal>
+ </goals>
+ <configuration>
+ <executable>build.sh</executable>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>