Author: keith
Date: Fri Dec  7 01:08:08 2007
New Revision: 10688

Log:

Fixing Mashup-41. Now if you type mvn clean install -Dmaven.test.skip=true 
test-resources wont be created (This reduces the build time a lot)



Modified:
   trunk/mashup/java/modules/integration/pom.xml

Modified: trunk/mashup/java/modules/integration/pom.xml
==============================================================================
--- trunk/mashup/java/modules/integration/pom.xml       (original)
+++ trunk/mashup/java/modules/integration/pom.xml       Fri Dec  7 01:08:08 2007
@@ -179,7 +179,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-antrun-plugin</artifactId>
-                <version>1.1</version>
+                <version>1.2-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <id>create-test-resources</id>
@@ -188,7 +188,7 @@
                             <goal>run</goal>
                         </goals>
                         <configuration>
-                            <tasks>
+                            <tasks unless="maven.test.skip">
                                 <property name="wso2mashup.version" 
value="${wso2mashup.version}"/>
                                 <property name="wso2mashup.version.number" 
value="${wso2mashup.version.number}"/>
                                 <property name="httpPort" value="${httpPort}"/>

_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to