You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by pa...@apache.org on 2012/10/20 21:40:51 UTC

svn commit: r1400506 - /airavata/trunk/modules/workflow-interpreter/pom.xml

Author: patanachai
Date: Sat Oct 20 19:40:50 2012
New Revision: 1400506

URL: http://svn.apache.org/viewvc?rev=1400506&view=rev
Log:
Remove m2e added by eclipse

Modified:
    airavata/trunk/modules/workflow-interpreter/pom.xml

Modified: airavata/trunk/modules/workflow-interpreter/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/modules/workflow-interpreter/pom.xml?rev=1400506&r1=1400505&r2=1400506&view=diff
==============================================================================
--- airavata/trunk/modules/workflow-interpreter/pom.xml (original)
+++ airavata/trunk/modules/workflow-interpreter/pom.xml Sat Oct 20 19:40:50 2012
@@ -92,40 +92,5 @@
                 </includes>
             </resource>
         </resources>
-        <pluginManagement>
-        	<plugins>
-        		<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
-        		<plugin>
-        			<groupId>org.eclipse.m2e</groupId>
-        			<artifactId>lifecycle-mapping</artifactId>
-        			<version>1.0.0</version>
-        			<configuration>
-        				<lifecycleMappingMetadata>
-        					<pluginExecutions>
-        						<pluginExecution>
-        							<pluginExecutionFilter>
-        								<groupId>
-        									org.apache.axis2
-        								</groupId>
-        								<artifactId>
-        									axis2-wsdl2code-maven-plugin
-        								</artifactId>
-        								<versionRange>
-        									[1.5.1,)
-        								</versionRange>
-        								<goals>
-        									<goal>wsdl2code</goal>
-        								</goals>
-        							</pluginExecutionFilter>
-        							<action>
-        								<ignore></ignore>
-        							</action>
-        						</pluginExecution>
-        					</pluginExecutions>
-        				</lifecycleMappingMetadata>
-        			</configuration>
-        		</plugin>
-        	</plugins>
-        </pluginManagement>
     </build>
 </project>