Author: tcunning
Date: Tue Oct 12 17:00:49 2010
New Revision: 1021836
URL: http://svn.apache.org/viewvc?rev=1021836&view=rev
Log:
JUDDI-418
Update mailing list, committers, links to juddi website.
Modified:
juddi/trunk/pom.xml
juddi/trunk/src/site/site.xml
juddi/trunk/src/site/xdoc/committers.xml
Modified: juddi/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/juddi/trunk/pom.xml?rev=1021836&r1=1021835&r2=1021836&view=diff
==============================================================================
--- juddi/trunk/pom.xml (original)
+++ juddi/trunk/pom.xml Tue Oct 12 17:00:49 2010
@@ -61,10 +61,10 @@
<mailingLists>
<mailingList>
<name>jUDDI User List</name>
-
<subscribe>[email protected]</subscribe>
-
<unsubscribe>[email protected]</unsubscribe>
- <post>[email protected]</post>
-
<archive>http://mail-archives.apache.org/mod_mbox/ws-juddi-user/</archive>
+ <subscribe>[email protected]</subscribe>
+
<unsubscribe>[email protected]</unsubscribe>
+ <post>[email protected]</post>
+
<archive>http://mail-archives.apache.org/mod_mbox/juddi-user/</archive>
</mailingList>
<mailingList>
<name>jUDDI Developer List</name>
@@ -109,6 +109,20 @@
<url>http://www.viens.net</url>
<organization>ASF</organization>
</developer>
+ <developer>
+ <id>anil</id>
+ <name>Anil Saldhana</name>
+ <email>anil AT apache.org</email>
+ <url>http://www.jboss.org</url>
+ <organization>JBoss/Red Hat</organization>
+ </developer>
+ <developer>
+ <id>djencks</id>
+ <name>David Jencks</name>
+ <email>djencks AT apache.org</email>
+ <url>http://www.apache.org</url>
+ <organization>ASF</organization>
+ </developer>
</developers>
<contributors>
<contributor>
@@ -213,8 +227,8 @@
<version>2.0-beta-2</version>
</plugin>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>jxr-maven-plugin</artifactId>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jxr-plugin</artifactId>
<version>2.2</version>
</plugin>
</plugins>
Modified: juddi/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/juddi/trunk/src/site/site.xml?rev=1021836&r1=1021835&r2=1021836&view=diff
==============================================================================
--- juddi/trunk/src/site/site.xml (original)
+++ juddi/trunk/src/site/site.xml Tue Oct 12 17:00:49 2010
@@ -23,7 +23,7 @@
<bannerLeft>
<name>Apache jUDDI</name>
<src>images/project-logo.gif</src>
- <href>ws.apache.org/juddi/</href>
+ <href>juddi.apache.org</href>
</bannerLeft>
<bannerRight>
<src>images/juddi.gif</src>
@@ -39,7 +39,6 @@
<body>
<breadcrumbs>
<item name="Apache" href="http://www.apache.org/"/>
- <item name="WebServices" href="http://ws.apache.org/"/>
</breadcrumbs>
<menu name="Apache jUDDI">
@@ -51,7 +50,7 @@
<item name="Participation" href="participate.html"
description="Participation"/>
<item name="Documentation">
<item name="jUDDI Docs" href="docs.html"/>
- <item name="Wiki" href="http://wiki.apache.org/ws/jUDDI"/>
+ <item name="Wiki" href="http://wiki.apache.org/juddi"/>
<item name="UDDI Library" href="library.html" />
<item name="Javadocs v2" href="apidocs2/index.html"/>
<item name="Javadocs v3" href="apidocs/index.html"/>
@@ -66,8 +65,8 @@
<item name="Project Team" href="team-list.html"/>
<item name="Project Summary" href="project-summary.html"/>
</item>
- <item name="Related Projects">
- <item name="Apache Scout"
href="http://ws.apache.org/scout/" description="Apache Scout"/>
+ <item name="Subprojects">
+ <item name="Apache Scout"
href="http://juddi.apache.org/scout/" description="Apache Scout"/>
</item>
<item name="Misc">
<item name="Who We Are" href="who.html"
description="Who We Are"/>
Modified: juddi/trunk/src/site/xdoc/committers.xml
URL:
http://svn.apache.org/viewvc/juddi/trunk/src/site/xdoc/committers.xml?rev=1021836&r1=1021835&r2=1021836&view=diff
==============================================================================
--- juddi/trunk/src/site/xdoc/committers.xml (original)
+++ juddi/trunk/src/site/xdoc/committers.xml Tue Oct 12 17:00:49 2010
@@ -6,32 +6,28 @@
</properties>
<body>
<section name="Updating the jUDDI Web Site">
- <p>You'll need the appropriate version of <link
href="http://xml.apache.org/forrest/">forrest</link> as
- well as the appropriate version of <link
href="http://ant.apache.org/">ant</link>. This document
- assumes you generally understand how to use these tools.
- </p>
<p>
- The site source is located under our source tree at ws-juddi/site. To
build the site, simply invoke
- forrest in ws-juddi/site. The built sources will be located at
ws-juddi/build/site. You should
+ The site source is located under our source tree at juddi/src/site. To
build the site, simply invoke
+ mvn site in juddi/site. The built sources will be located at
juddi/target/site. You should
get a clean build, and no broken links. There aren't any known issues
with the site.
</p>
<p>
- You must test your builds locally by running forrest on your local
box. You can do this by invoking
- 'forrest run' in ws-juddi/site.
+ You must test your builds locally by running mvn site on your local
box. You can do this by invoking
+ 'mvn site' in the juddi root directory.
</p>
<p>
The commit process is a bit complicated.
- The live site is hosted under the ws-site source tree, -not- the
ws-juddi src tree. The ws-juddi/build/site
+ The live site is hosted under the site source tree, -not- the juddi
src tree. The juddi/target/site
directory hierarchy maps to the ws-site/targets/juddi directory
hierarchy.
Once you've built the site copy the latter hierarchy to the former,
and then commit the
changes. The live site is updated about every 6 hours from cvs.
</p>
<p>
- You must -also- commit the changes you've made under ws-juddi/site to
persist the changes for the next
+ You must -also- commit the changes you've made under juddi/src/site to
persist the changes for the next
committer to be able to reproduce your modifications.
</p>
<p>
- To fully clean any site build you've created, you can safely delete
everything under ws-juddi/site/build.
+ To fully clean any site build you've created, you can safely delete
everything under juddi/target.
</p>
</section>
<section name="Release Process">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]