Author: veithen
Date: Fri Jul  3 21:57:51 2015
New Revision: 1689098

URL: http://svn.apache.org/r1689098
Log:
Rename the Maven plugins so that they conform to the plugin naming conventions 
(https://maven.apache.org/guides/plugin/guide-java-plugin-development.html).

Added:
    axis/axis1/java/trunk/maven/axis-server-maven-plugin/
      - copied from r1689082, 
axis/axis1/java/trunk/maven/maven-axis-server-plugin/
    axis/axis1/java/trunk/maven/java2wsdl-maven-plugin/
      - copied from r1689082, 
axis/axis1/java/trunk/maven/maven-java2wsdl-plugin/
    axis/axis1/java/trunk/maven/wsdd-maven-plugin/
      - copied from r1689082, axis/axis1/java/trunk/maven/maven-wsdd-plugin/
    axis/axis1/java/trunk/maven/wsdl2java-maven-plugin/
      - copied from r1689082, 
axis/axis1/java/trunk/maven/maven-wsdl2java-plugin/
Removed:
    axis/axis1/java/trunk/maven/maven-axis-server-plugin/
    axis/axis1/java/trunk/maven/maven-java2wsdl-plugin/
    axis/axis1/java/trunk/maven/maven-wsdd-plugin/
    axis/axis1/java/trunk/maven/maven-wsdl2java-plugin/
Modified:
    axis/axis1/java/trunk/axis-rt-transport-http-javanet/pom.xml
    axis/axis1/java/trunk/daemon-launcher/pom.xml
    axis/axis1/java/trunk/integration/pom.xml
    axis/axis1/java/trunk/jetty-daemon/pom.xml
    axis/axis1/java/trunk/maven/axis-server-maven-plugin/pom.xml
    axis/axis1/java/trunk/maven/axis-server-maven-plugin/src/site/apt/index.apt
    
axis/axis1/java/trunk/maven/axis-server-maven-plugin/src/site/apt/usage.apt.vm
    axis/axis1/java/trunk/maven/java2wsdl-maven-plugin/pom.xml
    axis/axis1/java/trunk/maven/nsmap/pom.xml
    axis/axis1/java/trunk/maven/pom.xml
    axis/axis1/java/trunk/maven/src/site/site.xml
    axis/axis1/java/trunk/maven/src/site/xdoc/index.xml
    axis/axis1/java/trunk/maven/wsdd-maven-plugin/pom.xml
    
axis/axis1/java/trunk/maven/wsdd-maven-plugin/src/main/java/org/apache/axis/tools/maven/wsdd/GenerateWSDDMojo.java
    axis/axis1/java/trunk/maven/wsdd-maven-plugin/src/site/apt/index.apt
    axis/axis1/java/trunk/maven/wsdl2java-maven-plugin/pom.xml
    
axis/axis1/java/trunk/maven/wsdl2java-maven-plugin/src/it/writeStubToTestSources/pom.xml
    axis/axis1/java/trunk/maven/wsdl2java-maven-plugin/src/it/wsrf/pom.xml
    axis/axis1/java/trunk/maven/wsdl2java-maven-plugin/src/site/apt/index.apt
    
axis/axis1/java/trunk/maven/wsdl2java-maven-plugin/src/site/apt/java-xml-type-mappings.apt.vm
    axis/axis1/java/trunk/samples/addr-sample/pom.xml
    axis/axis1/java/trunk/samples/attachments-sample/pom.xml
    axis/axis1/java/trunk/samples/bidbuy-sample/pom.xml
    axis/axis1/java/trunk/samples/echo-sample/pom.xml
    axis/axis1/java/trunk/samples/encoding-sample/pom.xml
    axis/axis1/java/trunk/samples/faults-sample/pom.xml
    axis/axis1/java/trunk/samples/handler-sample/pom.xml
    axis/axis1/java/trunk/samples/jaxrpc-sample/pom.xml
    axis/axis1/java/trunk/samples/jms-sample/pom.xml
    axis/axis1/java/trunk/samples/message-sample/pom.xml
    axis/axis1/java/trunk/samples/misc-sample/pom.xml
    axis/axis1/java/trunk/samples/mtomstub-sample/pom.xml
    axis/axis1/java/trunk/samples/proxy-sample/pom.xml
    axis/axis1/java/trunk/samples/stock-sample/pom.xml
    axis/axis1/java/trunk/samples/transport-sample/pom.xml
    axis/axis1/java/trunk/src/site/apt/changelogs/1_4_1.apt
    axis/axis1/java/trunk/tests/interop-tests/pom.xml
    axis/axis1/java/trunk/tests/spring-compat-tests/pom.xml

Modified: axis/axis1/java/trunk/axis-rt-transport-http-javanet/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-rt-transport-http-javanet/pom.xml?rev=1689098&r1=1689097&r2=1689098&view=diff
==============================================================================
--- axis/axis1/java/trunk/axis-rt-transport-http-javanet/pom.xml (original)
+++ axis/axis1/java/trunk/axis-rt-transport-http-javanet/pom.xml Fri Jul  3 
21:57:51 2015
@@ -69,7 +69,7 @@
        <plugins>
             <plugin>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>maven-wsdl2java-plugin</artifactId>
+                <artifactId>wsdl2java-maven-plugin</artifactId>
                 <version>${project.version}</version>
                 <executions>
                     <execution>
@@ -123,7 +123,7 @@
             </plugin>
             <plugin>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>maven-axis-server-plugin</artifactId>
+                <artifactId>axis-server-maven-plugin</artifactId>
                 <version>${project.version}</version>
                 <executions>
                     <execution>

Modified: axis/axis1/java/trunk/daemon-launcher/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/daemon-launcher/pom.xml?rev=1689098&r1=1689097&r2=1689098&view=diff
==============================================================================
--- axis/axis1/java/trunk/daemon-launcher/pom.xml (original)
+++ axis/axis1/java/trunk/daemon-launcher/pom.xml Fri Jul  3 21:57:51 2015
@@ -28,7 +28,7 @@
     <artifactId>daemon-launcher</artifactId>
     <name>Daemon Launcher</name>
     <description>
-        Used by maven-axis-server-plugin to launch a Commons Daemon 
implementation.
+        Used by axis-server-maven-plugin to launch a Commons Daemon 
implementation.
     </description>
     <dependencies>
         <dependency>

Modified: axis/axis1/java/trunk/integration/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/integration/pom.xml?rev=1689098&r1=1689097&r2=1689098&view=diff
==============================================================================
--- axis/axis1/java/trunk/integration/pom.xml (original)
+++ axis/axis1/java/trunk/integration/pom.xml Fri Jul  3 21:57:51 2015
@@ -66,7 +66,7 @@
         <plugins>
             <plugin>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>maven-java2wsdl-plugin</artifactId>
+                <artifactId>java2wsdl-maven-plugin</artifactId>
                 <version>${project.version}</version>
                 <executions>
                     <execution>
@@ -214,7 +214,7 @@
             </plugin>
             <plugin>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>maven-wsdl2java-plugin</artifactId>
+                <artifactId>wsdl2java-maven-plugin</artifactId>
                 <version>${project.version}</version>
                 <configuration>
                     
<testHttpPortSystemProperty>test.functional.ServicePort</testHttpPortSystemProperty>
@@ -1411,7 +1411,7 @@
             </plugin>
             <plugin>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>maven-axis-server-plugin</artifactId>
+                <artifactId>axis-server-maven-plugin</artifactId>
                 <version>${project.version}</version>
                 <executions>
                     <execution>

Modified: axis/axis1/java/trunk/jetty-daemon/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/jetty-daemon/pom.xml?rev=1689098&r1=1689097&r2=1689098&view=diff
==============================================================================
--- axis/axis1/java/trunk/jetty-daemon/pom.xml (original)
+++ axis/axis1/java/trunk/jetty-daemon/pom.xml Fri Jul  3 21:57:51 2015
@@ -28,7 +28,7 @@
     <artifactId>jetty-daemon</artifactId>
     <name>Jetty Daemon</name>
     <description>
-        Daemon implementation used by maven-axis-server-plugin to launch a 
Jetty server in a separate JVM.
+        Daemon implementation used by axis-server-maven-plugin to launch a 
Jetty server in a separate JVM.
     </description>
     <dependencies>
         <dependency>

Modified: axis/axis1/java/trunk/maven/axis-server-maven-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/maven/axis-server-maven-plugin/pom.xml?rev=1689098&r1=1689082&r2=1689098&view=diff
==============================================================================
--- axis/axis1/java/trunk/maven/axis-server-maven-plugin/pom.xml (original)
+++ axis/axis1/java/trunk/maven/axis-server-maven-plugin/pom.xml Fri Jul  3 
21:57:51 2015
@@ -25,9 +25,9 @@
         <version>1.4.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
-    <artifactId>maven-axis-server-plugin</artifactId>
+    <artifactId>axis-server-maven-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <name>maven-axis-server-plugin</name>
+    <name>axis-server-maven-plugin</name>
     <description>
         Axis server Maven plugin.
     </description>

Modified: 
axis/axis1/java/trunk/maven/axis-server-maven-plugin/src/site/apt/index.apt
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/maven/axis-server-maven-plugin/src/site/apt/index.apt?rev=1689098&r1=1689082&r2=1689098&view=diff
==============================================================================
--- axis/axis1/java/trunk/maven/axis-server-maven-plugin/src/site/apt/index.apt 
(original)
+++ axis/axis1/java/trunk/maven/axis-server-maven-plugin/src/site/apt/index.apt 
Fri Jul  3 21:57:51 2015
@@ -19,9 +19,9 @@
            Introduction
            ------------
 
-maven-axis-server-plugin
+axis-server-maven-plugin
 
-  The purpose of the maven-axis-server-plugin is to automatically start and 
stop a stand-alone Axis server (and other processes)
+  The purpose of the axis-server-maven-plugin is to automatically start and 
stop a stand-alone Axis server (and other processes)
   during integration test phases of a Maven project. This enables end-to-end 
automation of integration tests.
 
 * Goals Overview
@@ -35,4 +35,4 @@ maven-axis-server-plugin
     phase. This can e.g. be used to start a mock Web service.
   
   * {{{./stop-all-mojo.html}axis-server:stop-all}} stops all processes started 
by <<<axis-server:start-server>>> and
-    <<<axis-server:start-process>>>. It is executed during the 
<<<post-integration-test>>> phase.
\ No newline at end of file
+    <<<axis-server:start-process>>>. It is executed during the 
<<<post-integration-test>>> phase.

Modified: 
axis/axis1/java/trunk/maven/axis-server-maven-plugin/src/site/apt/usage.apt.vm
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/maven/axis-server-maven-plugin/src/site/apt/usage.apt.vm?rev=1689098&r1=1689082&r2=1689098&view=diff
==============================================================================
--- 
axis/axis1/java/trunk/maven/axis-server-maven-plugin/src/site/apt/usage.apt.vm 
(original)
+++ 
axis/axis1/java/trunk/maven/axis-server-maven-plugin/src/site/apt/usage.apt.vm 
Fri Jul  3 21:57:51 2015
@@ -87,7 +87,7 @@ Usage
 
--------------------------------------------------------------------------------
             <plugin>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>maven-axis-server-plugin</artifactId>
+                <artifactId>axis-server-maven-plugin</artifactId>
                 <version>${project.version}</version>
                 <executions>
                     <execution>
@@ -117,9 +117,9 @@ Usage
   Note the reference to the <<<axisServerPort>>> property set by the 
build-helper-maven-plugin.
   Also note the <<<wsdds>>> option that specifies the location of the WSDD 
files for the
   Web services to deploy. These files are typically generated using the
-  {{{../wsdl2java/index.html}maven-wsdl2java-plugin}}.
+  {{{../wsdl2java/index.html}wsdl2java-maven-plugin}}.
   
-  The maven-axis-server-plugin assumes that 
<<<org.apache.axis.server.standalone.StandaloneAxisServer>>> class
+  The axis-server-maven-plugin assumes that 
<<<org.apache.axis.server.standalone.StandaloneAxisServer>>> class
   (not to be confused with the old 
<<<org.apache.axis.transport.http.SimpleAxisServer>>> class)
   is in the class path. Therefore, you need to add the relevant dependency to 
your project:
   
@@ -197,7 +197,7 @@ mvn clean integration-test -Daxis.server
 
--------------------------------------------------------------------------------
             <plugin>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>maven-axis-server-plugin</artifactId>
+                <artifactId>axis-server-maven-plugin</artifactId>
                 <version>${project.version}</version>
                 <executions>
                     <execution>
@@ -235,4 +235,4 @@ System.getProperty("axisServerPort", "80
 
   If you set up your project like that, then no additional configuration is 
required
   in your IDE and you only need to pass the <<<axis.server.foreground>>> 
property
-  to Maven.
\ No newline at end of file
+  to Maven.

Modified: axis/axis1/java/trunk/maven/java2wsdl-maven-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/maven/java2wsdl-maven-plugin/pom.xml?rev=1689098&r1=1689082&r2=1689098&view=diff
==============================================================================
--- axis/axis1/java/trunk/maven/java2wsdl-maven-plugin/pom.xml (original)
+++ axis/axis1/java/trunk/maven/java2wsdl-maven-plugin/pom.xml Fri Jul  3 
21:57:51 2015
@@ -25,9 +25,9 @@
         <version>1.4.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
-    <artifactId>maven-java2wsdl-plugin</artifactId>
+    <artifactId>java2wsdl-maven-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <name>maven-java2wsdl-plugin</name>
+    <name>java2wsdl-maven-plugin</name>
     <description>
         Axis java2wsdl Maven plugin.
     </description>

Modified: axis/axis1/java/trunk/maven/nsmap/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/maven/nsmap/pom.xml?rev=1689098&r1=1689097&r2=1689098&view=diff
==============================================================================
--- axis/axis1/java/trunk/maven/nsmap/pom.xml (original)
+++ axis/axis1/java/trunk/maven/nsmap/pom.xml Fri Jul  3 21:57:51 2015
@@ -28,7 +28,7 @@
     <artifactId>nsmap</artifactId>
     <name>Maven plugin common classes</name>
     <description>
-       Contains classes shared by maven-wsdl2java-plugin and 
maven-java2wsdl-plugin.
+       Contains classes shared by wsdl2java-maven-plugin and 
java2wsdl-maven-plugin.
     </description>
     <build>
         <plugins>

Modified: axis/axis1/java/trunk/maven/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/maven/pom.xml?rev=1689098&r1=1689097&r2=1689098&view=diff
==============================================================================
--- axis/axis1/java/trunk/maven/pom.xml (original)
+++ axis/axis1/java/trunk/maven/pom.xml Fri Jul  3 21:57:51 2015
@@ -68,10 +68,10 @@
     </dependencyManagement>
     <modules>
        <module>nsmap</module>
-        <module>maven-wsdd-plugin</module>
-        <module>maven-wsdl2java-plugin</module>
-        <module>maven-java2wsdl-plugin</module>
-        <module>maven-axis-server-plugin</module>
+        <module>wsdd-maven-plugin</module>
+        <module>wsdl2java-maven-plugin</module>
+        <module>java2wsdl-maven-plugin</module>
+        <module>axis-server-maven-plugin</module>
     </modules>
     <build>
         <plugins>

Modified: axis/axis1/java/trunk/maven/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/maven/src/site/site.xml?rev=1689098&r1=1689097&r2=1689098&view=diff
==============================================================================
--- axis/axis1/java/trunk/maven/src/site/site.xml (original)
+++ axis/axis1/java/trunk/maven/src/site/site.xml Fri Jul  3 21:57:51 2015
@@ -23,10 +23,10 @@
             <item name="Introduction" href="index.html"/>
         </menu>
         <menu name="Plugins">
-            <item name="maven-wsdl2java-plugin" href="wsdl2java/index.html"/>
-            <item name="maven-java2wsdl-plugin" href="java2wsdl/index.html"/>
-            <item name="maven-wsdd-plugin" href="wsdd/index.html"/>
-            <item name="maven-axis-server-plugin" 
href="axis-server/index.html"/>
+            <item name="wsdl2java-maven-plugin" href="wsdl2java/index.html"/>
+            <item name="java2wsdl-maven-plugin" href="java2wsdl/index.html"/>
+            <item name="wsdd-maven-plugin" href="wsdd/index.html"/>
+            <item name="axis-server-maven-plugin" 
href="axis-server/index.html"/>
         </menu>
     </body>
 </project>

Modified: axis/axis1/java/trunk/maven/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/maven/src/site/xdoc/index.xml?rev=1689098&r1=1689097&r2=1689098&view=diff
==============================================================================
--- axis/axis1/java/trunk/maven/src/site/xdoc/index.xml (original)
+++ axis/axis1/java/trunk/maven/src/site/xdoc/index.xml Fri Jul  3 21:57:51 2015
@@ -45,22 +45,22 @@
                 </thead>
                 <tbody>
                     <tr>
-                        <td><a 
href="wsdl2java/index.html">maven-wsdl2java-plugin</a></td>
+                        <td><a 
href="wsdl2java/index.html">wsdl2java-maven-plugin</a></td>
                         <td>Generates Java artifacts from a WSDL file</td>
                         <td><a 
href="../ant/axis-wsdl2java.html">axis-wsdl2java</a></td>
                     </tr>
                     <tr>
-                        <td><a 
href="java2wsdl/index.html">maven-java2wsdl-plugin</a></td>
+                        <td><a 
href="java2wsdl/index.html">java2wsdl-maven-plugin</a></td>
                         <td>Generates a WSDL description from a Java class</td>
                         <td><a 
href="../ant/axis-java2wsdl.html">axis-java2wsdl</a></td>
                     </tr>
                     <tr>
-                        <td><a 
href="wsdd/index.html">maven-wsdd-plugin</a></td>
+                        <td><a 
href="wsdd/index.html">wsdd-maven-plugin</a></td>
                         <td></td>
                         <td rowspan="2" style="vertical-align: middle">N/A</td>
                     </tr>
                     <tr>
-                        <td><a 
href="axis-server/index.html">maven-axis-server-plugin</a></td>
+                        <td><a 
href="axis-server/index.html">axis-server-maven-plugin</a></td>
                         <td>Starts/stops a stand-alone Axis server</td>
                     </tr>
                 </tbody>

Modified: axis/axis1/java/trunk/maven/wsdd-maven-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/maven/wsdd-maven-plugin/pom.xml?rev=1689098&r1=1689082&r2=1689098&view=diff
==============================================================================
--- axis/axis1/java/trunk/maven/wsdd-maven-plugin/pom.xml (original)
+++ axis/axis1/java/trunk/maven/wsdd-maven-plugin/pom.xml Fri Jul  3 21:57:51 
2015
@@ -25,9 +25,9 @@
         <version>1.4.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
-    <artifactId>maven-wsdd-plugin</artifactId>
+    <artifactId>wsdd-maven-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <name>maven-wsdd-plugin</name>
+    <name>wsdd-maven-plugin</name>
     <description>
         Maven plugin to process WSDD files.
     </description>

Modified: 
axis/axis1/java/trunk/maven/wsdd-maven-plugin/src/main/java/org/apache/axis/tools/maven/wsdd/GenerateWSDDMojo.java
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/maven/wsdd-maven-plugin/src/main/java/org/apache/axis/tools/maven/wsdd/GenerateWSDDMojo.java?rev=1689098&r1=1689082&r2=1689098&view=diff
==============================================================================
--- 
axis/axis1/java/trunk/maven/wsdd-maven-plugin/src/main/java/org/apache/axis/tools/maven/wsdd/GenerateWSDDMojo.java
 (original)
+++ 
axis/axis1/java/trunk/maven/wsdd-maven-plugin/src/main/java/org/apache/axis/tools/maven/wsdd/GenerateWSDDMojo.java
 Fri Jul  3 21:57:51 2015
@@ -71,7 +71,7 @@ public class GenerateWSDDMojo extends Ab
     private String type;
     
     /**
-     * A set of WSDD files (typically generated by maven-wsdl2java-plugin) to 
be merged into the
+     * A set of WSDD files (typically generated by wsdl2java-maven-plugin) to 
be merged into the
      * output WSDD. If this parameter is not set, then the plug-in will just 
generate a default
      * configuration file.
      * 

Modified: axis/axis1/java/trunk/maven/wsdd-maven-plugin/src/site/apt/index.apt
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/maven/wsdd-maven-plugin/src/site/apt/index.apt?rev=1689098&r1=1689082&r2=1689098&view=diff
==============================================================================
--- axis/axis1/java/trunk/maven/wsdd-maven-plugin/src/site/apt/index.apt 
(original)
+++ axis/axis1/java/trunk/maven/wsdd-maven-plugin/src/site/apt/index.apt Fri 
Jul  3 21:57:51 2015
@@ -19,7 +19,7 @@
            Introduction
            ------------
 
-maven-wsdd-plugin
+wsdd-maven-plugin
 
   Historically, the recommended way to deploy Axis services was based on the 
following procedure:
   
@@ -47,7 +47,7 @@ maven-wsdd-plugin
   the <<<server-config.wsdd>>> file should be assembled automatically during 
the build process,
   based on the output of wsdl2java.
   
-  This is exactly what the maven-wsdd-plugin does: it takes a set of WSDD 
files and merges them
+  This is exactly what the wsdd-maven-plugin does: it takes a set of WSDD 
files and merges them
   into a single output WSDD. The input WSDD files are typically generated by
-  {{{../wsdl2java/index.html}maven-wsdl2java-plugin}}, but the set may also 
contain
+  {{{../wsdl2java/index.html}wsdl2java-maven-plugin}}, but the set may also 
contain
   manually created WSDD files, e.g. to configure custom handlers or to 
override configuration properties.

Modified: axis/axis1/java/trunk/maven/wsdl2java-maven-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/maven/wsdl2java-maven-plugin/pom.xml?rev=1689098&r1=1689082&r2=1689098&view=diff
==============================================================================
--- axis/axis1/java/trunk/maven/wsdl2java-maven-plugin/pom.xml (original)
+++ axis/axis1/java/trunk/maven/wsdl2java-maven-plugin/pom.xml Fri Jul  3 
21:57:51 2015
@@ -25,9 +25,9 @@
         <version>1.4.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
-    <artifactId>maven-wsdl2java-plugin</artifactId>
+    <artifactId>wsdl2java-maven-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <name>maven-wsdl2java-plugin</name>
+    <name>wsdl2java-maven-plugin</name>
     <description>
         Axis wsdl2java Maven plugin.
     </description>

Modified: 
axis/axis1/java/trunk/maven/wsdl2java-maven-plugin/src/it/writeStubToTestSources/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/maven/wsdl2java-maven-plugin/src/it/writeStubToTestSources/pom.xml?rev=1689098&r1=1689082&r2=1689098&view=diff
==============================================================================
--- 
axis/axis1/java/trunk/maven/wsdl2java-maven-plugin/src/it/writeStubToTestSources/pom.xml
 (original)
+++ 
axis/axis1/java/trunk/maven/wsdl2java-maven-plugin/src/it/writeStubToTestSources/pom.xml
 Fri Jul  3 21:57:51 2015
@@ -38,7 +38,7 @@
         <plugins>
             <plugin>
                 <groupId>@project.groupId@</groupId>
-                <artifactId>maven-wsdl2java-plugin</artifactId>
+                <artifactId>wsdl2java-maven-plugin</artifactId>
                 <version>@project.version@</version>
                 <executions>
                     <execution>

Modified: axis/axis1/java/trunk/maven/wsdl2java-maven-plugin/src/it/wsrf/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/maven/wsdl2java-maven-plugin/src/it/wsrf/pom.xml?rev=1689098&r1=1689082&r2=1689098&view=diff
==============================================================================
--- axis/axis1/java/trunk/maven/wsdl2java-maven-plugin/src/it/wsrf/pom.xml 
(original)
+++ axis/axis1/java/trunk/maven/wsdl2java-maven-plugin/src/it/wsrf/pom.xml Fri 
Jul  3 21:57:51 2015
@@ -38,7 +38,7 @@
         <plugins>
             <plugin>
                 <groupId>@project.groupId@</groupId>
-                <artifactId>maven-wsdl2java-plugin</artifactId>
+                <artifactId>wsdl2java-maven-plugin</artifactId>
                 <version>@project.version@</version>
                 <executions>
                     <execution>

Modified: 
axis/axis1/java/trunk/maven/wsdl2java-maven-plugin/src/site/apt/index.apt
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/maven/wsdl2java-maven-plugin/src/site/apt/index.apt?rev=1689098&r1=1689082&r2=1689098&view=diff
==============================================================================
--- axis/axis1/java/trunk/maven/wsdl2java-maven-plugin/src/site/apt/index.apt 
(original)
+++ axis/axis1/java/trunk/maven/wsdl2java-maven-plugin/src/site/apt/index.apt 
Fri Jul  3 21:57:51 2015
@@ -19,7 +19,7 @@
            Introduction
            ------------
 
-maven-wsdl2java-plugin
+wsdl2java-maven-plugin
 
   The wsdl2java plugin is used to generate client and/or server side Java 
artifacts from a WSDL file.
 

Modified: 
axis/axis1/java/trunk/maven/wsdl2java-maven-plugin/src/site/apt/java-xml-type-mappings.apt.vm
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/maven/wsdl2java-maven-plugin/src/site/apt/java-xml-type-mappings.apt.vm?rev=1689098&r1=1689082&r2=1689098&view=diff
==============================================================================
--- 
axis/axis1/java/trunk/maven/wsdl2java-maven-plugin/src/site/apt/java-xml-type-mappings.apt.vm
 (original)
+++ 
axis/axis1/java/trunk/maven/wsdl2java-maven-plugin/src/site/apt/java-xml-type-mappings.apt.vm
 Fri Jul  3 21:57:51 2015
@@ -22,7 +22,7 @@
 
 Changing the Java class associated with an XML type
 
-  maven-wsdl2java-plugin uses the default mappings between XML types and Java 
classes determined by the
+  wsdl2java-maven-plugin uses the default mappings between XML types and Java 
classes determined by the
   configured <<<typeMappingVersion>>>. However, there may be situations where 
you might want
   to represent a given XML type using a Java type other than the one 
determined by the default mapping.
   E.g. you might want <<<xs:base64Binary>>> to be represented by 
<<<java.activation.DataHandler>>>

Modified: axis/axis1/java/trunk/samples/addr-sample/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/samples/addr-sample/pom.xml?rev=1689098&r1=1689097&r2=1689098&view=diff
==============================================================================
--- axis/axis1/java/trunk/samples/addr-sample/pom.xml (original)
+++ axis/axis1/java/trunk/samples/addr-sample/pom.xml Fri Jul  3 21:57:51 2015
@@ -43,7 +43,7 @@
         <plugins>
             <plugin>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>maven-wsdl2java-plugin</artifactId>
+                <artifactId>wsdl2java-maven-plugin</artifactId>
                 <version>${project.version}</version>
                 <executions>
                     <execution>
@@ -115,7 +115,7 @@
             </plugin>
             <plugin>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>maven-axis-server-plugin</artifactId>
+                <artifactId>axis-server-maven-plugin</artifactId>
                 <version>${project.version}</version>
                 <executions>
                     <execution>

Modified: axis/axis1/java/trunk/samples/attachments-sample/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/samples/attachments-sample/pom.xml?rev=1689098&r1=1689097&r2=1689098&view=diff
==============================================================================
--- axis/axis1/java/trunk/samples/attachments-sample/pom.xml (original)
+++ axis/axis1/java/trunk/samples/attachments-sample/pom.xml Fri Jul  3 
21:57:51 2015
@@ -72,7 +72,7 @@
             </plugin>
             <plugin>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>maven-axis-server-plugin</artifactId>
+                <artifactId>axis-server-maven-plugin</artifactId>
                 <version>${project.version}</version>
                 <executions>
                     <execution>

Modified: axis/axis1/java/trunk/samples/bidbuy-sample/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/samples/bidbuy-sample/pom.xml?rev=1689098&r1=1689097&r2=1689098&view=diff
==============================================================================
--- axis/axis1/java/trunk/samples/bidbuy-sample/pom.xml (original)
+++ axis/axis1/java/trunk/samples/bidbuy-sample/pom.xml Fri Jul  3 21:57:51 2015
@@ -72,7 +72,7 @@
             </plugin>
             <plugin>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>maven-axis-server-plugin</artifactId>
+                <artifactId>axis-server-maven-plugin</artifactId>
                 <version>${project.version}</version>
                 <executions>
                     <execution>

Modified: axis/axis1/java/trunk/samples/echo-sample/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/samples/echo-sample/pom.xml?rev=1689098&r1=1689097&r2=1689098&view=diff
==============================================================================
--- axis/axis1/java/trunk/samples/echo-sample/pom.xml (original)
+++ axis/axis1/java/trunk/samples/echo-sample/pom.xml Fri Jul  3 21:57:51 2015
@@ -43,7 +43,7 @@
         <plugins>
             <plugin>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>maven-wsdl2java-plugin</artifactId>
+                <artifactId>wsdl2java-maven-plugin</artifactId>
                 <version>${project.version}</version>
                 <executions>
                     <execution>
@@ -71,7 +71,7 @@
             </plugin>
             <plugin>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>maven-wsdd-plugin</artifactId>
+                <artifactId>wsdd-maven-plugin</artifactId>
                 <version>${project.version}</version>
                 <executions>
                     <execution>

Modified: axis/axis1/java/trunk/samples/encoding-sample/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/samples/encoding-sample/pom.xml?rev=1689098&r1=1689097&r2=1689098&view=diff
==============================================================================
--- axis/axis1/java/trunk/samples/encoding-sample/pom.xml (original)
+++ axis/axis1/java/trunk/samples/encoding-sample/pom.xml Fri Jul  3 21:57:51 
2015
@@ -72,7 +72,7 @@
             </plugin>
             <plugin>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>maven-axis-server-plugin</artifactId>
+                <artifactId>axis-server-maven-plugin</artifactId>
                 <version>${project.version}</version>
                 <executions>
                     <execution>

Modified: axis/axis1/java/trunk/samples/faults-sample/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/samples/faults-sample/pom.xml?rev=1689098&r1=1689097&r2=1689098&view=diff
==============================================================================
--- axis/axis1/java/trunk/samples/faults-sample/pom.xml (original)
+++ axis/axis1/java/trunk/samples/faults-sample/pom.xml Fri Jul  3 21:57:51 2015
@@ -72,7 +72,7 @@
             </plugin>
             <plugin>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>maven-axis-server-plugin</artifactId>
+                <artifactId>axis-server-maven-plugin</artifactId>
                 <version>${project.version}</version>
                 <executions>
                     <execution>

Modified: axis/axis1/java/trunk/samples/handler-sample/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/samples/handler-sample/pom.xml?rev=1689098&r1=1689097&r2=1689098&view=diff
==============================================================================
--- axis/axis1/java/trunk/samples/handler-sample/pom.xml (original)
+++ axis/axis1/java/trunk/samples/handler-sample/pom.xml Fri Jul  3 21:57:51 
2015
@@ -72,7 +72,7 @@
             </plugin>
             <plugin>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>maven-axis-server-plugin</artifactId>
+                <artifactId>axis-server-maven-plugin</artifactId>
                 <version>${project.version}</version>
                 <executions>
                     <execution>

Modified: axis/axis1/java/trunk/samples/jaxrpc-sample/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/samples/jaxrpc-sample/pom.xml?rev=1689098&r1=1689097&r2=1689098&view=diff
==============================================================================
--- axis/axis1/java/trunk/samples/jaxrpc-sample/pom.xml (original)
+++ axis/axis1/java/trunk/samples/jaxrpc-sample/pom.xml Fri Jul  3 21:57:51 2015
@@ -60,7 +60,7 @@
             </plugin>
             <plugin>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>maven-wsdl2java-plugin</artifactId>
+                <artifactId>wsdl2java-maven-plugin</artifactId>
                 <version>${project.version}</version>
                 <executions>
                     <execution>
@@ -106,7 +106,7 @@
             </plugin>
             <plugin>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>maven-axis-server-plugin</artifactId>
+                <artifactId>axis-server-maven-plugin</artifactId>
                 <version>${project.version}</version>
                 <executions>
                     <execution>

Modified: axis/axis1/java/trunk/samples/jms-sample/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/samples/jms-sample/pom.xml?rev=1689098&r1=1689097&r2=1689098&view=diff
==============================================================================
--- axis/axis1/java/trunk/samples/jms-sample/pom.xml (original)
+++ axis/axis1/java/trunk/samples/jms-sample/pom.xml Fri Jul  3 21:57:51 2015
@@ -63,7 +63,7 @@
         <plugins>
             <plugin>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>maven-wsdl2java-plugin</artifactId>
+                <artifactId>wsdl2java-maven-plugin</artifactId>
                 <version>${project.version}</version>
                 <executions>
                     <execution>
@@ -129,7 +129,7 @@
             </plugin>
             <plugin>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>maven-axis-server-plugin</artifactId>
+                <artifactId>axis-server-maven-plugin</artifactId>
                 <version>${project.version}</version>
                 <executions>
                     <execution>

Modified: axis/axis1/java/trunk/samples/message-sample/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/samples/message-sample/pom.xml?rev=1689098&r1=1689097&r2=1689098&view=diff
==============================================================================
--- axis/axis1/java/trunk/samples/message-sample/pom.xml (original)
+++ axis/axis1/java/trunk/samples/message-sample/pom.xml Fri Jul  3 21:57:51 
2015
@@ -72,7 +72,7 @@
             </plugin>
             <plugin>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>maven-axis-server-plugin</artifactId>
+                <artifactId>axis-server-maven-plugin</artifactId>
                 <version>${project.version}</version>
                 <executions>
                     <execution>

Modified: axis/axis1/java/trunk/samples/misc-sample/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/samples/misc-sample/pom.xml?rev=1689098&r1=1689097&r2=1689098&view=diff
==============================================================================
--- axis/axis1/java/trunk/samples/misc-sample/pom.xml (original)
+++ axis/axis1/java/trunk/samples/misc-sample/pom.xml Fri Jul  3 21:57:51 2015
@@ -72,7 +72,7 @@
             </plugin>
             <plugin>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>maven-axis-server-plugin</artifactId>
+                <artifactId>axis-server-maven-plugin</artifactId>
                 <version>${project.version}</version>
                 <executions>
                     <execution>

Modified: axis/axis1/java/trunk/samples/mtomstub-sample/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/samples/mtomstub-sample/pom.xml?rev=1689098&r1=1689097&r2=1689098&view=diff
==============================================================================
--- axis/axis1/java/trunk/samples/mtomstub-sample/pom.xml (original)
+++ axis/axis1/java/trunk/samples/mtomstub-sample/pom.xml Fri Jul  3 21:57:51 
2015
@@ -99,7 +99,7 @@
             </plugin>
             <plugin>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>maven-wsdl2java-plugin</artifactId>
+                <artifactId>wsdl2java-maven-plugin</artifactId>
                 <version>${project.version}</version>
                 <executions>
                     <execution>

Modified: axis/axis1/java/trunk/samples/proxy-sample/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/samples/proxy-sample/pom.xml?rev=1689098&r1=1689097&r2=1689098&view=diff
==============================================================================
--- axis/axis1/java/trunk/samples/proxy-sample/pom.xml (original)
+++ axis/axis1/java/trunk/samples/proxy-sample/pom.xml Fri Jul  3 21:57:51 2015
@@ -83,7 +83,7 @@
             </plugin>
             <plugin>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>maven-axis-server-plugin</artifactId>
+                <artifactId>axis-server-maven-plugin</artifactId>
                 <version>${project.version}</version>
                 <executions>
                     <execution>

Modified: axis/axis1/java/trunk/samples/stock-sample/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/samples/stock-sample/pom.xml?rev=1689098&r1=1689097&r2=1689098&view=diff
==============================================================================
--- axis/axis1/java/trunk/samples/stock-sample/pom.xml (original)
+++ axis/axis1/java/trunk/samples/stock-sample/pom.xml Fri Jul  3 21:57:51 2015
@@ -72,7 +72,7 @@
             </plugin>
             <plugin>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>maven-axis-server-plugin</artifactId>
+                <artifactId>axis-server-maven-plugin</artifactId>
                 <version>${project.version}</version>
                 <executions>
                     <execution>

Modified: axis/axis1/java/trunk/samples/transport-sample/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/samples/transport-sample/pom.xml?rev=1689098&r1=1689097&r2=1689098&view=diff
==============================================================================
--- axis/axis1/java/trunk/samples/transport-sample/pom.xml (original)
+++ axis/axis1/java/trunk/samples/transport-sample/pom.xml Fri Jul  3 21:57:51 
2015
@@ -83,7 +83,7 @@
             </plugin>
             <plugin>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>maven-axis-server-plugin</artifactId>
+                <artifactId>axis-server-maven-plugin</artifactId>
                 <version>${project.version}</version>
                 <executions>
                     <execution>
@@ -110,7 +110,7 @@
             </plugin>
             <plugin>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>maven-wsdd-plugin</artifactId>
+                <artifactId>wsdd-maven-plugin</artifactId>
                 <version>${project.version}</version>
                 <executions>
                     <execution>

Modified: axis/axis1/java/trunk/src/site/apt/changelogs/1_4_1.apt
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/src/site/apt/changelogs/1_4_1.apt?rev=1689098&r1=1689097&r2=1689098&view=diff
==============================================================================
--- axis/axis1/java/trunk/src/site/apt/changelogs/1_4_1.apt (original)
+++ axis/axis1/java/trunk/src/site/apt/changelogs/1_4_1.apt Fri Jul  3 21:57:51 
2015
@@ -40,9 +40,9 @@ Changes from 1.4 final
       earlier Java versions.
     
     * It is now possible to change the Java class associated with an XML type 
when generating a client stub.
-      Note that this is only supported by the maven-wsdl2java-plugin, but not 
by the corresponding Ant task
+      Note that this is only supported by the wsdl2java-maven-plugin, but not 
by the corresponding Ant task
       or command line tool. The feature can be used to consume MTOM enabled 
services. Check the
-      {{{../maven/maven-wsdl2java-plugin/java-xml-type-mappings.html}plugin 
documentation}} for more information.
+      {{{../maven/wsdl2java-maven-plugin/java-xml-type-mappings.html}plugin 
documentation}} for more information.
     
     * WSDL4J has been upgraded from 1.5.1 to 1.6.2.
     

Modified: axis/axis1/java/trunk/tests/interop-tests/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/tests/interop-tests/pom.xml?rev=1689098&r1=1689097&r2=1689098&view=diff
==============================================================================
--- axis/axis1/java/trunk/tests/interop-tests/pom.xml (original)
+++ axis/axis1/java/trunk/tests/interop-tests/pom.xml Fri Jul  3 21:57:51 2015
@@ -58,7 +58,7 @@
         <plugins>
             <plugin>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>maven-wsdl2java-plugin</artifactId>
+                <artifactId>wsdl2java-maven-plugin</artifactId>
                 <version>${project.version}</version>
                 <executions>
                     <execution>

Modified: axis/axis1/java/trunk/tests/spring-compat-tests/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/tests/spring-compat-tests/pom.xml?rev=1689098&r1=1689097&r2=1689098&view=diff
==============================================================================
--- axis/axis1/java/trunk/tests/spring-compat-tests/pom.xml (original)
+++ axis/axis1/java/trunk/tests/spring-compat-tests/pom.xml Fri Jul  3 21:57:51 
2015
@@ -54,7 +54,7 @@
         <plugins>
             <plugin>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>maven-wsdl2java-plugin</artifactId>
+                <artifactId>wsdl2java-maven-plugin</artifactId>
                 <version>${project.version}</version>
                 <executions>
                     <execution>
@@ -74,7 +74,7 @@
             </plugin>
             <plugin>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>maven-wsdd-plugin</artifactId>
+                <artifactId>wsdd-maven-plugin</artifactId>
                 <version>${project.version}</version>
                 <executions>
                     <execution>
@@ -112,7 +112,7 @@
             </plugin>
             <plugin>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>maven-axis-server-plugin</artifactId>
+                <artifactId>axis-server-maven-plugin</artifactId>
                 <version>${project.version}</version>
                 <executions>
                     <execution>


Reply via email to