You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2008/05/16 20:41:17 UTC

svn commit: r657163 - /maven/artifact/trunk/pom.xml

Author: jvanzyl
Date: Fri May 16 11:41:17 2008
New Revision: 657163

URL: http://svn.apache.org/viewvc?rev=657163&view=rev
Log:
no more retrotranslation

Modified:
    maven/artifact/trunk/pom.xml

Modified: maven/artifact/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/artifact/trunk/pom.xml?rev=657163&r1=657162&r2=657163&view=diff
==============================================================================
--- maven/artifact/trunk/pom.xml (original)
+++ maven/artifact/trunk/pom.xml Fri May 16 11:41:17 2008
@@ -67,11 +67,6 @@
       <version>1.2_Java1.3</version>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>net.sf.retrotranslator</groupId>
-      <artifactId>retrotranslator-runtime</artifactId>
-      <version>1.2.1</version>
-    </dependency>
   </dependencies>
   <build>
     <plugins>
@@ -129,57 +124,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>