You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by he...@apache.org on 2004/12/03 08:56:41 UTC

svn commit: r109644 - /webservices/axis/trunk/java/dev/scratch/prototype2/project.xml

Author: hemapani
Date: Thu Dec  2 23:56:40 2004
New Revision: 109644

URL: http://svn.apache.org/viewcvs?view=rev&rev=109644
Log:
fix the poject to generate the site and the clover reports
Modified:
   webservices/axis/trunk/java/dev/scratch/prototype2/project.xml

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/project.xml
Url: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/project.xml?view=diff&rev=109644&p1=webservices/axis/trunk/java/dev/scratch/prototype2/project.xml&r1=109643&p2=webservices/axis/trunk/java/dev/scratch/prototype2/project.xml&r2=109644
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/project.xml	(original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/project.xml	Thu Dec  2 23:56:40 2004
@@ -1,47 +1,37 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <project>
-  <!-- a unique name for this project -->
   <id>axis2</id>
-  
-  <!-- a short but descriptive name for the project -->
   <name>Axis2.0</name>
   
-  <!-- The version of the project under development, e.g.
-       1.1, 1.2, 2.0-SNAPSHOT -->
   <currentVersion>1.0</currentVersion>
   
   <!-- details about the organization that 'owns' the project -->
   <organization>
     <name>Apache Software Foundation</name>
     <url>http://www.apache.org/</url>
-    <logo>http://ws.apache.org/images/jakarta-logo-blue.gif</logo>
+    <logo>http://www.apache.org/images/asf-logo.gif</logo>
   </organization>
   
-  <!-- the year the project started -->
-  <inceptionYear>2003</inceptionYear>
+  <inceptionYear>2004</inceptionYear>
   <package>org.apache.axis</package>
-  <logo>http://maven.apache.org/images/maven.jpg</logo>
+  <logo>http://ws.apache.org/axis/images/axis.jpg</logo>
   <description>Next Generation of Apache Axis 2.0</description>
-  <!-- a short description of what the project does -->
   <shortDescription>Axis 2.0</shortDescription>
 
   <!-- the project home page -->
   <url>http://ws.apache.org/axis2/</url>
-  <issueTrackingUrl>http://nagoya.apache.org/scarab/servlet/scarab/</issueTrackingUrl>
-  <siteAddress>ws.apache.org</siteAddress>
-  <siteDirectory>/www/ews.ws.apache.org/</siteDirectory>
+  <issueTrackingUrl>http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10611</issueTrackingUrl>
+  <siteAddress>ws.apache.org/axis2</siteAddress>
+  <siteDirectory>/www/axi2.ws.apache.org/</siteDirectory>
   <distributionDirectory>/www/ws.apache.org/builds/</distributionDirectory>
 
-  <!-- the version control repository and http url for online access
-       the connection element has the form:
-       scm:<system>:<system specific connection string> -->
-<!--
-  <repository>
-    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:ws-axis/contrib/ews</connection>
-    <url>http://cvs.apache.org/viewcvs/ws-axis/contrib/ews/</url>
-  </repository>
--->
-  <!-- any mailing lists for the project -->
+	
+	<repository>
+        <connection>scm:subversion:http://svn.apache.org/repos/asf/webservices/axis/trunk</connection>
+        <developerConnection>scm:subversion:https://svn.apache.org/repos/asf/webservices/axis/trunk</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/webservices/axis/trunk/?root=Apache-SVN</url>
+    </repository>
+    
   <mailingLists>
     <mailingList>
       <name>Axis Developer List</name>
@@ -55,14 +45,31 @@
   <!-- ========== -->
   
   <developers>
-	<!-- e.g.
     <developer>
       <name>Davanum Srinivas</name>
       <id>dims</id>
       <email>dims@apache.org</email>
       <organization></organization>
     </developer>
-    -->
+    <developer>
+      <name>Sanjiva Weerawarana</name>
+      <id>sanjiva</id>
+      <email>sanjiva@apache.org</email>
+      <organization></organization>
+    </developer>
+    <developer>
+      <name>Glen Daniels</name>
+      <id>gdaniels</id>
+      <email>gdaniels@apache.org</email>
+      <organization></organization>
+    </developer>
+    <developer>
+      <name>Srinath Perera</name>
+      <id>hemapani</id>
+      <email>hemapani@apache.org</email>
+      <organization></organization>
+    </developer>
+	<!--- I Add few please correct the information, add others and remove this comment Srinath -->
   </developers>
 
   
@@ -157,5 +164,22 @@
         </dependency>
 
     </dependencies>
+    
+    <!-- ======= -->
+    <!-- Reports -->
+    <!-- ======= -->
+
+    <reports>
+        <report>maven-license-plugin</report>
+        <report>maven-checkstyle-plugin</report>
+        <report>maven-pmd-plugin</report>
+        <!-- <report>maven-simian-plugin</report> -->
+        <report>maven-jdepend-plugin</report>
+        <report>maven-jxr-plugin</report>
+        <report>maven-javadoc-plugin</report>
+        <report>maven-junit-report-plugin</report>
+        <report>maven-clover-plugin</report>
+    </reports>
+    
 </project>