You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2013/01/16 07:35:00 UTC

svn commit: r1433833 - in /struts/site/trunk: content/ content/resources/ content/resources/extpaths.txt content/site/resources/community.js content/site/site.xml content/site/xdoc/index.xml pom.xml src/

Author: lukaszlenart
Date: Wed Jan 16 06:34:59 2013
New Revision: 1433833

URL: http://svn.apache.org/viewvc?rev=1433833&view=rev
Log:
INFRA-5659 Prepares site for SvnPubSub publishing

Added:
    struts/site/trunk/content/
      - copied from r1431628, struts/site/trunk/src/
    struts/site/trunk/content/resources/
    struts/site/trunk/content/resources/extpaths.txt
    struts/site/trunk/content/site/resources/community.js
      - copied unchanged from r1431640, struts/site/trunk/src/site/resources/community.js
    struts/site/trunk/content/site/site.xml
      - copied unchanged from r1431640, struts/site/trunk/src/site/site.xml
    struts/site/trunk/content/site/xdoc/index.xml
      - copied unchanged from r1431640, struts/site/trunk/src/site/xdoc/index.xml
Removed:
    struts/site/trunk/src/
Modified:
    struts/site/trunk/pom.xml

Added: struts/site/trunk/content/resources/extpaths.txt
URL: http://svn.apache.org/viewvc/struts/site/trunk/content/resources/extpaths.txt?rev=1433833&view=auto
==============================================================================
--- struts/site/trunk/content/resources/extpaths.txt (added)
+++ struts/site/trunk/content/resources/extpaths.txt Wed Jan 16 06:34:59 2013
@@ -0,0 +1,62 @@
+1.0.2
+1.1
+1.2.4
+1.2.7
+1.2.8
+1.2.9
+1.2.x
+1.3.10
+1.3.5
+1.3.8
+1.3.9
+1.x
+2.0.11
+2.0.11.1
+2.0.11.2
+2.0.12
+2.0.14
+2.0.5
+2.0.6
+2.0.7
+2.0.8
+2.0.9
+2.0.x
+2.1.2
+2.1.6
+2.1.8
+2.1.8.1
+2.2.1
+2.2.1.1
+2.2.3
+2.2.3.1
+2.3.1
+2.3.1.1
+2.3.1.2
+2.3.3
+2.3.4
+2.3.4.1
+2.3.7
+2.3.8
+2.x
+api
+css
+dev
+dtds
+images
+img
+js
+legacy
+proposals
+struts-1.2.x
+struts-annotations
+struts-sandbox
+struts2
+struts2-archetype-blank
+struts2-archetype-convention
+struts2-archetype-dbportlet
+struts2-archetype-plugin
+struts2-archetype-portlet
+struts2-archetype-starter
+style
+stylesheets
+uml
\ No newline at end of file

Modified: struts/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/struts/site/trunk/pom.xml?rev=1433833&r1=1433832&r2=1433833&view=diff
==============================================================================
--- struts/site/trunk/pom.xml (original)
+++ struts/site/trunk/pom.xml Wed Jan 16 06:34:59 2013
@@ -30,10 +30,10 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.struts</groupId>
     <artifactId>struts-site</artifactId>
     <version>1</version>
     <packaging>pom</packaging>
+
     <name>Struts Site</name>
     <url>http://struts.apache.org/index.html</url>
 
@@ -65,6 +65,10 @@
         </repository>
     </repositories>
 
+    <properties>
+        <site.output>${project.build.directory}/site</site.output>
+    </properties>
+
     <distributionManagement>
         <site>
             <id>apache-site</id>
@@ -133,9 +137,23 @@
                 </executions>
             </plugin>
         </plugins>
+
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-site-plugin</artifactId>
+                    <configuration>
+                        <siteDirectory>${basedir}/content</siteDirectory>
+                    </configuration>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+
     </build>
 
     <reporting>
+        <outputDirectory>${site.output}</outputDirectory>
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>