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 2010/08/05 16:47:15 UTC

svn commit: r982646 - /directory/studio/trunk/org.apache.mina.core/pom.xml

Author: pamarcelot
Date: Thu Aug  5 14:47:14 2010
New Revision: 982646

URL: http://svn.apache.org/viewvc?rev=982646&view=rev
Log:
Skipped the execution of the 'maven-eclipse-plugin' and the 'studio-maven-plugin' specifically for this particular plugin (.classpath and .project files are committed in SVN).

Modified:
    directory/studio/trunk/org.apache.mina.core/pom.xml

Modified: directory/studio/trunk/org.apache.mina.core/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/org.apache.mina.core/pom.xml?rev=982646&r1=982645&r2=982646&view=diff
==============================================================================
--- directory/studio/trunk/org.apache.mina.core/pom.xml (original)
+++ directory/studio/trunk/org.apache.mina.core/pom.xml Thu Aug  5 14:47:14 2010
@@ -40,32 +40,15 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-eclipse-plugin</artifactId>
         <configuration>
-          <skip>false</skip>
-	      <pde>true</pde>
-          <additionalProjectnatures>
-            <projectnature>org.eclipse.pde.PluginNature</projectnature>
-            <projectnature>org.eclipse.jdt.core.javanature</projectnature>
-          </additionalProjectnatures>
-          <classpathContainers>
-            <classpathContainer>org.eclipse.jdt.launching.JRE_CONTAINER</classpathContainer>
-            <classpathContainer>org.eclipse.pde.core.requiredPlugins</classpathContainer>
-          </classpathContainers>
+          <skip>true</skip>
         </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.directory.studio</groupId>
         <artifactId>studio-maven-plugin</artifactId>
         <configuration>
-          <skip>false</skip>
-          <createManifest>true</createManifest>
+          <skip>true</skip>
         </configuration>
-        <executions>
-          <execution>
-            <goals>
-              <goal>prepare-jar-package</goal>
-            </goals>
-          </execution>
-        </executions>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>