Author: dims
Date: Tue Aug 23 11:31:29 2005
New Revision: 239443

URL: http://svn.apache.org/viewcvs?rev=239443&view=rev
Log:
cleanup maven id/name/group/description


Modified:
    webservices/axis/trunk/java/etc/project.xml
    webservices/axis/trunk/java/modules/addressing/project.xml
    webservices/axis/trunk/java/modules/common/project.xml
    webservices/axis/trunk/java/modules/core/project.xml
    webservices/axis/trunk/java/modules/integration/project.xml
    webservices/axis/trunk/java/modules/saaj/project.xml
    webservices/axis/trunk/java/modules/samples/project.xml
    webservices/axis/trunk/java/modules/security/project.xml
    webservices/axis/trunk/java/modules/tool/project.xml
    webservices/axis/trunk/java/modules/wsdl/project.xml
    webservices/axis/trunk/java/modules/xml/project.xml
    webservices/axis/trunk/java/project.properties

Modified: webservices/axis/trunk/java/etc/project.xml
URL: 
http://svn.apache.org/viewcvs/webservices/axis/trunk/java/etc/project.xml?rev=239443&r1=239442&r2=239443&view=diff
==============================================================================
--- webservices/axis/trunk/java/etc/project.xml (original)
+++ webservices/axis/trunk/java/etc/project.xml Tue Aug 23 11:31:29 2005
@@ -5,8 +5,8 @@
 

     <!-- a unique name for this project -->

     <name>Apache Axis 2.0</name>

-    <id>axis</id>

-    <groupId>axis</groupId>

+    <id>axis2</id>

+    <groupId>axis2</groupId>

     <package>org.apache.axis2</package>

 

     <currentVersion>0.91</currentVersion>

@@ -21,7 +21,8 @@
     <inceptionYear>2004</inceptionYear>

     <package>org.apache.axis2</package>

     <logo>http://ws.apache.org/axis/images/axis.jpg</logo>

-    <description> Axis2 is an effort to re-design and totally re-implement 
both Axis/Java and (eventually) Axis/C++ on a new architecture. Evolving from 
the now standard "handler chain" model which Axis1 pioneered, Axis2 is 
developing a more flexible pipeline architecture which can yet be managed and 
packaged in a more organized manner. This new design acknowledges the maturing 
of the Web services space in terms of new protocols such as 
WS-ReliableMessaging, WS-Security and WS-Addressing that are built on top of 
the base SOAP system. At the time Axis1 was designed, while it was fully 
expected that other protocols such as WS-ReliableMessaging would be built on 
top of it, there was not a proper extension architecture defined to enable 
clean composition of such layers. Thus, one of the key motivations for Axis2 is 
to provide a clean and simple environment for like Apache Sandesha and Apache 
WSS4J to layer on top of the base SOAP system. Another driving force for Axis2 
as well as the move away from RPC oriented Web services towards more 
document-oriented, message style asynchronous service interactions. The Axis2 
project is centered on a new representation for SOAP messages called AXIOM 
(AXIs Object Model). AXIOM consists of two parts: a complete XML Infoset 
representation and a SOAP Infoset representation on top of that. The XML 
Infoset representation provides a JDOM-like simple API but is built on a 
deferred model via a StAX-based (Streaming API for XML) pull parsing API. A key 
feature of AXIOM is that it allows one to stop building the XML tree and just 
access the pull stream directly; thus enabling both maximum flexibility and 
maximum performance. This approach allows us to support multiple levels of 
abstraction for consuming and offering Web services: using plain AXIOM, using 
generated code and statically data-bound data types and so on. At the time of 
Axis1's design, RPC-style, synchronous, request-response interactions were the 
order of the day for Web services. Today service interactions are much more 
message-oriented and exploit many different message exchange patterns. The 
Axis2 engine architecture is careful to not build in any assumptions of 
request-response patterns to ensure that it can be used easily to support 
arbitrary message exchange patterns.</description>

+    <description> Axis2 is an effort to re-design and totally re-implement 
both Axis/Java and (eventually) Axis/C++ on a new architecture. Evolving from 
the now standard "handler chain" model which Axis1 pioneered, Axis2 is 
developing a more flexible pipeline architecture which can yet be managed and 
packaged in a more organized manner. This new design acknowledges the maturing 
of the Web services space in terms of new protocols such as 
WS-ReliableMessaging, WS-Security and WS-Addressing that are built on top of 
the base SOAP system. At the time Axis1 was designed, while it was fully 
expected that other protocols such as WS-ReliableMessaging would be built on 
top of it, there was not a proper extension architecture defined to enable 
clean composition of such layers. Thus, one of the key motivations for Axis2 is 
to provide a clean and simple environment for like Apache Sandesha and Apache 
WSS4J to layer on top of the base SOAP system. Another driving force for Axis2 
as well as the move away from RPC oriented Web services towards more 
document-oriented, message style asynchronous service interactions. The Axis2 
project is centered on a new representation for SOAP messages called AXIOM 
(AXIs Object Model). AXIOM consists of two parts: a complete XML Infoset 
representation and a SOAP Infoset representation on top of that. The XML 
Infoset representation provides a JDOM-like simple API but is built on a 
deferred model via a StAX-based (Streaming API for XML) pull parsing API. A key 
feature of AXIOM is that it allows one to stop building the XML tree and just 
access the pull stream directly; thus enabling both maximum flexibility and 
maximum performance. This approach allows us to support multiple levels of 
abstraction for consuming and offering Web services: using plain AXIOM, using 
generated code and statically data-bound data types and so on. At the time of 
Axis1's design, RPC-style, synchronous, request-response interactions were the 
order of the day for Web services. Today service interactions are much more 
message

+-oriented and exploit many different message exchange patterns. The Axis2 
engine architecture is careful to not build in any assumptions of 
request-response patterns to ensure that it can be used easily to support 
arbitrary message exchange patterns.</description>

     <shortDescription>Axis 2.0</shortDescription>

     <!-- the project home page -->

     <url>http://ws.apache.org/axis2/</url>


Modified: webservices/axis/trunk/java/modules/addressing/project.xml
URL: 
http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/addressing/project.xml?rev=239443&r1=239442&r2=239443&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/addressing/project.xml (original)
+++ webservices/axis/trunk/java/modules/addressing/project.xml Tue Aug 23 
11:31:29 2005
@@ -20,29 +20,30 @@
     <pomVersion>3</pomVersion>

     <extend>../../etc/project.xml</extend>

 

-    <id>addressing</id>

-    <name>addressing</name>

-    <description>Total addressing implementation</description>

+    <name>Apache Axis 2.0 - Addressing</name>

+    <id>axis2-addressing</id>

+    <groupId>axis2</groupId>

+    <description>WS-Addressing implementation</description>

 

     <dependencies>

         <dependency>

-            <groupId>axis</groupId>

+            <groupId>axis2</groupId>

             <artifactId>axis2-xml</artifactId>

             <version>${pom.currentVersion}</version>

         </dependency>

         <dependency>

-            <groupId>axis</groupId>

+            <groupId>axis2</groupId>

             <artifactId>axis2-common</artifactId>

             <version>${pom.currentVersion}</version>

         </dependency>

         <dependency>

-            <groupId>axis</groupId>

+            <groupId>axis2</groupId>

             <artifactId>axis2-wsdl</artifactId>

             <version>${pom.currentVersion}</version>

         </dependency>

 

         <dependency>

-            <groupId>axis</groupId>

+            <groupId>axis2</groupId>

             <artifactId>axis2-core</artifactId>

             <version>${pom.currentVersion}</version>

         </dependency>


Modified: webservices/axis/trunk/java/modules/common/project.xml
URL: 
http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/common/project.xml?rev=239443&r1=239442&r2=239443&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/common/project.xml (original)
+++ webservices/axis/trunk/java/modules/common/project.xml Tue Aug 23 11:31:29 
2005
@@ -20,9 +20,11 @@
     <pomVersion>3</pomVersion>

     <extend>../../etc/project.xml</extend>

 

+    <name>Apache Axis 2.0 - Common</name>

     <id>axis2-common</id>

-    <name>common</name>

-    <description>Common things</description>

+    <groupId>axis2</groupId>

+    <description>Common implementation classes</description>

+

     <reports>

         <report>maven-junit-report-plugin</report>

     </reports>


Modified: webservices/axis/trunk/java/modules/core/project.xml
URL: 
http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core/project.xml?rev=239443&r1=239442&r2=239443&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/core/project.xml (original)
+++ webservices/axis/trunk/java/modules/core/project.xml Tue Aug 23 11:31:29 
2005
@@ -20,24 +20,25 @@
     <pomVersion>3</pomVersion>

     <extend>../../etc/project.xml</extend>

 

+    <name>Apache Axis 2.0 - Core</name>

     <id>axis2-core</id>

-    <name>core</name>

+    <groupId>axis2</groupId>

     <description>Core Parts of Axis 2.0. This includes Axis 2.0 engine, Client 
API, Addressing support, etc.,</description>

 

     <dependencies>

         <dependency>

-            <groupId>axis</groupId>

+            <groupId>axis2</groupId>

             <artifactId>axis2-xml</artifactId>

             <version>${pom.currentVersion}</version>

         </dependency>

 

         <dependency>

-            <groupId>axis</groupId>

+            <groupId>axis2</groupId>

             <artifactId>axis2-wsdl</artifactId>

             <version>${pom.currentVersion}</version>

         </dependency>

         <dependency>

-            <groupId>axis</groupId>

+            <groupId>axis2</groupId>

             <artifactId>axis2-common</artifactId>

             <version>${pom.currentVersion}</version>

         </dependency>


Modified: webservices/axis/trunk/java/modules/integration/project.xml
URL: 
http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/integration/project.xml?rev=239443&r1=239442&r2=239443&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/integration/project.xml (original)
+++ webservices/axis/trunk/java/modules/integration/project.xml Tue Aug 23 
11:31:29 2005
@@ -20,46 +20,47 @@
     <pomVersion>3</pomVersion>

     <extend>../../etc/project.xml</extend>

 

+    <name>Apache Axis 2.0 - Integration</name>

     <id>axis2-integration</id>

-    <name>integration</name>

+    <groupId>axis2</groupId>

     <description>Integration tests</description>

 

 

     <dependencies>

         <dependency>

-            <groupId>axis</groupId>

+            <groupId>axis2</groupId>

             <artifactId>axis2-core</artifactId>

             <version>${pom.currentVersion}</version>

         </dependency>

         <dependency>

-            <groupId>axis</groupId>

+            <groupId>axis2</groupId>

             <artifactId>axis2-samples</artifactId>

             <version>${pom.currentVersion}</version>

         </dependency>

 

         <dependency>

-            <groupId>axis</groupId>

+            <groupId>axis2</groupId>

             <artifactId>axis2-xml</artifactId>

             <version>${pom.currentVersion}</version>

         </dependency>

 

         <dependency>

-            <groupId>axis</groupId>

+            <groupId>axis2</groupId>

             <artifactId>axis2-wsdl</artifactId>

             <version>${pom.currentVersion}</version>

         </dependency>

         <dependency>

-            <groupId>axis</groupId>

-            <artifactId>addressing</artifactId>

+            <groupId>axis2</groupId>

+            <artifactId>axis2-addressing</artifactId>

             <version>${pom.currentVersion}</version>

         </dependency>

         <dependency>

-            <groupId>axis</groupId>

+            <groupId>axis2</groupId>

             <artifactId>axis2-tools</artifactId>

             <version>${pom.currentVersion}</version>

         </dependency>

         <dependency>

-            <groupId>axis</groupId>

+            <groupId>axis2</groupId>

             <artifactId>axis2-common</artifactId>

             <version>${pom.currentVersion}</version>

         </dependency>


Modified: webservices/axis/trunk/java/modules/saaj/project.xml
URL: 
http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/saaj/project.xml?rev=239443&r1=239442&r2=239443&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/saaj/project.xml (original)
+++ webservices/axis/trunk/java/modules/saaj/project.xml Tue Aug 23 11:31:29 
2005
@@ -20,8 +20,9 @@
     <pomVersion>3</pomVersion>

     <extend>../../etc/project.xml</extend>

 

-    <id>saaj-impl</id>

-    <name>axis2-saaj</name>

+    <name>Apache Axis 2.0 - SAAJ</name>

+    <id>axis2-saaj</id>

+    <groupId>axis2</groupId>

     <description>Axis2 SAAJ implementation</description>

 

     <build>

@@ -83,19 +84,19 @@
 

     <dependencies>

         <dependency>

-            <groupId>axis</groupId>

+            <groupId>axis2</groupId>

             <artifactId>axis2-xml</artifactId>

             <version>${pom.currentVersion}</version>

         </dependency>

 

         <dependency>

-            <groupId>axis</groupId>

+            <groupId>axis2</groupId>

             <artifactId>axis2-core</artifactId>

             <version>${pom.currentVersion}</version>

         </dependency>

         <!-- external JARs -->

         <dependency>

-            <groupId>axis</groupId>

+            <groupId>axis2</groupId>

             <artifactId>axis2-common</artifactId>

             <version>${pom.currentVersion}</version>

         </dependency>


Modified: webservices/axis/trunk/java/modules/samples/project.xml
URL: 
http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/samples/project.xml?rev=239443&r1=239442&r2=239443&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/samples/project.xml (original)
+++ webservices/axis/trunk/java/modules/samples/project.xml Tue Aug 23 11:31:29 
2005
@@ -20,40 +20,40 @@
     <pomVersion>3</pomVersion>
     <extend>../../etc/project.xml</extend>
 
-    <id>axis2-samples</id>
-    <name>samples</name>
-    <description>Set of samples available for Axis 2.0.</description>
-
+    <name>Apache Axis 2.0 - Samples</name>

+    <id>axis2-samples</id>

+    <groupId>axis2</groupId>

+    <description>Samples for Axis 2.0</description>
 
     <dependencies>
         <dependency>
-            <groupId>axis</groupId>
+            <groupId>axis2</groupId>
             <artifactId>axis2-core</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
-            <groupId>axis</groupId>
+            <groupId>axis2</groupId>
             <artifactId>axis2-xml</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
 
         <dependency>
-            <groupId>axis</groupId>
+            <groupId>axis2</groupId>
             <artifactId>axis2-wsdl</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
-            <groupId>axis</groupId>
-            <artifactId>addressing</artifactId>
+            <groupId>axis2</groupId>
+            <artifactId>axis2-addressing</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
-            <groupId>axis</groupId>
+            <groupId>axis2</groupId>
             <artifactId>axis2-tools</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
-            <groupId>axis</groupId>
+            <groupId>axis2</groupId>
             <artifactId>axis2-common</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>

Modified: webservices/axis/trunk/java/modules/security/project.xml
URL: 
http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/security/project.xml?rev=239443&r1=239442&r2=239443&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/security/project.xml (original)
+++ webservices/axis/trunk/java/modules/security/project.xml Tue Aug 23 
11:31:29 2005
@@ -20,29 +20,30 @@
     <pomVersion>3</pomVersion>
     <extend>../../etc/project.xml</extend>
 
-    <id>security</id>
-    <name>security</name>
+    <name>Apache Axis 2.0 - Security</name>
+    <id>axis2-security</id>
+    <groupId>axis2</groupId>
     <description>WS-Security implementation</description>
 
     <dependencies>
         <dependency>
-            <groupId>axis</groupId>
+            <groupId>axis2</groupId>
             <artifactId>axis2-xml</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
-            <groupId>axis</groupId>
+            <groupId>axis2</groupId>
             <artifactId>axis2-common</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
-            <groupId>axis</groupId>
+            <groupId>axis2</groupId>
             <artifactId>axis2-wsdl</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
 
         <dependency>
-            <groupId>axis</groupId>
+            <groupId>axis2</groupId>
             <artifactId>axis2-core</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>

Modified: webservices/axis/trunk/java/modules/tool/project.xml
URL: 
http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/tool/project.xml?rev=239443&r1=239442&r2=239443&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/tool/project.xml (original)
+++ webservices/axis/trunk/java/modules/tool/project.xml Tue Aug 23 11:31:29 
2005
@@ -19,8 +19,10 @@
 <project>

     <pomVersion>3</pomVersion>

     <extend>../../etc/project.xml</extend>

+

+    <name>Apache Axis 2.0 - Tools</name>

     <id>axis2-tools</id>

-    <name>tool</name>

+    <groupId>axis2</groupId>

     <description>Tools available for Axis 2.0.</description>

 

     <dependencies>

@@ -34,13 +36,13 @@
             </properties>

         </dependency>

         <dependency>

-            <groupId>axis</groupId>

+            <groupId>axis2</groupId>

             <artifactId>axis2-common</artifactId>

             <version>${pom.currentVersion}</version>

         </dependency>

         

         <dependency>

-            <groupId>axis</groupId>

+            <groupId>axis2</groupId>

             <artifactId>axis2-wsdl</artifactId>

             <version>${pom.currentVersion}</version>

         </dependency>


Modified: webservices/axis/trunk/java/modules/wsdl/project.xml
URL: 
http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/wsdl/project.xml?rev=239443&r1=239442&r2=239443&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/wsdl/project.xml (original)
+++ webservices/axis/trunk/java/modules/wsdl/project.xml Tue Aug 23 11:31:29 
2005
@@ -19,17 +19,20 @@
 <project>

     <pomVersion>3</pomVersion>

     <extend>../../etc/project.xml</extend>

+

+    <name>Apache Axis 2.0 - WSDL</name>

     <id>axis2-wsdl</id>

-    <name>wsdl</name>

-    <description>WSDL Parts of Axis 2.0. This includes WSDL Object Model built 
based on the proposed WSDL 2.0 Component Model.</description>

+    <groupId>axis2</groupId>

+    <description>WSDL support for Axis 2.0. This includes WSDL Object Model 
built based on the proposed WSDL 2.0 Component Model.</description>

+

     <dependencies>

         <dependency>

-            <groupId>axis</groupId>

+            <groupId>axis2</groupId>

             <artifactId>axis2-xml</artifactId>

             <version>${pom.currentVersion}</version>

         </dependency>

         <dependency>

-            <groupId>axis</groupId>

+            <groupId>axis2</groupId>

             <artifactId>axis2-common</artifactId>

             <version>${pom.currentVersion}</version>

         </dependency>

@@ -38,11 +41,6 @@
             <artifactId>XmlSchema</artifactId>

             <version>0.9</version>

         </dependency>

-<!--        <dependency>-->

-<!--            <groupId>axis</groupId>-->

-<!--            <artifactId>axis2-databinding</artifactId>-->

-<!--            <version>${pom.currentVersion}</version>-->

-<!--        </dependency>-->

 

         <!-- external JARs -->

         <dependency>


Modified: webservices/axis/trunk/java/modules/xml/project.xml
URL: 
http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/project.xml?rev=239443&r1=239442&r2=239443&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/project.xml (original)
+++ webservices/axis/trunk/java/modules/xml/project.xml Tue Aug 23 11:31:29 2005
@@ -20,11 +20,11 @@
     <pomVersion>3</pomVersion>

     <extend>../../etc/project.xml</extend>

 

+    <name>Apache Axis 2.0 - XML</name>

     <id>axis2-xml</id>

-    <name>xml</name>

+    <groupId>axis2</groupId>

     <description>AXIOM, The Object Model of Axis 2.0. This helps Axis 2.0 to 
have a light weight, efficient object model on StAX</description>

 

-

     <build>

         <nagEmailAddress>[email protected]</nagEmailAddress>

         <sourceDirectory>src</sourceDirectory>

@@ -81,7 +81,7 @@
     <dependencies>

         <!-- external JARs -->

         <dependency>

-            <groupId>axis</groupId>

+            <groupId>axis2</groupId>

             <artifactId>axis2-common</artifactId>

             <version>${pom.currentVersion}</version>

         </dependency>


Modified: webservices/axis/trunk/java/project.properties
URL: 
http://svn.apache.org/viewcvs/webservices/axis/trunk/java/project.properties?rev=239443&r1=239442&r2=239443&view=diff
==============================================================================
--- webservices/axis/trunk/java/project.properties (original)
+++ webservices/axis/trunk/java/project.properties Tue Aug 23 11:31:29 2005
@@ -18,14 +18,14 @@
 

 maven.multiproject.includes=\

 modules/common/project.xml,\

-modules/addressing/project.xml,\

+modules/xml/project.xml,\

+modules/wsdl/project.xml,\

 modules/core/project.xml,\

-modules/saaj/project.xml,\

+modules/addressing/project.xml,\

+modules/tool/project.xml,\

 modules/samples/project.xml,\

-modules/wsdl/project.xml,\

-modules/xml/project.xml,\

 modules/integration/project.xml,\

-modules/tool/project.xml

+modules/saaj/project.xml

 

 

 



Reply via email to