You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2012/02/28 14:49:30 UTC

svn commit: r1294654 - /directory/studio/trunk/helps/pom.xml

Author: pamarcelot
Date: Tue Feb 28 13:49:30 2012
New Revision: 1294654

URL: http://svn.apache.org/viewvc?rev=1294654&view=rev
Log:
Removed duplicated declaration for plugin 'maven-eclipse-plugin'.

Modified:
    directory/studio/trunk/helps/pom.xml

Modified: directory/studio/trunk/helps/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/helps/pom.xml?rev=1294654&r1=1294653&r2=1294654&view=diff
==============================================================================
--- directory/studio/trunk/helps/pom.xml (original)
+++ directory/studio/trunk/helps/pom.xml Tue Feb 28 13:49:30 2012
@@ -200,12 +200,6 @@
 			<artifactId>maven-eclipse-plugin</artifactId>
 			<configuration>
 			  <skip>false</skip>
-			</configuration>
-		  </plugin>
-		  <plugin>
-			<groupId>org.apache.maven.plugins</groupId>
-			<artifactId>maven-eclipse-plugin</artifactId>
-			<configuration>
 			  <buildcommands>
 				<buildcommand>org.eclipse.pde.ManifestBuilder</buildcommand>
 				<buildcommand>org.eclipse.pde.SchemaBuilder</buildcommand>