Author: jvanzyl
Date: Fri May 23 17:18:44 2008
New Revision: 659725

URL: http://svn.apache.org/viewvc?rev=659725&view=rev
Log:
o get rid of plugins that we're not using

Modified:
    maven/artifact/branches/CAP/pom.xml

Modified: maven/artifact/branches/CAP/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/artifact/branches/CAP/pom.xml?rev=659725&r1=659724&r2=659725&view=diff
==============================================================================
--- maven/artifact/branches/CAP/pom.xml (original)
+++ maven/artifact/branches/CAP/pom.xml Fri May 23 17:18:44 2008
@@ -107,57 +107,6 @@
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>retrotranslator-maven-plugin</artifactId>
-        <version>1.0-alpha-3</version>
-        <executions>
-          <execution>
-            <goals>
-              <goal>translate-project</goal>
-            </goals>
-            <configuration>
-              <replace>true</replace>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <!--
-      <plugin>
-        <artifactId>shade-maven-plugin</artifactId>
-        <groupId>org.codehaus.mojo</groupId>
-        <version>1.0-alpha-12</version>
-        <executions>
-          <execution>
-            <phase>package</phase>
-            <goals>
-              <goal>shade</goal>
-            </goals>
-            <configuration>
-              <createDependencyReducedPom>false</createDependencyReducedPom>
-              
<keepDependenciesWithProvidedScope>true</keepDependenciesWithProvidedScope>
-              <transformers>
-                <transformer 
implementation="org.codehaus.mojo.shade.resource.ComponentsXmlResourceTransformer"/>
-              </transformers>
-              <artifactSet>
-                <includes>
-                  
<include>net.sf.retrotranslator:retrotranslator-runtime</include>
-                  
<include>backport-util-concurrent:backport-util-concurrent</include>
-                </includes>
-              </artifactSet>
-              <relocations>
-                <relocation>
-                  <pattern>net.sf.retrotranslator.runtime</pattern>
-                </relocation>
-                <relocation>
-                  <pattern>edu.emory.mathcs</pattern>
-                </relocation>
-              </relocations>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-    -->
     </plugins>
   </build>
 </project>


Reply via email to