Author: simonetripodi
Date: Thu Jul 5 19:27:18 2012
New Revision: 1357820
URL: http://svn.apache.org/viewvc?rev=1357820&view=rev
Log:
skip assembly in ITs rather then turning on the
<groupId>org.apache.maven.plugins</groupId>
Modified:
incubator/any23/trunk/plugins/integration-test/pom.xml
incubator/any23/trunk/pom.xml
Modified: incubator/any23/trunk/plugins/integration-test/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/plugins/integration-test/pom.xml?rev=1357820&r1=1357819&r2=1357820&view=diff
==============================================================================
--- incubator/any23/trunk/plugins/integration-test/pom.xml (original)
+++ incubator/any23/trunk/plugins/integration-test/pom.xml Thu Jul 5 19:27:18
2012
@@ -68,6 +68,15 @@
</resources>
<plugins>
+ <!-- skip assembly generation for ITs -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <configuration>
+ <skipAssembly>true</skipAssembly>
+ </configuration>
+ </plugin>
+
<!--
Detect any plugin declared within the ./plugin classes,
for each one performs a compilation and a dependency distribution.
Modified: incubator/any23/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1357820&r1=1357819&r2=1357820&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Thu Jul 5 19:27:18 2012
@@ -619,7 +619,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
- <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
<descriptors>
<descriptor>${basedir}/src/main/assembly/src.xml</descriptor>
</descriptors>