Author: ravi
Date: Fri Dec 30 08:58:05 2016
New Revision: 1776530

URL: http://svn.apache.org/viewvc?rev=1776530&view=rev
Log:
Why are we explicitly deleting artifacts from target folder during install 
phase? This is causing mvn deploy to fail.

Modified:
    synapse/trunk/java/modules/core/pom.xml

Modified: synapse/trunk/java/modules/core/pom.xml
URL: 
http://svn.apache.org/viewvc/synapse/trunk/java/modules/core/pom.xml?rev=1776530&r1=1776529&r2=1776530&view=diff
==============================================================================
--- synapse/trunk/java/modules/core/pom.xml (original)
+++ synapse/trunk/java/modules/core/pom.xml Fri Dec 30 08:58:05 2016
@@ -162,21 +162,7 @@
                             <goal>run</goal>
                         </goals>
                     </execution>
-                    <execution>
-                        <id>remove_test_lib</id>
-                        <phase>install</phase>
-                        <configuration>
-                            <tasks>
-                                <delete file="target/synapse-test-lib.zip"/>
-                                <delete file="target/synapse-eiptest-lib.zip"/>
-                                <delete file="target/synapse-eipcore-lib.zip"/>
-                            </tasks>
-                        </configuration>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                    </execution>
-                </executions>
+           </executions>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>


Reply via email to