Author: simonetripodi
Date: Mon Jul 2 09:36:20 2012
New Revision: 1356145
URL: http://svn.apache.org/viewvc?rev=1356145&view=rev
Log:
the apache-release executes assembly generation from parent (which is not the
case of any23)
Modified:
incubator/any23/trunk/pom.xml
Modified: incubator/any23/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1356145&r1=1356144&r2=1356145&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Mon Jul 2 09:36:20 2012
@@ -543,7 +543,7 @@
<mavenExecutorId>forked-path</mavenExecutorId>
<useReleaseProfile>false</useReleaseProfile>
<autoVersionSubmodules>false</autoVersionSubmodules>
- <arguments>-Papache-release,release,apache</arguments>
+ <arguments>-Prelease,apache</arguments>
</configuration>
</plugin>
</plugins>