You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/12/03 01:22:34 UTC

svn commit: r1416318 - in /maven/site/trunk: content/ content/site.xml pom.xml src/site/

Author: olamy
Date: Mon Dec  3 00:22:33 2012
New Revision: 1416318

URL: http://svn.apache.org/viewvc?rev=1416318&view=rev
Log:
move site to asf cms layout: still work using site plugin

Added:
    maven/site/trunk/content/
      - copied from r1416317, maven/site/trunk/src/site/
Removed:
    maven/site/trunk/src/site/
Modified:
    maven/site/trunk/content/site.xml
    maven/site/trunk/pom.xml

Modified: maven/site/trunk/content/site.xml
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/site.xml?rev=1416318&r1=1416317&r2=1416318&view=diff
==============================================================================
--- maven/site/trunk/content/site.xml (original)
+++ maven/site/trunk/content/site.xml Mon Dec  3 00:22:33 2012
@@ -26,6 +26,12 @@ under the License.
   name="Maven">
   <version position="none" />
 
+  <skin>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-stylus-skin</artifactId>
+    <version>1.5</version>
+  </skin>
+
   <body>
     <breadcrumbs>
       <item name="Maven"  href="http://maven.apache.org/index.html" />

Modified: maven/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/site/trunk/pom.xml?rev=1416318&r1=1416317&r2=1416318&view=diff
==============================================================================
--- maven/site/trunk/pom.xml (original)
+++ maven/site/trunk/pom.xml Mon Dec  3 00:22:33 2012
@@ -94,6 +94,9 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
           <version>3.2</version>
+          <configuration>
+            <siteDirectory>${basedir}/content</siteDirectory>
+          </configuration>
           <dependencies><!-- TODO remove when upgrading m-site-p to 3.3 -->
             <dependency>
               <groupId>org.apache.maven.doxia</groupId>
@@ -218,6 +221,8 @@
                 </goals>
                 <configuration>
                   <outputDirectory>${project.reporting.outputDirectory}</outputDirectory>
+                  <siteDirectory>${basedir}/content</siteDirectory>
+                  <docDescriptor>${basedir}/content/pdf.xml</docDescriptor>
                 </configuration>
               </execution>
             </executions>