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/01/20 05:52:27 UTC

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

Author: jvanzyl
Date: Sat Jan 19 20:52:27 2008
New Revision: 613505

URL: http://svn.apache.org/viewvc?rev=613505&view=rev
Log:
o add the retrotranslator as a separate dependency so that other apps that are retrotranslated can just
  all share the one artifact.

Modified:
    maven/artifact/trunk/pom.xml

Modified: maven/artifact/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/artifact/trunk/pom.xml?rev=613505&r1=613504&r2=613505&view=diff
==============================================================================
--- maven/artifact/trunk/pom.xml (original)
+++ maven/artifact/trunk/pom.xml Sat Jan 19 20:52:27 2008
@@ -67,6 +67,11 @@
       <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>
@@ -112,25 +117,6 @@
           <source>1.5</source>
         </configuration>
       </plugin>
-      <!-- 
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>aspectj-maven-plugin</artifactId>
-        <version>1.0-beta-2</version>
-        <executions>
-          <execution>
-            <id>compile</id>
-            <goals>
-              <goal>compile</goal>
-            </goals>
-            <configuration>
-              <source>1.5</source>
-              <target>1.5</target>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      -->
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-maven-plugin</artifactId>
@@ -153,7 +139,6 @@
               <goal>translate-project</goal>
             </goals>
             <configuration>
-              <embed>true</embed>
               <replace>true</replace>
             </configuration>
           </execution>