You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/05/27 11:33:25 UTC

svn commit: r1343017 - /maven/plugin-tools/trunk/pom.xml

Author: hboutemy
Date: Sun May 27 09:33:25 2012
New Revision: 1343017

URL: http://svn.apache.org/viewvc?rev=1343017&view=rev
Log:
upgraded m-site-p to 3.1 and removed workaround for MSITE-602

Modified:
    maven/plugin-tools/trunk/pom.xml

Modified: maven/plugin-tools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/pom.xml?rev=1343017&r1=1343016&r2=1343017&view=diff
==============================================================================
--- maven/plugin-tools/trunk/pom.xml (original)
+++ maven/plugin-tools/trunk/pom.xml Sun May 27 09:33:25 2012
@@ -34,7 +34,7 @@
 
   <name>Maven Plugin Tools</name>
   <description>The Maven Plugin Tools contains the necessary tools to be able to produce Maven Plugins in a variety of languages.</description>
-  <url>${siteUrl}</url>
+  <url>http://maven.apache.org/plugin-tools/</url>
   <inceptionYear>2004</inceptionYear>
 
   <contributors>
@@ -152,14 +152,12 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>${siteDeployUrl}</url>
+      <url>scp://people.apache.org/www/maven.apache.org/plugin-tools/</url>
     </site>
   </distributionManagement>
 
   <properties>
     <pluginTestingHarnessVersion>1.2</pluginTestingHarnessVersion>
-    <siteDeployUrl>scp://people.apache.org/www/maven.apache.org/plugin-tools/</siteDeployUrl>
-    <siteUrl>http://maven.apache.org/plugin-tools/</siteUrl>
     <mavenVersion>2.2.1</mavenVersion>
     <antVersion>1.7.1</antVersion>
     <mavenInvokerPluginVersion>1.6</mavenInvokerPluginVersion>
@@ -338,6 +336,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
+          <version>3.1</version>
           <configuration>
             <stagingSiteURL>scp://people.apache.org/www/maven.apache.org/plugin-tools-${project.version}</stagingSiteURL>
           </configuration>
@@ -438,12 +437,5 @@
         </plugins>
       </reporting>
     </profile>
-    <profile>
-      <id>snapshot-doc</id>
-      <properties>
-        <siteDeployUrl>scp://people.apache.org/www/maven.apache.org/plugin-tools-${project.version}/</siteDeployUrl>
-        <siteUrl>http://maven.apache.org/plugin-tools-${project.version}/</siteUrl>
-      </properties>
-    </profile>
   </profiles>
 </project>