You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ol...@apache.org on 2013/02/20 21:39:14 UTC

svn commit: r1448384 - /tomcat/maven-plugin/trunk/pom.xml

Author: olamy
Date: Wed Feb 20 20:39:13 2013
New Revision: 1448384

URL: http://svn.apache.org/r1448384
Log:
use non versionned path to deploy current trunk doc: snapshot doc history is not needed

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=1448384&r1=1448383&r2=1448384&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/pom.xml (original)
+++ tomcat/maven-plugin/trunk/pom.xml Wed Feb 20 20:39:13 2013
@@ -62,7 +62,8 @@
     <distributionIdSnapshots>apache.snapshots.https</distributionIdSnapshots>
 
     <distributionSiteUrl>scp://people.apache.org/www/tomcat.apache.org/maven-plugin-${project.version}</distributionSiteUrl>
-    <siteUrl>http://tomcat.apache.org/maven-plugin-${project.version}</siteUrl>
+    <sitePath>maven-plugin-trunk</sitePath>
+    <siteUrl>http://tomcat.apache.org/${sitePath}</siteUrl>
 
     <!-- http port used to run it test -->
     <its.http.port>1973</its.http.port>
@@ -725,7 +726,7 @@
           <artifactId>maven-scm-publish-plugin</artifactId>
           <version>1.0-beta-2</version>
           <configuration>
-            <pubScmUrl>scm:svn:https://svn.apache.org/repos/asf/tomcat/site/trunk/docs/maven-plugin-${project.version}</pubScmUrl>
+            <pubScmUrl>scm:svn:https://svn.apache.org/repos/asf/tomcat/site/trunk/docs/${sitePath}</pubScmUrl>
             <checkinComment>Apache Tomcat Maven Plugin site documentation for ${project.version}</checkinComment>
             <content>${tomcat-maven.siteFilePath}</content>
             <checkoutDirectory>${tomcat-maven.scmPubCheckoutDirectory}</checkoutDirectory>
@@ -870,6 +871,12 @@
 
   <profiles>
     <profile>
+      <id>site-release</id>
+      <properties>
+        <sitePath>maven-plugin-${project.version}</sitePath>
+      </properties>
+    </profile>
+    <profile>
       <id>reporting</id>
       <reporting>
         <plugins>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org