Author: veithen
Date: Sat Aug 28 20:11:44 2010
New Revision: 990434
URL: http://svn.apache.org/viewvc?rev=990434&view=rev
Log:
Fixed an issue in the maven-release-plugin configuration.
Modified:
axis/axis2/java/core/trunk/pom.xml
Modified: axis/axis2/java/core/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/pom.xml?rev=990434&r1=990433&r2=990434&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/pom.xml (original)
+++ axis/axis2/java/core/trunk/pom.xml Sat Aug 28 20:11:44 2010
@@ -554,6 +554,12 @@
<version>2.0</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
+ <!-- "clean verify" fails because for OSGi bundles,
there
+ is a mismatch between the type of the dependency
(jar)
+ and the actual packaging (bundle) and Maven
resolves
+ the dependency from the local repository instead
of the
+ reactor. -->
+ <preparationGoals>clean install</preparationGoals>
</configuration>
</plugin>
</plugins>