You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2010/08/22 14:05:36 UTC

svn commit: r987883 - in /axis/axis2/java/core/trunk/modules: distribution/pom.xml soapmonitor/module/pom.xml soapmonitor/servlet/pom.xml webapp/pom.xml

Author: veithen
Date: Sun Aug 22 12:05:36 2010
New Revision: 987883

URL: http://svn.apache.org/viewvc?rev=987883&view=rev
Log:
Changed the artifactId of soapmonitor-servlet to axis2-soapmonitor-servlet, so that it is consistent with the naming conventions used by other libraries/modules (libraries have the "axis2-" prefix, while MARs don't have it).

Modified:
    axis/axis2/java/core/trunk/modules/distribution/pom.xml
    axis/axis2/java/core/trunk/modules/soapmonitor/module/pom.xml
    axis/axis2/java/core/trunk/modules/soapmonitor/servlet/pom.xml
    axis/axis2/java/core/trunk/modules/webapp/pom.xml

Modified: axis/axis2/java/core/trunk/modules/distribution/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/distribution/pom.xml?rev=987883&r1=987882&r2=987883&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/distribution/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/distribution/pom.xml Sun Aug 22 12:05:36 2010
@@ -87,7 +87,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>
-            <artifactId>soapmonitor-servlet</artifactId>
+            <artifactId>axis2-soapmonitor-servlet</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>

Modified: axis/axis2/java/core/trunk/modules/soapmonitor/module/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/soapmonitor/module/pom.xml?rev=987883&r1=987882&r2=987883&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/soapmonitor/module/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/soapmonitor/module/pom.xml Sun Aug 22 12:05:36 2010
@@ -40,7 +40,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>
-            <artifactId>soapmonitor-servlet</artifactId>
+            <artifactId>axis2-soapmonitor-servlet</artifactId>
             <version>${project.version}</version>
         </dependency>
     </dependencies>

Modified: axis/axis2/java/core/trunk/modules/soapmonitor/servlet/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/soapmonitor/servlet/pom.xml?rev=987883&r1=987882&r2=987883&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/soapmonitor/servlet/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/soapmonitor/servlet/pom.xml Sun Aug 22 12:05:36 2010
@@ -28,7 +28,7 @@
         <version>SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
-    <artifactId>soapmonitor-servlet</artifactId>
+    <artifactId>axis2-soapmonitor-servlet</artifactId>
     <packaging>jar</packaging>
     <name>Apache Axis2 - SOAP Monitor Servlet</name>
     <description>soapmonitor servlet for Axis2</description>

Modified: axis/axis2/java/core/trunk/modules/webapp/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/webapp/pom.xml?rev=987883&r1=987882&r2=987883&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/webapp/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/webapp/pom.xml Sun Aug 22 12:05:36 2010
@@ -287,7 +287,7 @@
                         </goals>
                         <configuration>
                             <outputDirectory>${project.build.directory}/webResources</outputDirectory>
-                            <includeArtifactIds>soapmonitor-servlet</includeArtifactIds>
+                            <includeArtifactIds>axis2-soapmonitor-servlet</includeArtifactIds>
                             <includes>org/apache/axis2/soapmonitor/applet/**/*.class</includes>
                         </configuration>
                     </execution>