You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by tv...@apache.org on 2015/12/21 15:12:54 UTC

svn commit: r1721163 - /turbine/core/trunk/pom.xml

Author: tv
Date: Mon Dec 21 14:12:54 2015
New Revision: 1721163

URL: http://svn.apache.org/viewvc?rev=1721163&view=rev
Log:
Build site during release

Modified:
    turbine/core/trunk/pom.xml

Modified: turbine/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/turbine/core/trunk/pom.xml?rev=1721163&r1=1721162&r2=1721163&view=diff
==============================================================================
--- turbine/core/trunk/pom.xml (original)
+++ turbine/core/trunk/pom.xml Mon Dec 21 14:12:54 2015
@@ -27,7 +27,7 @@
   <groupId>org.apache.turbine</groupId>
   <artifactId>turbine</artifactId>
   <name>Apache Turbine</name>
-  <version>4.0-M2-SNAPSHOT</version>
+  <version>4.0-M2</version>
   <description>Turbine is a servlet based framework that allows experienced Java
     developers to quickly build secure web applications. Parts of Turbine
     can also be used independently of the web portion of Turbine as
@@ -475,9 +475,9 @@
   </contributors>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/core/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/core/trunk</developerConnection>
-    <url>http://svn.apache.org/viewcvs/turbine/core/trunk/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/core/tags/turbine-4.0-M2</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/core/tags/turbine-4.0-M2</developerConnection>
+    <url>http://svn.apache.org/viewcvs/turbine/core/tags/turbine-4.0-M2</url>
   </scm>
 
   <build>
@@ -1073,6 +1073,19 @@
       <build>
         <plugins>
           <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-site-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>turbine-release-site</id>
+                <phase>package</phase>
+                <goals>
+                  <goal>site</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+          <plugin>
             <!-- build the source and binary distribution packages -->
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-assembly-plugin</artifactId>