Author: olamy
Date: Thu Sep 1 21:04:47 2011
New Revision: 1164271
URL: http://svn.apache.org/viewvc?rev=1164271&view=rev
Log:
more maven pom setup : scm, distributionMngt for site tomcat.a.o/maven-plugin
Modified:
tomcat/maven-plugin/trunk/pom.xml
Modified: tomcat/maven-plugin/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1164271&r1=1164270&r2=1164271&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/pom.xml (original)
+++ tomcat/maven-plugin/trunk/pom.xml Thu Sep 1 21:04:47 2011
@@ -92,9 +92,9 @@
</licenses>
<scm>
-
<connection>scm:svn:http://svn.codehaus.org/mojo/trunk/mojo/tomcat-maven-plugin</connection>
-
<developerConnection>scm:svn:https://svn.codehaus.org/mojo/trunk/mojo/tomcat-maven-plugin</developerConnection>
-
<url>http://fisheye.codehaus.org/browse/mojo/trunk/mojo/tomcat-maven-plugin</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/tomcat/maven-plugin/trunk/</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tomcat/maven-plugin/trunk/</developerConnection>
+ <url>http://svn.apache.org/viewvc/tomcat/maven-plugin/</url>
</scm>
<issueManagement>
@@ -317,6 +317,13 @@
</pluginManagement>
</build>
+ <distributionManagement>
+ <site>
+ <id>apache.website</id>
+ <url>scp://people.apache.org/www/tomcat.apache.org/maven-plugin</url>
+ </site>
+ </distributionManagement>
+
<profiles>
<profile>
<id>run-its</id>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]