Author: veithen
Date: Thu Jun 9 07:10:03 2016
New Revision: 1747503
URL: http://svn.apache.org/viewvc?rev=1747503&view=rev
Log:
AXIS2-5780: Add phase and goals to the execution with
id=source-release-assembly because IntelliJ reportedly doesn't understand that
this execution overrides an execution from the parent POM.
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=1747503&r1=1747502&r2=1747503&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/pom.xml (original)
+++ axis/axis2/java/core/trunk/pom.xml Thu Jun 9 07:10:03 2016
@@ -126,6 +126,10 @@
so that the source-release assembly is
not built.
We define our own source distribution in
modules/distribution. -->
<id>source-release-assembly</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
<configuration>
<skipAssembly>true</skipAssembly>
</configuration>