You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/10/31 21:36:47 UTC

svn commit: r469643 - /incubator/servicemix/trunk/pom.xml

Author: gnodet
Date: Tue Oct 31 12:36:47 2006
New Revision: 469643

URL: http://svn.apache.org/viewvc?view=rev&rev=469643
Log:
Remove maven-one-plugin

Modified:
    incubator/servicemix/trunk/pom.xml

Modified: incubator/servicemix/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/pom.xml?view=diff&rev=469643&r1=469642&r2=469643
==============================================================================
--- incubator/servicemix/trunk/pom.xml (original)
+++ incubator/servicemix/trunk/pom.xml Tue Oct 31 12:36:47 2006
@@ -1668,22 +1668,6 @@
         </pluginManagement>
         <plugins>
             <plugin>
-                <artifactId>maven-one-plugin</artifactId>
-                <version>1.0</version>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>install-maven-one-repository</goal>
-                            <goal>deploy-maven-one-repository</goal>
-                        </goals>
-                        <configuration>
-                            <remoteRepositoryId>servicemix</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-checkstyle-plugin</artifactId>
                 <dependencies>