You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yoko-commits@incubator.apache.org by ad...@apache.org on 2007/03/06 06:25:15 UTC

svn commit: r514993 - /incubator/yoko/trunk/pom.xml

Author: adc
Date: Mon Mar  5 22:25:14 2007
New Revision: 514993

URL: http://svn.apache.org/viewvc?view=rev&rev=514993
Log:
YOKO-303 No longer needed

Modified:
    incubator/yoko/trunk/pom.xml

Modified: incubator/yoko/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/pom.xml?view=diff&rev=514993&r1=514992&r2=514993
==============================================================================
--- incubator/yoko/trunk/pom.xml (original)
+++ incubator/yoko/trunk/pom.xml Mon Mar  5 22:25:14 2007
@@ -367,21 +367,6 @@
                 </configuration>
             </plugin>
             <plugin>
-              <artifactId>maven-one-plugin</artifactId>
-              <executions>
-                <execution>
-                  <goals>
-                    <goal>install-maven-one-repository</goal>
-                    <goal>deploy-maven-one-repository</goal>
-                  </goals>
-                  <configuration>
-                    <remoteRepositoryId>apache-snapshots</remoteRepositoryId>
-                    <remoteRepositoryUrl>scpexe://people.apache.org/www/people.apache.org/repository</remoteRepositoryUrl>
-                  </configuration>
-                </execution>
-              </executions>
-            </plugin>
-            <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
                 <version>${compiler.version}</version>