Author: veithen
Date: Sun Dec 12 09:27:32 2010
New Revision: 1044776

URL: http://svn.apache.org/viewvc?rev=1044776&view=rev
Log:
Upgraded the maven-site-plugin to make sure that the generated XHTML files are 
well-formed. Also fixed a couple of APT warnings.

Modified:
    webservices/commons/trunk/modules/axiom/pom.xml
    webservices/commons/trunk/modules/axiom/src/site/apt/OMTutorial.apt
    webservices/commons/trunk/modules/axiom/src/site/apt/documentation.apt

Modified: webservices/commons/trunk/modules/axiom/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/pom.xml?rev=1044776&r1=1044775&r2=1044776&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/pom.xml Sun Dec 12 09:27:32 2010
@@ -255,6 +255,10 @@
                         <preparationGoals>clean install</preparationGoals>
                     </configuration>
                 </plugin>
+                <plugin>
+                    <artifactId>maven-site-plugin</artifactId>
+                    <version>2.1.1</version>
+                </plugin>
             </plugins>
         </pluginManagement>
         <plugins>
@@ -531,11 +535,6 @@
                     </reportSet>
                 </reportSets>
             </plugin>
-            <plugin>
-                <artifactId>maven-site-plugin</artifactId>
-                <version>2.0.1</version>
-                <inherited>false</inherited>
-            </plugin>
         </plugins>
     </reporting>
     <distributionManagement>

Modified: webservices/commons/trunk/modules/axiom/src/site/apt/OMTutorial.apt
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/src/site/apt/OMTutorial.apt?rev=1044776&r1=1044775&r2=1044776&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/site/apt/OMTutorial.apt 
(original)
+++ webservices/commons/trunk/modules/axiom/src/site/apt/OMTutorial.apt Sun Dec 
12 09:27:32 2010
@@ -22,4 +22,4 @@
   You are looking for the Axiom tutorial? This document has been integrated
   into the User Guide.
   
-  Please have a look {{{userguide/userguide.html}here}}.
+  Please have a look {{{./userguide/userguide.html}here}}.

Modified: webservices/commons/trunk/modules/axiom/src/site/apt/documentation.apt
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/src/site/apt/documentation.apt?rev=1044776&r1=1044775&r2=1044776&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/site/apt/documentation.apt 
(original)
+++ webservices/commons/trunk/modules/axiom/src/site/apt/documentation.apt Sun 
Dec 12 09:27:32 2010
@@ -21,13 +21,13 @@
 
   The following documentation for the Axiom framework is available:
   
-    * A {{{userguide/userguide.html}User Guide}} explaining how to use
+    * A {{{./userguide/userguide.html}User Guide}} explaining how to use
       Axiom in your project.
     
-    * A {{{devguide/devguide.html}Developer Guide}} containing information
+    * A {{{./devguide/devguide.html}Developer Guide}} containing information
       for committers and contributors.
     
-    * The {{{apidocs/index.html}Javadoc}} for the Axiom API.
+    * The {{{./apidocs/index.html}Javadoc}} for the Axiom API.
   
   The user and developer guides are also available in PDF format in the
   binary distribution and as individual Maven artifacts that can be downloaded 
from


Reply via email to