You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by dk...@apache.org on 2011/09/21 15:56:44 UTC

svn commit: r1173649 - in /webservices/xmlschema/trunk: pom.xml src/site/site.xml xmlschema-core/src/site/site.xml

Author: dkulp
Date: Wed Sep 21 13:56:44 2011
New Revision: 1173649

URL: http://svn.apache.org/viewvc?rev=1173649&view=rev
Log:
Cleanup a bunch of site related things

Modified:
    webservices/xmlschema/trunk/pom.xml
    webservices/xmlschema/trunk/src/site/site.xml
    webservices/xmlschema/trunk/xmlschema-core/src/site/site.xml

Modified: webservices/xmlschema/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/xmlschema/trunk/pom.xml?rev=1173649&r1=1173648&r2=1173649&view=diff
==============================================================================
--- webservices/xmlschema/trunk/pom.xml (original)
+++ webservices/xmlschema/trunk/pom.xml Wed Sep 21 13:56:44 2011
@@ -29,9 +29,8 @@
     <packaging>pom</packaging>
     <name>XmlSchema</name>
     <version>2.0.2-SNAPSHOT</version>
-    <description>Commons XMLSchema is a light weight schema object model that can be used to manipulate or
-        generate XML schema.</description>
-    <url>http://ws.apache.org/commons/XmlSchema</url>
+    <description>Apache XMLSchema is a light weight schema object model that can be used to manipulate or generate XML schema.</description>
+    <url>http://ws.apache.org/commons/xmlschema20/</url>
     <issueManagement>
         <system>JIRA</system>
         <url>http://issues.apache.org/jira/browse/XMLSCHEMA</url>
@@ -44,6 +43,13 @@
             <post>dev@ws.apache.org</post>
             <archive>http://mail-archives.apache.org/mod_mbox/ws-dev/</archive>
         </mailingList>
+        <mailingList>
+            <name>WS Users</name>
+            <subscribe>users-subscribe@ws.apache.org</subscribe>
+            <unsubscribe>users-unsubscribe@ws.apache.org</unsubscribe>
+            <post>users@ws.apache.org</post>
+            <archive>http://mail-archives.apache.org/mod_mbox/ws-users/</archive>
+        </mailingList>
     </mailingLists>
     <inceptionYear>2004</inceptionYear>
     <licenses>
@@ -213,7 +219,37 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-site-plugin</artifactId>
-                    <version>3.0-beta-3</version>
+                    <version>3.0</version>
+                     <configuration>
+                         <reportPlugins>
+                             <plugin>
+                                 <groupId>org.apache.maven.plugins</groupId>
+                                 <artifactId>maven-project-info-reports-plugin</artifactId>
+                                 <version>2.4</version>
+                                 <configuration>
+                                     <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
+                                     <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
+                                 </configuration>
+                                 <!-- simpler configuration without reportSets available for usual cases -->
+                                 <reports>
+                                     <report>summary</report>
+                                     <report>dependencies</report>
+                                     <report>index</report>
+                                     <report>dependencies</report>
+                                     <report>issue-tracking</report>
+                                     <report>scm</report>
+                                     <report>project-team</report>
+                                     <report>mailing-list</report>
+                                     <report>license</report>
+                                 </reports>
+                             </plugin>
+                             <plugin>
+                                 <groupId>org.apache.maven.plugins</groupId>
+                                 <artifactId>maven-javadoc-plugin</artifactId>
+                                 <version>2.8</version>
+                             </plugin>
+                         </reportPlugins>
+                     </configuration>
                 </plugin>
             </plugins>
         </pluginManagement>
@@ -226,7 +262,6 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-site-plugin</artifactId>
-                        <version>3.0-beta-3</version>
                         <executions>
                             <execution>
                                 <id>site</id>
@@ -527,47 +562,4 @@
             </dependency>
         </dependencies>
     </dependencyManagement>
-    <reporting>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-project-info-reports-plugin</artifactId>
-                <version>2.3.1</version>
-                <reportSets>
-                    <reportSet>
-                        <reports>
-                            <report>summary</report>
-                            <report>index</report>
-                            <report>dependencies</report>
-                            <report>issue-tracking</report>
-                            <report>scm</report>
-                        </reports>
-                    </reportSet>
-                </reportSets>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.7</version>
-                <reportSets>
-                    <reportSet>
-                        <id>html</id>
-                        <reports>
-                            <report>javadoc</report>
-                        </reports>
-                    </reportSet>
-                </reportSets>
-            </plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>jdepend-maven-plugin</artifactId>
-                <version>2.0-beta-2</version>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jxr-plugin</artifactId>
-                <version>2.2</version>
-            </plugin>
-        </plugins>
-    </reporting>
 </project>

Modified: webservices/xmlschema/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/webservices/xmlschema/trunk/src/site/site.xml?rev=1173649&r1=1173648&r2=1173649&view=diff
==============================================================================
--- webservices/xmlschema/trunk/src/site/site.xml (original)
+++ webservices/xmlschema/trunk/src/site/site.xml Wed Sep 21 13:56:44 2011
@@ -31,15 +31,14 @@
         </links>
         <menu name="XML Schema">
             <item name="Home" href="index.html"/>
-            <item name="Downloads">
-                <item name="Source Code" href="xmlschema-core/source-repository.html"/>
+            <item name="Downloads" href="http://www.apache.org/dyn/closer.cgi/ws/xmlschema/">
+                <item name="Source Code" href="source-repository.html"/>
             </item>
-            <item name="Project Information">
-                <item name="Mailing Lists" href="/mail-lists.html"/>
-                <item name="Project Team" href="/team-list.html"/>
+            <item name="Project Information" href="project-info.html">
+                <item name="Mailing Lists" href="mail-lists.html"/>
                 <item name="Issue Tracking" href="issue-tracking.html"/>
             </item>
-            <item name="License" href="/license.html"/>
+            <item name="License" href="license.html"/>
         </menu>
         <menu ref="modules" />
     </body>

Modified: webservices/xmlschema/trunk/xmlschema-core/src/site/site.xml
URL: http://svn.apache.org/viewvc/webservices/xmlschema/trunk/xmlschema-core/src/site/site.xml?rev=1173649&r1=1173648&r2=1173649&view=diff
==============================================================================
--- webservices/xmlschema/trunk/xmlschema-core/src/site/site.xml (original)
+++ webservices/xmlschema/trunk/xmlschema-core/src/site/site.xml Wed Sep 21 13:56:44 2011
@@ -32,24 +32,21 @@
         </links>
         <menu name="XML Schema">
             <item name="Home" href="../index.html"/>
-            <item name="Downloads">
+            <item name="Downloads" href="http://www.apache.org/dyn/closer.cgi/ws/xmlschema/">
                 <item name="Source Code" href="source-repository.html"/>
             </item>
-            <item name="Documentation">
+            <item name="Documentation" href="">
                 <item name="Tutorial" href="schematutorial.html"/>
                 <item name="Extensions" href="writingExtensions.html"/>
-                <item name="Javadocs" href="/apidocs/index.html"/>
-                <item name="Jxr Reports" href="jxr.html"/>
-                <item name="JDepend Report" href="jdepend-report.html"/>
+                <item name="Javadocs" href="apidocs/index.html"/>
                 <item name="View Source"
                       href="http://svn.apache.org/viewvc/webservices/xmlschema/trunk/?root=Apache-SVN"/>
             </item>
-            <item name="Project Information">
-                <item name="Mailing Lists" href="/mail-lists.html"/>
-                <item name="Project Team" href="/team-list.html"/>
+            <item name="Project Information" href="project-info.html">
+                <item name="Mailing Lists" href="mail-lists.html"/>
                 <item name="Issue Tracking" href="issue-tracking.html"/>
             </item>
-            <item name="License" href="/license.html"/>
+            <item name="License" href="license.html"/>
         </menu>
         <menu ref="reports" />
     </body>