[jboss-cvs] JBossAS SVN: r95681 - trunk/build.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Oct 28 10:02:12 EDT 2009
Author: pgier
Date: 2009-10-28 10:02:12 -0400 (Wed, 28 Oct 2009)
New Revision: 95681
Modified:
trunk/build/pom.xml
Log:
[JBBUILD-568] Dist assembly profile should not be inherited.
Modified: trunk/build/pom.xml
===================================================================
--- trunk/build/pom.xml 2009-10-28 13:56:56 UTC (rev 95680)
+++ trunk/build/pom.xml 2009-10-28 14:02:12 UTC (rev 95681)
@@ -635,6 +635,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
+ <inherited>false</inherited>
<executions>
<execution>
<phase>package</phase>
More information about the jboss-cvs-commits
mailing list