Author: gnodet
Date: Tue Oct 31 13:16:54 2006
New Revision: 469655
URL: http://svn.apache.org/viewvc?view=rev&rev=469655
Log:
Remove maven-one / cobertura plugin
Use scp instead of scpexe for deployment
Modified:
incubator/servicemix/branches/servicemix-3.0/pom.xml
Modified: incubator/servicemix/branches/servicemix-3.0/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/pom.xml?view=diff&rev=469655&r1=469654&r2=469655
==============================================================================
--- incubator/servicemix/branches/servicemix-3.0/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.0/pom.xml Tue Oct 31 13:16:54
2006
@@ -1470,16 +1470,16 @@
<repository>
<id>servicemix</id>
<name>Apache Release Distribution Repository</name>
-
<url>scpexe://people.apache.org/www/people.apache.org/repo/m2-incubating-repository</url>
+
<url>scp://people.apache.org/www/people.apache.org/repo/m2-incubating-repository</url>
</repository>
<snapshotRepository>
<id>apache.snapshots</id>
<name>Apache Development Snapshot Repository</name>
-
<url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+
<url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
</snapshotRepository>
<site>
<id>servicemix</id>
-
<url>scpexe://people.apache.org/www/incubator.apache.org/servicemix/dist/servicemix-${version}/site</url>
+
<url>scp://people.apache.org/www/incubator.apache.org/servicemix/dist/servicemix-${version}/site</url>
</site>
</distributionManagement>
@@ -1558,22 +1558,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>
@@ -1598,10 +1582,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>surefire-report-maven-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>cobertura-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>