You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by da...@apache.org on 2006/02/23 21:33:18 UTC

svn commit: r380219 - in /webservices/commons/modules/XmlSchema: pom.xml site/ site/apt/ site/apt/index.apt site/site.xml

Author: dandiep
Date: Thu Feb 23 12:33:16 2006
New Revision: 380219

URL: http://svn.apache.org/viewcvs?rev=380219&view=rev
Log:
o Add a site in prep for the release
o Add m1 deploy configuration
o Fix m2 deploy locations

Added:
    webservices/commons/modules/XmlSchema/site/
    webservices/commons/modules/XmlSchema/site/apt/
    webservices/commons/modules/XmlSchema/site/apt/index.apt
    webservices/commons/modules/XmlSchema/site/site.xml
Modified:
    webservices/commons/modules/XmlSchema/pom.xml

Modified: webservices/commons/modules/XmlSchema/pom.xml
URL: http://svn.apache.org/viewcvs/webservices/commons/modules/XmlSchema/pom.xml?rev=380219&r1=380218&r2=380219&view=diff
==============================================================================
--- webservices/commons/modules/XmlSchema/pom.xml (original)
+++ webservices/commons/modules/XmlSchema/pom.xml Thu Feb 23 12:33:16 2006
@@ -99,10 +99,55 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-site-plugin</artifactId>
+        <configuration>
+          <siteDirectory>${basedir}/site</siteDirectory>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-one-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>install-maven-one-repository</goal>
+              <goal>deploy-maven-one-repository</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <remoteRepositoryId>apache</remoteRepositoryId>
+          <remoteRepositoryUrl>scp://people.apache.org/www/www.apache.org/dist/java-repository</remoteRepositoryUrl>
+        </configuration>
+      </plugin>
     </plugins>
     
   </build>
 
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>jdepend-maven-plugin</artifactId>
+        <version>2.0-beta-1-SNAPSHOT</version>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>jxr-maven-plugin</artifactId>
+        <version>2.0-beta-2-SNAPSHOT</version>
+      </plugin>
+    </plugins>
+  </reporting>
+  
   <dependencies>
     <dependency>
       <groupId>junit</groupId>
@@ -258,7 +303,7 @@
     <repository>
       <id>apache-repo</id>
       <name>Maven Central Repository</name>
-      <url>scpexe://cvs.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
+      <url>scp://people.apache.org/www/www.apache.org/dist/maven-repository</url>
     </repository>
     <snapshotRepository>
       <id>apache-snapshots</id>
@@ -267,7 +312,7 @@
     </snapshotRepository>
     <site>
       <id>website</id>
-      <url>scp://minotaur.apache.org/www/ws.apache.org/commons/XmlSchema</url>
+      <url>scp://people.apache.org/www/ws.apache.org/commons/XmlSchema</url>
     </site>
   </distributionManagement>
 </project>

Added: webservices/commons/modules/XmlSchema/site/apt/index.apt
URL: http://svn.apache.org/viewcvs/webservices/commons/modules/XmlSchema/site/apt/index.apt?rev=380219&view=auto
==============================================================================
--- webservices/commons/modules/XmlSchema/site/apt/index.apt (added)
+++ webservices/commons/modules/XmlSchema/site/apt/index.apt Thu Feb 23 12:33:16 2006
@@ -0,0 +1,11 @@
+Overview
+  
+  The XmlSchema project is an API to read and write XML Schemas.
+
+  For information on how to use the XmlSchema API, please
+  see the {{{apidocs/index.html}javadocs}}. 
+
+Downloads
+
+  The 1.0 release can be found 
+  {{{http://www.apache.org/dyn/closer.cgi/maven-repository/org/apache/ws/commons/XmlSchema}here}}.
\ No newline at end of file

Added: webservices/commons/modules/XmlSchema/site/site.xml
URL: http://svn.apache.org/viewcvs/webservices/commons/modules/XmlSchema/site/site.xml?rev=380219&view=auto
==============================================================================
--- webservices/commons/modules/XmlSchema/site/site.xml (added)
+++ webservices/commons/modules/XmlSchema/site/site.xml Thu Feb 23 12:33:16 2006
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project name="Maven">
+  <bannerLeft>
+    <name>XmlSchema</name>
+    <src>http://www.apache.org/images/asf-logo.gif</src>
+    <href>http://ws.apache.org/commons/XmlSchema</href>
+  </bannerLeft>
+
+  <body>
+    <links>
+      <item name="Apache" href="http://www.apache.org/" />
+      <item name="WS Commons" href="http://ws.apache.org/commons"/>
+    </links>
+
+    <menu name="XmlSchema API">
+      <item name="Home" href="index.html"/>
+    </menu>
+
+   ${reports}
+
+  </body>
+</project>
\ No newline at end of file