Author: ravi
Date: Fri Dec 30 08:57:46 2016
New Revision: 1776529

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

Modified:
    synapse/branches/3.0/modules/core/pom.xml

Modified: synapse/branches/3.0/modules/core/pom.xml
URL: 
http://svn.apache.org/viewvc/synapse/branches/3.0/modules/core/pom.xml?rev=1776529&r1=1776528&r2=1776529&view=diff
==============================================================================
--- synapse/branches/3.0/modules/core/pom.xml (original)
+++ synapse/branches/3.0/modules/core/pom.xml Fri Dec 30 08:57:46 2016
@@ -162,20 +162,6 @@
                             <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>
             </plugin>
             <plugin>


Reply via email to