You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2015/07/01 23:03:04 UTC

svn commit: r1688736 - in /webservices/woden: Site/ trunk/java/ trunk/java/src/site/ trunk/java/src/site/resources/ trunk/java/src/site/xdoc/ trunk/java/src/site/xdoc/dev/ trunk/java/src/site/xdoc/dev/1.0/ trunk/java/woden-ant/ trunk/java/woden-convert...

Author: veithen
Date: Wed Jul  1 21:03:04 2015
New Revision: 1688736

URL: http://svn.apache.org/r1688736
Log:
Migrate the Forrest site to Maven/Doxia XDoc and set up Maven site generation.

Added:
    webservices/woden/trunk/java/src/site/
    webservices/woden/trunk/java/src/site/resources/
      - copied from r1677312, webservices/woden/Site/src/documentation/resources/
    webservices/woden/trunk/java/src/site/site.xml   (with props)
    webservices/woden/trunk/java/src/site/xdoc/
      - copied from r1677312, webservices/woden/Site/src/documentation/content/xdocs/
Removed:
    webservices/woden/Site/
    webservices/woden/trunk/java/src/site/xdoc/dev/websitebuild.xml
    webservices/woden/trunk/java/src/site/xdoc/releases.xml
    webservices/woden/trunk/java/src/site/xdoc/site.xml
    webservices/woden/trunk/java/src/site/xdoc/tabs.xml
Modified:
    webservices/woden/trunk/java/pom.xml
    webservices/woden/trunk/java/src/site/xdoc/dev/1.0/builds.xml
    webservices/woden/trunk/java/src/site/xdoc/dev/1.0/milestoneplan.xml
    webservices/woden/trunk/java/src/site/xdoc/dev/devprocess.xml
    webservices/woden/trunk/java/src/site/xdoc/dev/index.xml
    webservices/woden/trunk/java/src/site/xdoc/index.xml
    webservices/woden/trunk/java/src/site/xdoc/issue_tracking.xml
    webservices/woden/trunk/java/src/site/xdoc/mailinglists.xml
    webservices/woden/trunk/java/src/site/xdoc/projectsusingwoden.xml
    webservices/woden/trunk/java/src/site/xdoc/projectteam.xml
    webservices/woden/trunk/java/src/site/xdoc/proposal.xml
    webservices/woden/trunk/java/src/site/xdoc/userguide.xml
    webservices/woden/trunk/java/src/site/xdoc/version_control.xml
    webservices/woden/trunk/java/woden-ant/pom.xml
    webservices/woden/trunk/java/woden-converter-maven-plugin/pom.xml
    webservices/woden/trunk/java/woden-core/pom.xml
    webservices/woden/trunk/java/woden-dist/pom.xml
    webservices/woden/trunk/java/woden-tests/pom.xml
    webservices/woden/trunk/java/woden-tool/pom.xml

Modified: webservices/woden/trunk/java/pom.xml
URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/pom.xml?rev=1688736&r1=1688735&r2=1688736&view=diff
==============================================================================
--- webservices/woden/trunk/java/pom.xml (original)
+++ webservices/woden/trunk/java/pom.xml Wed Jul  1 21:03:04 2015
@@ -48,27 +48,13 @@
   <reporting>
     <plugins>
       <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.16</version>
-          <configuration>
-              <systemProperties>
-                  <property>
-                      <name>org.apache.woden.resolver.logging</name>
-                      <value>off</value>
-                  </property>
-              </systemProperties>
-          </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.16</version>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>findbugs-maven-plugin</artifactId>
-        <version>1.0.0</version>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.8</version>
+        <reportSets>
+          <reportSet>
+            <reports/>
+          </reportSet>
+        </reportSets>
       </plugin>
     </plugins>
   </reporting>
@@ -178,6 +164,10 @@
       <url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
       <uniqueVersion>false</uniqueVersion>
     </snapshotRepository>
+    <site>
+      <id>website</id>
+      <url>scm:svn:https://svn.apache.org/repos/asf/webservices/website/woden</url>
+    </site>
   </distributionManagement>
  
 	<profiles>

Added: webservices/woden/trunk/java/src/site/site.xml
URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/src/site/site.xml?rev=1688736&view=auto
==============================================================================
--- webservices/woden/trunk/java/src/site/site.xml (added)
+++ webservices/woden/trunk/java/src/site/site.xml Wed Jul  1 21:03:04 2015
@@ -0,0 +1,47 @@
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License. You may obtain a copy of the License at
+  ~
+  ~ http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied. See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+<project name="Woden">
+    <bannerLeft>
+        <name>Apache Woden</name>
+        <src>images/wodentitle.png</src>
+        <href>http://ws.apache.org/woden/index.html</href>
+    </bannerLeft>
+    <body>
+        <menu name="Woden">
+            <item name="Overview" href="index.html"/>
+            <item name="Proposal" href="proposal.html"/>
+            <item name="Mailing Lists" href="mailinglists.html"/>
+            <item name="Issue Tracking" href="issue_tracking.html"/>
+            <item name="Version Control" href="version_control.html"/>
+            <item name="Project Team" href="projectteam.html"/>
+            <item name="Projects Using Woden" href="projectsusingwoden.html"/>
+        </menu>
+        <menu name="Downloads">
+            <item name="Builds" href="dev/1.0/builds.html"/>
+        </menu>
+        <menu name="Documentation">
+            <item name="User Guide" href="userguide.html"/>
+        </menu>
+        <menu name="Development">
+            <item name="Woden Development" href="dev/index.html"/>
+            <item name="Development Processes" href="dev/devprocess.html"/>
+            <item name="Milestone Plan" href="dev/1.0/milestoneplan.html"/>
+        </menu>
+    </body>
+</project>

Propchange: webservices/woden/trunk/java/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: webservices/woden/trunk/java/src/site/xdoc/dev/1.0/builds.xml
URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/src/site/xdoc/dev/1.0/builds.xml?rev=1688736&r1=1677312&r2=1688736&view=diff
==============================================================================
--- webservices/woden/trunk/java/src/site/xdoc/dev/1.0/builds.xml (original)
+++ webservices/woden/trunk/java/src/site/xdoc/dev/1.0/builds.xml Wed Jul  1 21:03:04 2015
@@ -14,14 +14,12 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
-<document> 
-  <header> 
+<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> 
+  <properties> 
     <title>Woden 1.0 Builds</title> 
-  </header> 
+  </properties> 
   <body> 
-    <section>
-      <title>Woden 1.0 Builds</title>
+    <section name="Woden 1.0 Builds">
       <p>
       	The Woden 1.0 builds reflect the current state of Woden. Builds are not currently performed
       	on a nightly basis. For specific information about the milestone and release dates see the
@@ -41,18 +39,12 @@
       		<td></td>
       	</tr>
       	<tr>
-      		<td></td>
-      	</tr>
-      	<tr>
       		<td>Latest Milestone</td>
       		<td>1.0M8</td>
       		<td><a href="http://www.apache.org/dist/ws/woden/1.0M8/">download</a></td>
       		<td><a href="http://www.apache.org/dist/ws/woden/1.0M8/test-results/junit-noframes.html">view test results</a></td>
       	</tr>
       	<tr>
-      		<td></td>
-      	</tr>
-      	<tr>
       		<td>Latest Integration</td>
       		<td></td>
       		<td></td>
@@ -62,8 +54,7 @@
       </table>
       <p></p>
     </section>
-    <section>
-      <title>Release Builds</title>
+    <section name="Release Builds">
       <table>
       	<tr>
       		<th>Build ID</th>
@@ -73,8 +64,7 @@
       </table>
       <p></p>
     </section>
-    <section>
-      <title>Milestone Builds</title>
+    <section name="Milestone Builds">
       <table>
       	<tr>
       		<th>Build ID</th>
@@ -134,8 +124,7 @@
       </table>
       <p></p>
     </section>
-	<section>
-      <title>Integration Builds</title>
+	<section name="Integration Builds">
       <table>
       	<tr>
       		<th>Build ID</th>

Modified: webservices/woden/trunk/java/src/site/xdoc/dev/1.0/milestoneplan.xml
URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/src/site/xdoc/dev/1.0/milestoneplan.xml?rev=1688736&r1=1677312&r2=1688736&view=diff
==============================================================================
--- webservices/woden/trunk/java/src/site/xdoc/dev/1.0/milestoneplan.xml (original)
+++ webservices/woden/trunk/java/src/site/xdoc/dev/1.0/milestoneplan.xml Wed Jul  1 21:03:04 2015
@@ -25,20 +25,17 @@
 	Item is deferred:
 	<img src="../../images/defer.gif" height="10" width="10" alt="deferred"/>
 -->
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
-<document> 
-  <header> 
+<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> 
+  <properties> 
     <title>Woden 1.0 Milestone plan</title> 
-  </header> 
+  </properties> 
   <body> 
-    <section>
-      <title>Woden 1.0 Milestone plan</title>
+    <section name="Woden 1.0 Milestone plan">
       <p>Development of Woden will proceed according to the following milestone plan.</p>
       <p>All dates should be taken as approximate and subject to change.</p>
     </section>
 
-    <section>
-      <title>M1 - Sept 30, 2005</title>
+    <section name="M1 - Sept 30, 2005">
       	<ul>
       		<li>WSDL 2.0 types parsing (DOM) <img src="../../images/ok.gif" height="10" width="10" alt="finished"/></li>
 			<li>Unit tests for types parsing (DOM) <img src="../../images/defer.gif" height="10" width="10" alt="deferred"/></li>
@@ -52,8 +49,7 @@
 			<li>Create initial user documentation <img src="../../images/glass.gif" height="10" width="10" alt="investigation"/></li>
 		</ul>
     </section> 
-    <section>
-      <title>M2 - Dec 2, 2005</title>
+    <section name="M2 - Dec 2, 2005">
       	<ul>
       		<li>WSDL 2.0 Interface parsing (DOM) <img src="../../images/ok.gif" height="10" width="10" alt="finished"/></li>
       		<li>Unit tests for Interface parsing (DOM) <img src="../../images/progress.gif" height="5" width="14" alt="development"/></li>
@@ -71,8 +67,7 @@
 			<li>Create initial user documentation <img src="../../images/glass.gif" height="10" width="10" alt="investigation"/></li>
 		</ul>
     </section> 
-	<section>
-      <title>M3 - Jan 20, 2006</title>
+	<section name="M3 - Jan 20, 2006">
       	<ul>
 			<li>Parsing of WSDL 2.0 import and include (DOM) <img src="../../images/ok.gif" height="10" width="10" alt="finished"/></li>
 			<li>Unit tests for import and include parsing (DOM) <img src="../../images/progress.gif" height="5" width="14" alt="development"/></li>
@@ -88,8 +83,7 @@
 			<li>Create initial user documentation <img src="../../images/progress.gif" height="5" width="14" alt="development"/></li>
 		</ul>
     </section> 
-    <section>
-      <title>M4 - Mar 3, 2006</title>
+    <section name="M4 - Mar 3, 2006">
       	<ul>
       		<li>Unit tests for Description parsing (DOM) - including Documentation, Feature, Property <img src="../../images/defer.gif" height="10" width="10" alt="deferred"/></li>
 			<li>Unit tests for Types parsing (DOM) <img src="../../images/defer.gif" height="10" width="10" alt="deferred"/></li>
@@ -110,8 +104,7 @@
 			<li>Create initial user documentation <img src="../../images/ok.gif" height="10" width="10" alt="finished"/></li>
 		</ul>
     </section> 
-    <section>
-      <title>M5 - May 19, 2006</title>
+    <section name="M5 - May 19, 2006">
       	<ul>
       		<li>Unit tests for Description parsing (DOM) - including Documentation, Feature, Property <img src="../../images/defer.gif" height="10" width="10" alt="deferred"/></li>
 			<li>Unit tests for Types parsing (DOM) <img src="../../images/defer.gif" height="10" width="10" alt="deferred"/></li>
@@ -130,15 +123,13 @@
 			<li>Update technical documentation about Woden design and implementation on Wiki <img src="../../images/progress.gif" height="5" width="14" alt="development"/></li>
 		</ul>
     </section> 
-    <section>
-      <title>M6 - October 6, 2006</title>
+    <section name="M6 - October 6, 2006">
       	<ul>
 			<li>Implement Woden API using StAX and AXIOM <img src="../../images/progress.gif" height="5" width="14" alt="development"/></li>
 			<li>Change API to enforce correct scoping of nested elements <img src="../../images/ok.gif" height="5" width="14" alt="development"/></li>
 		</ul>
     </section> 
-    <section>
-      <title>M7 - February 19, 2007</title>
+    <section name="M7 - February 19, 2007">
         <p>
         Updated Feb 6th: Finishing off some API Javadoc. Expect to start the release vote today or tomorrow.
         </p>
@@ -210,8 +201,7 @@
       	    </li>
       	</ul>
     </section> 
-    <section>
-      <title>M7a - April 23, 2007</title>
+    <section name="M7a - April 23, 2007">
         <p>
         The M7a release is an incremental release of M7 which delivers an essential fix. 
         Namely, the change of the WSDL 2.0 namespaces from the CR format "http://www.w3.org/2006/01/wsdl*" 
@@ -227,8 +217,7 @@
             <li> WODEN-154, URI Resolver error "URI is not hierarchical"<img src="../../images/ok.gif" height="10" width="10" alt="finished"/></li>
         </ul>
     </section>
-    <section>
-      <title>M7b - August 3, 2007</title>
+    <section name="M7b - August 3, 2007">
         <p>
         The M7b release is a further incremental release of M7 which includes some minor corrections to 
         accomodate late changes to the WSDL 2.0 spec and a number of fixes, including Woden's use of WS-Commons XmlSchema.
@@ -247,8 +236,7 @@
         Also included is a fix to DOMWSDLReader to set base URI before calling XmlSchema. 
         </p>
     </section>  
-    <section>
-      <title>M8 - April 23, 2008</title>
+    <section name="M8 - April 23, 2008">
         <p>
         The M8 release will complete Woden's compliance with the W3C WSDL 2.0 Recommendation. 
         The M7 release completed spec-compliance for valid WSDL documents. M8 will complete
@@ -291,8 +279,7 @@
        </ul> 
    
     </section>
-    <section>
-      <title>Woden 1.0 - expected 2008</title>
+    <section name="Woden 1.0 - expected 2008">
       	<p>
       		The 1.0 release of Woden will support DOM parsing and validation of WSDL 2.0
       		documents. The main objective of this release will be to deliver a stable Woden API.
@@ -303,8 +290,7 @@
       		have already been caputured on the Woden wiki.
       	</p>
     </section> 
-    <section>
-    	<title>Legend</title>
+    <section name="Legend">
     	<table>
     		<tr>
     			<td>

Modified: webservices/woden/trunk/java/src/site/xdoc/dev/devprocess.xml
URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/src/site/xdoc/dev/devprocess.xml?rev=1688736&r1=1677312&r2=1688736&view=diff
==============================================================================
--- webservices/woden/trunk/java/src/site/xdoc/dev/devprocess.xml (original)
+++ webservices/woden/trunk/java/src/site/xdoc/dev/devprocess.xml Wed Jul  1 21:03:04 2015
@@ -14,14 +14,12 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
-<document> 
-  <header> 
+<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> 
+  <properties> 
     <title>Woden Decision Making and Development Processes</title> 
-  </header> 
+  </properties> 
   <body> 
-  	<section>
-      <title>Introduction</title>
+  	<section name="Introduction">
       <p>
       	This document summarizes the Woden decision making and development processes. It is expected that this
       	document will be useful to 
@@ -34,8 +32,7 @@
       	<li>Provide a clear view of the way in which Woden is developed for the Open Source community</li>
       </ol>
     </section>
-    <section>
-      <title>Open Development</title>
+    <section name="Open Development">
       <p>
       	Apache Woden is an Open Source project and the development of Woden is therefore being conducted 
       	in an open fashion. This theme should be evident
@@ -48,8 +45,7 @@
       	<a href="http://incubator.apache.org/learn/theapacheway.html">The Apache Way</a>.
       </p>
     </section>
-    <section>
-      <title>Project Status</title>
+    <section name="Project Status">
       <p>
       	Woden's status is currently available from a number of sources:
       </p>
@@ -61,8 +57,7 @@
       	<li><a href="../mailinglists.html">woden-dev mailing list posts</a></li>
       </ul>
     </section>
-    <section>
-      <title>Project Discussion and Communication</title>
+    <section name="Project Discussion and Communication">
       <p>
       	All project wide communication is done in the open. This is not to suggest that one-on-one conversations
       	amoung Woden committers and contributors is not allowed. This type of conversation is extremely valuable to
@@ -78,8 +73,7 @@
       	<li>IRC</li>
       </ol>
     </section>
-    <section>
-      <title>Development Process</title>
+    <section name="Development Process">
       <p>
       	Woden follows a milestone develoment process. The key to milestone development is that there are a number
       	of milestone defining criteria specified at the beginning of the milestone process. The milestone can only
@@ -96,15 +90,13 @@
       	like Apache Axis2, when planning. Please communicate requirements via Jira and the woden-dev list.
       </p>
     </section>
-    <section>
-      <title>Bug Tracking and Work Items</title>
+    <section name="Bug Tracking and Work Items">
       <p>
       	All bugs and work items are stored in <a href="../issue_tracking.html">Jira</a>. It is a Woden best 
       	practice to associate a Jira entry with every code change.
       </p>
     </section>
-    <section>
-      <title>Source Code</title>
+    <section name="Source Code">
       <p>
       	Woden uses Subversion (SVN) for source control and all Woden code is stored in the 
       	<a href="../version_control.html">Woden SVN repository</a>. See the "SVN Client Configuration" section
@@ -116,21 +108,21 @@
       </p>
       <p>
 <code>/**</code><br/>
-<code>&nbsp;* Licensed to the Apache Software Foundation (ASF) under one or more</code><br/>
-<code>&nbsp;* contributor license agreements.  See the NOTICE file distributed with</code><br/>
-<code>&nbsp;* this work for additional information regarding copyright ownership.</code><br/>
-<code>&nbsp;* The ASF licenses this file to You under the Apache License, Version 2.0</code><br/>
-<code>&nbsp;* (the "License"); you may not use this file except in compliance with</code><br/>
-<code>&nbsp;* the License.  You may obtain a copy of the License at</code><br/>
-<code>&nbsp;* </code><br/>
-<code>&nbsp;*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;http://www.apache.org/licenses/LICENSE-2.0 </code><br/>
-<code>&nbsp;* </code><br/>
-<code>&nbsp;* Unless required by applicable law or agreed to in writing, software </code><br/>
-<code>&nbsp;* distributed under the License is distributed on an "AS IS" BASIS, </code><br/>
-<code>&nbsp;* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. </code><br/>
-<code>&nbsp;* See the License for the specific language governing permissions and </code><br/>
-<code>&nbsp;* limitations under the License.</code><br/>
-<code>&nbsp;*/</code>
+<code>&#160;* Licensed to the Apache Software Foundation (ASF) under one or more</code><br/>
+<code>&#160;* contributor license agreements.  See the NOTICE file distributed with</code><br/>
+<code>&#160;* this work for additional information regarding copyright ownership.</code><br/>
+<code>&#160;* The ASF licenses this file to You under the Apache License, Version 2.0</code><br/>
+<code>&#160;* (the "License"); you may not use this file except in compliance with</code><br/>
+<code>&#160;* the License.  You may obtain a copy of the License at</code><br/>
+<code>&#160;* </code><br/>
+<code>&#160;*&#160;&#160;&#160;&#160;&#160;http://www.apache.org/licenses/LICENSE-2.0 </code><br/>
+<code>&#160;* </code><br/>
+<code>&#160;* Unless required by applicable law or agreed to in writing, software </code><br/>
+<code>&#160;* distributed under the License is distributed on an "AS IS" BASIS, </code><br/>
+<code>&#160;* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. </code><br/>
+<code>&#160;* See the License for the specific language governing permissions and </code><br/>
+<code>&#160;* limitations under the License.</code><br/>
+<code>&#160;*/</code>
       </p>
       
       <p>
@@ -271,8 +263,7 @@
         For all private/package private declarations, where comments are required use non-Javadoc comments.
       </p>
     </section>
-    <section>
-        <title>Building</title>
+    <section name="Building">
         <p>
         Woden defines an API and provides 2 implementations of it. One is based on the Document Object Model (DOM) 
         and the other on the Axiom Object Model (OM).
@@ -403,8 +394,7 @@
             <li><code>/woden-om</code> - Woden OM distribution, runs Maven goals on the OM and Common java source.</li>
         </ul>
     </section>
-    <section>
-        <title>Testing</title>
+    <section name="Testing">
         <p>
         There are 2 test suites for Woden. The <strong>Woden JUnit Test Suite</strong> provided with Woden tests the 
         Woden API and functionality of the Woden framework (configuration, factory, reader, error handling, etc). 
@@ -546,8 +536,7 @@
         (these ant-test/ files include the test-suite-results.zip and validation-results.xml files mentioned above).
         </p>
     </section>
-    <section>
-      <title>Release Process</title>
+    <section name="Release Process">
       <p>
       	The Woden release process involves many steps and checks. To keep compliant with Apache process requirements
       	of WS and incubator projects it is important that it is followed.
@@ -662,8 +651,7 @@
 		<a href="http://mail-archives.apache.org/mod_mbox/ws-woden-dev/200704.mbox/%3c4c2ae8f80704230613l5e365f02gf15c3cba1086db2d@mail.gmail.com%3e">[ANNOUNCE]</a>
 	</p>
     </section>
-    <section>
-      <title>Connection with W3C WSDL Working Group</title>
+    <section name="Connection with W3C WSDL Working Group">
       <p>
       	Apache Woden was started to answer the W3C WSDL working group's 
       	<a href="http://lists.w3.org/Archives/Public/www-ws-desc/2006Jan/0023.html">call for implementations</a>.

Modified: webservices/woden/trunk/java/src/site/xdoc/dev/index.xml
URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/src/site/xdoc/dev/index.xml?rev=1688736&r1=1677312&r2=1688736&view=diff
==============================================================================
--- webservices/woden/trunk/java/src/site/xdoc/dev/index.xml (original)
+++ webservices/woden/trunk/java/src/site/xdoc/dev/index.xml Wed Jul  1 21:03:04 2015
@@ -14,22 +14,19 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
-<document> 
-  <header> 
+<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> 
+  <properties> 
     <title>Woden Development</title> 
-  </header> 
+  </properties> 
   <body> 
-    <section>
-      <title>Introduction</title>
+    <section name="Introduction">
       <p>
       	The development pages of the Website are meant for those people developing or interested in the
       	development of Woden itself. These pages contain milestone plans, non-release builds, and 
       	other information specifically related to the development of Woden.
       </p>
     </section>
-    <section>
-      <title>Contributing to Woden</title>
+    <section name="Contributing to Woden">
       <p>
       	There are many ways to contribute to Woden such as:
       </p>
@@ -52,8 +49,7 @@
       		<a href="http://wiki.apache.org/ws/FrontPage/Woden/TaskList">Woden Task List</a>.
       	</p>
     </section>
-    <section>
-      <title>Weekly Status Call</title>
+    <section name="Weekly Status Call">
       <p>
       	Woden holds weekly status calls on Tuesdays from 11am-12pm EST. These calls discuss the development
       	of Woden.
@@ -85,8 +81,7 @@
 		</tr>
       </table>
     </section>
-	<section>
-      <title>Contributing WSDL Test Cases</title>
+	<section name="Contributing WSDL Test Cases">
       <p>
       	Like many Java based projects, Woden contains a JUnit automated test suite. This test suite is
       	used for testing the Woden implementation.

Modified: webservices/woden/trunk/java/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/src/site/xdoc/index.xml?rev=1688736&r1=1677312&r2=1688736&view=diff
==============================================================================
--- webservices/woden/trunk/java/src/site/xdoc/index.xml (original)
+++ webservices/woden/trunk/java/src/site/xdoc/index.xml Wed Jul  1 21:03:04 2015
@@ -14,21 +14,18 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
-<document> 
-  <header> 
+<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> 
+  <properties> 
     <title>Welcome to Woden</title> 
-  </header> 
+  </properties> 
   <body> 
-    <section>
-      <title>Introduction</title>
+    <section name="Introduction">
       <p>The Woden project is an incubation subproject of the Apache Web Services Project to develop a Java class library for reading, manipulating, creating and writing WSDL documents, initially to support WSDL 2.0 but with the longer term aim of supporting past, present and future versions of WSDL.</p>  
 
 <p>There are two main deliverables: an API and an implementation. The Woden API will consist of a set of Java interfaces. The WSDL 2.0-specific portion of the Woden API will conform to the W3C WSDL 2.0 specification. The implementation will be a high performance implementation directly usable in other Apache projects such as Axis2. </p>
     </section>
     
-    <section>
-      <title>Your Help Wanted</title>
+    <section name="Your Help Wanted">
       <p>Looking to get involved in an Open Source project? Interested in Web services or WSDL? Woden is looking for your help.</p>
       <p>There are a number of different areas in which help is needed including:</p>
       <ul>
@@ -43,8 +40,7 @@
     </section>
     
     
-    <section>
-    	<title>News</title>
+    <section name="News">
     	<ul>
     	    <li>
     			<strong>Apr 24, 2008 - Woden 1.0 Milestone 8 released!</strong><br />

Modified: webservices/woden/trunk/java/src/site/xdoc/issue_tracking.xml
URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/src/site/xdoc/issue_tracking.xml?rev=1688736&r1=1677312&r2=1688736&view=diff
==============================================================================
--- webservices/woden/trunk/java/src/site/xdoc/issue_tracking.xml (original)
+++ webservices/woden/trunk/java/src/site/xdoc/issue_tracking.xml Wed Jul  1 21:03:04 2015
@@ -1,20 +1,20 @@
 <?xml version="1.0"?>
 
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
-
-<document>
+<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
   
-  <header>
+  <properties>
     <title>Woden Issue Tracking</title>
-  </header>
+  </properties>
   
   <body>
+   <section name="Woden Issue Tracking">
     <p>
       Woden issues (bugs, as well as enhancement requests) are tracked in 
       Apache JIRA <a href="http://issues.apache.org/jira/browse/Woden">here</a>.
       If you aren't sure whether something is a bug, post a question on the
       Woden <a href="mailinglists.html">mailing list</a>.
     </p>
+   </section>
   </body>
   
 </document>

Modified: webservices/woden/trunk/java/src/site/xdoc/mailinglists.xml
URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/src/site/xdoc/mailinglists.xml?rev=1688736&r1=1677312&r2=1688736&view=diff
==============================================================================
--- webservices/woden/trunk/java/src/site/xdoc/mailinglists.xml (original)
+++ webservices/woden/trunk/java/src/site/xdoc/mailinglists.xml Wed Jul  1 21:03:04 2015
@@ -1,18 +1,14 @@
 <?xml version="1.0"?>
 
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
-          "http://forrest.apache.org/dtd/document-v20.dtd">
-
-<document>
+<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
   
-  <header>
+  <properties>
     <title>Woden Mailing Lists</title>
-  </header>
+  </properties>
   
   <body>
   
-    <section>
-      <title>Mailing Lists</title>
+    <section name="Mailing Lists">
       <p>
         The Woden development list is
         <a href="mailto:woden-dev@ws.apache.org">woden-dev@ws.apache.org</a>.        
@@ -23,7 +19,7 @@
         <li><a href="http://mail-archives.apache.org/mod_mbox/ws-woden-dev/">View List Archive</a></li>
 		<li><a href="http://markmail.org/search/list:org.apache.ws.woden.dev">View Markmail Archive</a></li>
       </ul>
-      <note>In order to post to the list, it is necessary to first subscribe to it.</note>
+      <p>In order to post to the list, it is necessary to first subscribe to it.</p>
       <p>
         The Woden SVN list is woden-commits@incubator.apache.org.        
       </p>      
@@ -31,7 +27,7 @@
         <li><a href="mailto:woden-commits-subscribe@incubator.apache.org">Subscribe to List</a></li>
         <li><a href="mailto:woden-commits-unsubscribe@incubator.apache.org">Unsubscribe from List</a></li>
       </ul>
-      <note>Posts are automatically made to this list upon commits to SVN. There is no list archive.</note>
+      <p>Posts are automatically made to this list upon commits to SVN. There is no list archive.</p>
     </section>
     
   </body>

Modified: webservices/woden/trunk/java/src/site/xdoc/projectsusingwoden.xml
URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/src/site/xdoc/projectsusingwoden.xml?rev=1688736&r1=1677312&r2=1688736&view=diff
==============================================================================
--- webservices/woden/trunk/java/src/site/xdoc/projectsusingwoden.xml (original)
+++ webservices/woden/trunk/java/src/site/xdoc/projectsusingwoden.xml Wed Jul  1 21:03:04 2015
@@ -1,15 +1,13 @@
 <?xml version="1.0"?>
 
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
-          "http://forrest.apache.org/dtd/document-v20.dtd">
-
-<document>
+<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
   
-  <header>
+  <properties>
     <title>Projects Using Woden</title>
-  </header>
+  </properties>
   
   <body>
+   <section name="Projects Using Woden">
   	<p>
   		The following list contains the projects that we know about that are using Woden.
   	</p>
@@ -28,7 +26,7 @@
       		<a href="http://lsdis.cs.uga.edu/projects/meteor-s/opensource/woden4sawsdl/index.html">Woden4SAWSDL</a>
       	</li>
   	</ul>      
-    
+   </section>
   </body>
   
 </document>

Modified: webservices/woden/trunk/java/src/site/xdoc/projectteam.xml
URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/src/site/xdoc/projectteam.xml?rev=1688736&r1=1677312&r2=1688736&view=diff
==============================================================================
--- webservices/woden/trunk/java/src/site/xdoc/projectteam.xml (original)
+++ webservices/woden/trunk/java/src/site/xdoc/projectteam.xml Wed Jul  1 21:03:04 2015
@@ -1,18 +1,14 @@
 <?xml version="1.0"?>
 
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
-          "http://forrest.apache.org/dtd/document-v20.dtd">
-
-<document>
+<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
   
-  <header>
+  <properties>
     <title>Woden Project Team</title>
-  </header>
+  </properties>
   
   <body>
   
-    <section>
-      <title>Committers</title>
+    <section name="Committers">
       <table>
       	<tr>
       		<td>

Modified: webservices/woden/trunk/java/src/site/xdoc/proposal.xml
URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/src/site/xdoc/proposal.xml?rev=1688736&r1=1677312&r2=1688736&view=diff
==============================================================================
--- webservices/woden/trunk/java/src/site/xdoc/proposal.xml (original)
+++ webservices/woden/trunk/java/src/site/xdoc/proposal.xml Wed Jul  1 21:03:04 2015
@@ -1,16 +1,13 @@
 <?xml version="1.0"?>
 
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
-
-<document>
+<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
   
-  <header>
+  <properties>
     <title>Woden Project Proposal</title>
-  </header>
+  </properties>
   
   <body>
-    <section>
-       <title>Project Proposal</title>
+    <section name="Project Proposal">
        <p>March 2005.</p>
 
        <p>The <a href="index.html">Woden</a> project is proposed as a subproject of the <a 
@@ -35,8 +32,7 @@
           of its members is also a member of the W3C WSDL 2.0 Working Group.
        </p>
     </section>
-    <section>
-      <title>Potential applications</title>
+    <section name="Potential applications">
       <ul>
         <li>Axis2, build time emitters and runtime parsing</li>
         <li>Eclipse tools, WSDL editors</li>
@@ -44,8 +40,7 @@
         <li>user applications</li>
       </ul>
     </section>
-    <section>
-      <title>About the name "Woden"</title>
+    <section name="About the name &quot;Woden&quot;">
       <ul>
         <li>Woden is a mnemonic for Web service Description (i.e. WoDen).</li>
         <li>Woden is a Norse god and naming the project after a god is in keeping with other WS-Apache project names like Apollo, Hermes and Muse.</li>
@@ -53,8 +48,7 @@
         <li>The symbol CEN in Runes looks like "&lt;", a left angle bracket, which may suggest we can trace the origins of XML back to Woden!</li>
        </ul>
     </section>
-    <section>
-      <title>Rationale</title>
+    <section name="Rationale">
       <p>There are current requirements for a WSDL 2.0 processor (e.g. Axis2, Eclipse tools, the WSDL4J
          community). This demand is expected to increase when the W3C issues a Recommendation for WSDL 2.0.
       </p>
@@ -77,8 +71,7 @@
          candidate for future standardization on a WSDL processing API.
       </p>
     </section>
-    <section>
-      <title>Scope</title>
+    <section name="Scope">
       <p>In the short term, the scope of the Woden project is:</p>
       <ul>
         <li>A WSDL 2.0 API that will significantly cover the W3C WSDL 2.0 specification, including the
@@ -106,30 +99,26 @@
             DOM-based model for build time tooling).</li>
       </ul>
     </section>
-    <section>
-      <title>Initial Source</title>
+    <section name="Initial Source">
       <p>IBM will donate the WSDL4J source code. Although WSDL4J is the reference implementation of 
          JSR110 (Java APIs for WSDL), Woden will not be an implementation of JSR110. WSDL4J is specific
          to WSDL 1.1 but some of the code and the intellectual property may be reused to develop a 
          WSDL 2.0 processor.
       </p>
     </section>
-    <section>
-      <title>Resources to be created</title>
+    <section name="Resources to be created">
       <p>Mailing Lists: woden-dev, woden-user</p>
 
       <p>SVN Repository: ws-woden</p>
 
       <p>Issue Tracking: JIRA</p>
     </section>
-    <section>
-      <title>Apache Sponsor</title>
+    <section name="Apache Sponsor">
       <p>The Champion of the Woden incubator project is Davanum Srinivas (dims at apache.org).</p>
 
       <p>The Sponsor of Woden is the Apache Web Services PMC.</p>
     </section>
-    <section>
-      <title>Initial Committers</title>
+    <section name="Initial Committers">
       <p>Chathura Herath (chathura at opensource.lk, WS-Apache Axis)<br/>
          Jeremy Hughes (hughesj at apache.org, WSDL4J)<br/>
          John Kaputin (jakaputin at gmail.com, WSDL4J)<br/>
@@ -137,14 +126,12 @@
          Arthur Ryman (arthur.ryman at gmail.com, Eclipse Web Tools (WTP) / W3C WSDL 2.0 Working Group)
       </p>
     </section>
-    <section>
-      <title>Incubator Mentors</title>
+    <section name="Incubator Mentors">
       <p>Paul Fremantle (pzf at hursley.ibm.com)<br/>
          Sanjiva Weerawarana (sanjiva at opensource.lk)
       </p>
     </section>
-    <section>
-      <title>Relevant links</title>
+    <section name="Relevant links">
       <ul>
         <li>Eclipse Web Service Validation Tools (WSVT)
             - <a href="http://www.eclipse.org/wsvt">http://www.eclipse.org/wsvt</a></li>

Modified: webservices/woden/trunk/java/src/site/xdoc/userguide.xml
URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/src/site/xdoc/userguide.xml?rev=1688736&r1=1677312&r2=1688736&view=diff
==============================================================================
--- webservices/woden/trunk/java/src/site/xdoc/userguide.xml (original)
+++ webservices/woden/trunk/java/src/site/xdoc/userguide.xml Wed Jul  1 21:03:04 2015
@@ -1,18 +1,15 @@
 <?xml version="1.0"?>
 
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
-
-<document>
+<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
   
-  <header>
+  <properties>
     <title>Woden User Guide</title>
-  </header>
+  </properties>
   
   <body>
   
     <!-- ================================================================ -->
-    <section id="intro">
-      <title>Introduction</title>
+    <section name="Introduction" id="intro">
        <p>
        The purpose of the Woden User Guide is to explain how to use the external interfaces 
        of Woden. These external interfaces currently consist of the Woden API, but as development
@@ -42,8 +39,7 @@
     </section>
     
     <!-- ================================================================ -->
-    <section id="overview">
-       <title>Woden Overview</title>
+    <section name="Woden Overview" id="overview">
        <p>
        The initial goal of the Woden project is to develop a WSDL 2.0 processor that implements
        the W3C WSDL 2.0 specification in response to the Working Group's call for implementations.
@@ -170,8 +166,7 @@
     </section>
     
     <!-- ================================================================ -->
-    <section>
-       <title>Download and Setup</title>
+    <section name="Download and Setup">
        <p>Obtain the Apache Woden WSDL processor in one of 2 ways:</p>
        <ul>
        <li>extract the source code from the Woden Subversion (SVN) <a href="version_control.html">repository</a> and compile it, or</li>
@@ -204,8 +199,7 @@
     </section>
     
     <!-- ================================================================ -->
-    <section>
-       <title>Getting Started</title>
+    <section name="Getting Started">
        <p>
        This section contains a few code examples to demonstrate the Woden programming model. See "The Woden API"
        section below and the Javadocs included with the milestone distribution for more details.
@@ -282,8 +276,7 @@
     </section>
     
     <!-- ================================================================ -->
-    <section>
-       <title>The Woden API</title>
+    <section name="The Woden API">
        
        <p>
        This section provides an overview of the Woden API.
@@ -577,8 +570,7 @@
     </section>
     
     <!-- ================================================================ -->
-    <section>
-       	<title>Woden URI Resolver</title>
+    <section name="Woden URI Resolver">
        	<p>
        	This allows URIs referred to in WSDL 2.0 and XML Schema documents to be redirected to alternative URIs. 
       	Woden is equipped with such a resolver as default, and an API to define alternative implementations.
@@ -733,8 +725,7 @@
  
        
     <!-- ================================================================ -->
-    <section>
-       <title>More topics to be added...</title>
+    <section name="More topics to be added...">
        <p>
        <em>
        This User Guide is a work-in-progress. The content will be expanded and restructured as the

Modified: webservices/woden/trunk/java/src/site/xdoc/version_control.xml
URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/src/site/xdoc/version_control.xml?rev=1688736&r1=1677312&r2=1688736&view=diff
==============================================================================
--- webservices/woden/trunk/java/src/site/xdoc/version_control.xml (original)
+++ webservices/woden/trunk/java/src/site/xdoc/version_control.xml Wed Jul  1 21:03:04 2015
@@ -1,17 +1,14 @@
 <?xml version="1.0"?>
 
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
-
-<document>
+<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
   
-  <header>
+  <properties>
     <title>Woden Version Control System</title>
-  </header>
+  </properties>
   
   <body>
   
-    <section>
-      <title>Overview</title>
+    <section name="Overview">
       <p>
         The Woden source code resides in the Apache <a href="http://subversion.tigris.org/">Subversion
 	(SVN)</a> repository.
@@ -26,8 +23,7 @@
       </p>
     </section>
     
-    <section>
-      <title>Web Access (read-only)</title>
+    <section name="Web Access (read-only)">
       <p>
         The source code can be browsed via the Web at 
         <a href="http://svn.apache.org/viewcvs.cgi/webservices/woden/">http://svn.apache.org/viewcvs.cgi/webservices/woden/</a>.
@@ -35,8 +31,7 @@
       </p>
     </section>
     
-    <section>
-      <title>Anonymous Access (read-only)</title>
+    <section name="Anonymous Access (read-only)">
       <p>
         The SVN URL for anonymous users is 
         <a href="http://svn.apache.org/repos/asf/webservices/woden/">http://svn.apache.org/repos/asf/webservices/woden/</a>.
@@ -45,8 +40,7 @@
       </p>
     </section>
     
-    <section>
-      <title>Committer Access (read-write)</title>
+    <section name="Committer Access (read-write)">
       <p>
         The SVN URL for committers is 
         <a href="https://svn.apache.org/repos/asf/webservices/woden/">https://svn.apache.org/repos/asf/webservices/woden/</a>.
@@ -55,8 +49,7 @@
       </p>
     </section>
     
-    <section>
-      <title>SVN Client Configuration</title>
+    <section name="SVN Client Configuration">
       <p>
         To ensure Subversion clients running on different platforms (e.g. Windows, Unix) maintain a consistent EOL style,
         all developers will need to configure their Subversion clients in the following manner.
@@ -89,8 +82,7 @@
       </p>
     </section>
 
-    <section>
-      <title>Access Via a Proxy</title>
+    <section name="Access Via a Proxy">
       <p>
         SVN clients can go through a proxy if you configure them to do so. The 
         <a href="http://subversion.tigris.org/faq.html#proxy">Subversion FAQ</a>

Modified: webservices/woden/trunk/java/woden-ant/pom.xml
URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-ant/pom.xml?rev=1688736&r1=1688735&r2=1688736&view=diff
==============================================================================
--- webservices/woden/trunk/java/woden-ant/pom.xml (original)
+++ webservices/woden/trunk/java/woden-ant/pom.xml Wed Jul  1 21:03:04 2015
@@ -48,6 +48,13 @@
                 <artifactId>maven-bundle-plugin</artifactId>
                 <version>${bundle.plugin.version}</version>
             </plugin>
+            <plugin>
+                <artifactId>maven-site-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip>
+                    <skipDeploy>true</skipDeploy>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 

Modified: webservices/woden/trunk/java/woden-converter-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-converter-maven-plugin/pom.xml?rev=1688736&r1=1688735&r2=1688736&view=diff
==============================================================================
--- webservices/woden/trunk/java/woden-converter-maven-plugin/pom.xml (original)
+++ webservices/woden/trunk/java/woden-converter-maven-plugin/pom.xml Wed Jul  1 21:03:04 2015
@@ -62,6 +62,13 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <artifactId>maven-site-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip>
+                    <skipDeploy>true</skipDeploy>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
     

Modified: webservices/woden/trunk/java/woden-core/pom.xml
URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-core/pom.xml?rev=1688736&r1=1688735&r2=1688736&view=diff
==============================================================================
--- webservices/woden/trunk/java/woden-core/pom.xml (original)
+++ webservices/woden/trunk/java/woden-core/pom.xml Wed Jul  1 21:03:04 2015
@@ -72,6 +72,13 @@
                     </instructions>
                 </configuration>
             </plugin>
+            <plugin>
+                <artifactId>maven-site-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip>
+                    <skipDeploy>true</skipDeploy>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
     <dependencies>

Modified: webservices/woden/trunk/java/woden-dist/pom.xml
URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-dist/pom.xml?rev=1688736&r1=1688735&r2=1688736&view=diff
==============================================================================
--- webservices/woden/trunk/java/woden-dist/pom.xml (original)
+++ webservices/woden/trunk/java/woden-dist/pom.xml Wed Jul  1 21:03:04 2015
@@ -44,6 +44,13 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <artifactId>maven-site-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip>
+                    <skipDeploy>true</skipDeploy>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
     <dependencies>

Modified: webservices/woden/trunk/java/woden-tests/pom.xml
URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-tests/pom.xml?rev=1688736&r1=1688735&r2=1688736&view=diff
==============================================================================
--- webservices/woden/trunk/java/woden-tests/pom.xml (original)
+++ webservices/woden/trunk/java/woden-tests/pom.xml Wed Jul  1 21:03:04 2015
@@ -54,6 +54,13 @@
                     </excludes>
                 </configuration>
             </plugin>
+            <plugin>
+                <artifactId>maven-site-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip>
+                    <skipDeploy>true</skipDeploy>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
     <dependencies>

Modified: webservices/woden/trunk/java/woden-tool/pom.xml
URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-tool/pom.xml?rev=1688736&r1=1688735&r2=1688736&view=diff
==============================================================================
--- webservices/woden/trunk/java/woden-tool/pom.xml (original)
+++ webservices/woden/trunk/java/woden-tool/pom.xml Wed Jul  1 21:03:04 2015
@@ -88,6 +88,13 @@
                     <srcIncludes>**/wsdl-viewer-modules.xsl</srcIncludes>
                 </configuration>
             </plugin>
+            <plugin>
+                <artifactId>maven-site-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip>
+                    <skipDeploy>true</skipDeploy>
+                </configuration>
+            </plugin>
         </plugins>
     </build>