[prev in list] [next in list] [prev in thread] [next in thread] 

List:       juddi-cvs
Subject:    svn commit: r511200 - in /webservices/juddi/trunk: pom.xml src/site/site.xml
From:       sviens () apache ! org
Date:       2007-02-24 3:55:01
Message-ID: 20070224035502.07CBE1A981D () eris ! apache ! org
[Download RAW message or body]

Author: sviens
Date: Fri Feb 23 19:55:01 2007
New Revision: 511200

URL: http://svn.apache.org/viewvc?view=rev&rev=511200
Log:
Including additional Maven reports and adding a custom Maven2 'site.xml' website \
configuration.

Added:
    webservices/juddi/trunk/src/site/site.xml
Modified:
    webservices/juddi/trunk/pom.xml

Modified: webservices/juddi/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/pom.xml?view=diff&rev=511200&r1=511199&r2=511200
 ==============================================================================
--- webservices/juddi/trunk/pom.xml (original)
+++ webservices/juddi/trunk/pom.xml Fri Feb 23 19:55:01 2007
@@ -6,7 +6,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.juddi</groupId>
     <artifactId>juddi</artifactId>
-    <name>JUDDI</name>
+    <name>jUDDI</name>
     <version>SNAPSHOT</version>
     <description>
     jUDDI (pronounced "Judy") is an open source Java implementation of the Universal \
Description, Discovery, and Integration (UDDI) specification for Web Services. @@ \
-33,47 +33,55 @@  </ciManagement>
     <mailingLists>
         <mailingList>
-            <name>JUDDI Developer List</name>
+            <name>jUDDI Developer List</name>
             <subscribe>juddi-dev-subscribe@ws.apache.org</subscribe>
             <unsubscribe>juddi-dev-unsubscribe@ws.apache.org</unsubscribe>
             <post>juddi-dev@ws.apache.org</post>
             <archive>http://mail-archives.apache.org/mod_mbox/ws-juddi-dev/</archive>
  </mailingList>
+        <mailingList>
+            <name>jUDDI User List</name>
+            <subscribe>juddi-user-subscribe@ws.apache.org</subscribe>
+            <unsubscribe>juddi-user-unsubscribe@ws.apache.org</unsubscribe>
+            <post>juddi-user@ws.apache.org</post>
+            <archive>http://mail-archives.apache.org/mod_mbox/ws-juddi-user/</archive>
 +        </mailingList>
     </mailingLists>
     <inceptionYear>2004</inceptionYear>
-  <!-- who the developers are for the project -->
-  <developers>
-        <developer>
-            <name>Steve Viens</name>
-            <id>sviens</id>
-            <email>sviens@apache.org</email>
-            <organization></organization>
-        </developer>
-        <developer>
-            <name>Kurt Stam</name>
-            <id>kstam</id>
-            <email>kstam@apache.org</email>
-            <organization></organization>
-        </developer>
-        <developer>
-            <name>Andy Cutright</name>
-            <id>acutright</id>
-            <email>acutright@apache.org</email>
-            <organization></organization>
-        </developer>
-        <developer>
-            <name>Anil Saldhana</name>
-            <id>anil</id>
-            <email>anil@apache.org</email>
-            <organization></organization>
-        </developer>
-        <developer>
-            <name>Davanum Srinivas</name>
-            <id>dims</id>
-            <email>dims@yahoo.com</email>
-            <organization></organization>
-        </developer>
-  </developers>
+	  <!-- who the developers are for the project -->
+	  <developers>
+	        <developer>
+	            <name>Steve Viens</name>
+	            <id>sviens</id>
+	            <email>steve AT viens.net</email>
+	            <organization>ASF</organization>
+	            <url>http://www.viens.net</url>            
+	        </developer>
+	        <developer>
+	            <name>Kurt Stam</name>
+	            <id>kstam</id>
+	            <email>kstam AT apache.org</email>
+	            <organization>ASF</organization>
+	        </developer>
+	        <developer>
+	            <name>Andy Cutright</name>
+	            <id>acutright</id>
+	            <email>acutright AT apache.org</email>
+	            <organization>ASF</organization>
+	        </developer>
+	        <developer>
+	            <name>Anil Saldhana</name>
+	            <id>anil</id>
+	            <email>anil AT apache.org</email>
+	            <organization>ASF</organization>
+	        </developer>
+	        <developer>
+	            <name>Davanum Srinivas</name>
+	            <id>dims</id>
+	            <email>dims AT yahoo.com</email>
+	            <organization>ASF</organization>
+	        </developer>
+	  </developers>
     <licenses>
         <license>
             <name>The Apache Software License, Version 2.0</name>
@@ -274,20 +282,30 @@
 	</repositories>
     <pluginRepositories>
         <pluginRepository>
-            <id>snapshot</id>
+            <id>codehaus-snapshot</id>
             <name>Snapshot repository</name>
             <url>http://snapshots.maven.codehaus.org/maven2/</url>
             <snapshots>
                 <enabled>true</enabled>
             </snapshots>
             <releases>
-                <enabled>false</enabled>
+                <enabled>true</enabled>
             </releases>
         </pluginRepository>
         <pluginRepository>
-            <id>snapshot-apache</id>
+            <id>apache-snapshot</id>
             <name>Apache Snapshot repository</name>
-            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+            <url>http://people.apache.org/repo/m2-snapshot-repository/</url>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+        </pluginRepository>
+        <pluginRepository>
+            <id>Codehaus Snapshots</id>
+            <url>http://snapshots.repository.codehaus.org/</url>
             <snapshots>
                 <enabled>true</enabled>
             </snapshots>
@@ -326,9 +344,9 @@
     </dependencies>
     <reporting>
         <plugins>
-            <!--plugin>
-              <artifactId>maven-javadoc-plugin</artifactId>
-            </plugin-->
+     		<plugin>
+        		<artifactId>maven-javadoc-plugin</artifactId>
+      		</plugin>
             <plugin>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
             </plugin>
@@ -337,11 +355,10 @@
                 <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-->
+            <plugin>
+        		<groupId>org.codehaus.mojo</groupId>
+        		<artifactId>jxr-maven-plugin</artifactId>
+      		</plugin> 
         </plugins>
     </reporting>
     <distributionManagement>

Added: webservices/juddi/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/src/site/site.xml?view=auto&rev=511200
 ==============================================================================
--- webservices/juddi/trunk/src/site/site.xml (added)
+++ webservices/juddi/trunk/src/site/site.xml Fri Feb 23 19:55:01 2007
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  ~  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.
+  -->
+
+<site name="Apache jUDDI">
+
+    <bannerLeft>
+        <name>Apache jUDDI</name>
+        <href>ws.apache.org/juddi/</href>
+    </bannerLeft>
+
+    <skin>
+        <groupId>org.apache.maven.skins</groupId>
+        <artifactId>maven-default-skin</artifactId>
+        <version>1.0</version>
+    </skin>
+
+    <publishDate format="dd MMM yyyy"/>
+
+    <body>
+        <links>
+            <item name="Apache" href="http://www.apache.org/"/>
+            <item name="WebServices" href="http://ws.apache.org/"/>
+        </links>
+
+        <menu name="Apache jUDDI">
+            <item name="About" href="index.html"/>
+            <item name="Downloads">
+                <item name="Releases" href="download.cgi"/>
+                <item name="Source Code" href="source-repository.html"/>
+            </item>
+            <item name="Documentation">
+                <item name="Configuration Language" \
href="jUDDI_Configuration_Language.html"/> +                <item name="User guide" \
href="jUDDI_Userguide.html"/> +                <item name="Samples" \
href="jUDDI_Samples.html"/> +                <item name="Extending jUDDI" \
href="jUDDI_Extending.html"/> +                <item name="Javadocs" \
href="apidocs/index.html"/> +            </item>
+            <item name="Project Information">
+                <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 name="Dependencies" href="dependencies.html"/>
+                <item name="Dependency Convergence" \
href="dependency-convergence.html"/> +                <item name="Project Team" \
href="team-list.html"/> +                <item name="Project Summary" \
href="project-summary.html"/> +            </item>
+        </menu>
+
+    </body>
+</site>
+



---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-cvs-help@ws.apache.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic