Skip to content

Commit ac31dd9

Browse files
committed
Rename the Maven plugins so that they conform to the plugin naming conventions (https://maven.apache.org/guides/plugin/guide-java-plugin-development.html).
1 parent e969674 commit ac31dd9

82 files changed

Lines changed: 70 additions & 70 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

axis-rt-transport-http-javanet/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<plugins>
7070
<plugin>
7171
<groupId>${project.groupId}</groupId>
72-
<artifactId>maven-wsdl2java-plugin</artifactId>
72+
<artifactId>wsdl2java-maven-plugin</artifactId>
7373
<version>${project.version}</version>
7474
<executions>
7575
<execution>
@@ -123,7 +123,7 @@
123123
</plugin>
124124
<plugin>
125125
<groupId>${project.groupId}</groupId>
126-
<artifactId>maven-axis-server-plugin</artifactId>
126+
<artifactId>axis-server-maven-plugin</artifactId>
127127
<version>${project.version}</version>
128128
<executions>
129129
<execution>

daemon-launcher/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<artifactId>daemon-launcher</artifactId>
2929
<name>Daemon Launcher</name>
3030
<description>
31-
Used by maven-axis-server-plugin to launch a Commons Daemon implementation.
31+
Used by axis-server-maven-plugin to launch a Commons Daemon implementation.
3232
</description>
3333
<dependencies>
3434
<dependency>

integration/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<plugins>
6767
<plugin>
6868
<groupId>${project.groupId}</groupId>
69-
<artifactId>maven-java2wsdl-plugin</artifactId>
69+
<artifactId>java2wsdl-maven-plugin</artifactId>
7070
<version>${project.version}</version>
7171
<executions>
7272
<execution>
@@ -214,7 +214,7 @@
214214
</plugin>
215215
<plugin>
216216
<groupId>${project.groupId}</groupId>
217-
<artifactId>maven-wsdl2java-plugin</artifactId>
217+
<artifactId>wsdl2java-maven-plugin</artifactId>
218218
<version>${project.version}</version>
219219
<configuration>
220220
<testHttpPortSystemProperty>test.functional.ServicePort</testHttpPortSystemProperty>
@@ -1411,7 +1411,7 @@
14111411
</plugin>
14121412
<plugin>
14131413
<groupId>${project.groupId}</groupId>
1414-
<artifactId>maven-axis-server-plugin</artifactId>
1414+
<artifactId>axis-server-maven-plugin</artifactId>
14151415
<version>${project.version}</version>
14161416
<executions>
14171417
<execution>

jetty-daemon/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<artifactId>jetty-daemon</artifactId>
2929
<name>Jetty Daemon</name>
3030
<description>
31-
Daemon implementation used by maven-axis-server-plugin to launch a Jetty server in a separate JVM.
31+
Daemon implementation used by axis-server-maven-plugin to launch a Jetty server in a separate JVM.
3232
</description>
3333
<dependencies>
3434
<dependency>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
<version>1.4.1-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
28-
<artifactId>maven-axis-server-plugin</artifactId>
28+
<artifactId>axis-server-maven-plugin</artifactId>
2929
<packaging>maven-plugin</packaging>
30-
<name>maven-axis-server-plugin</name>
30+
<name>axis-server-maven-plugin</name>
3131
<description>
3232
Axis server Maven plugin.
3333
</description>

maven/maven-axis-server-plugin/src/main/java/org/apache/axis/tools/maven/server/AbstractDaemonControlMojo.java renamed to maven/axis-server-maven-plugin/src/main/java/org/apache/axis/tools/maven/server/AbstractDaemonControlMojo.java

File renamed without changes.

maven/maven-axis-server-plugin/src/main/java/org/apache/axis/tools/maven/server/AbstractStartDaemonMojo.java renamed to maven/axis-server-maven-plugin/src/main/java/org/apache/axis/tools/maven/server/AbstractStartDaemonMojo.java

File renamed without changes.

maven/maven-axis-server-plugin/src/main/java/org/apache/axis/tools/maven/server/DaemonManager.java renamed to maven/axis-server-maven-plugin/src/main/java/org/apache/axis/tools/maven/server/DaemonManager.java

File renamed without changes.

maven/maven-axis-server-plugin/src/main/java/org/apache/axis/tools/maven/server/DefaultDaemonManager.java renamed to maven/axis-server-maven-plugin/src/main/java/org/apache/axis/tools/maven/server/DefaultDaemonManager.java

File renamed without changes.

maven/maven-axis-server-plugin/src/main/java/org/apache/axis/tools/maven/server/FileSet.java renamed to maven/axis-server-maven-plugin/src/main/java/org/apache/axis/tools/maven/server/FileSet.java

File renamed without changes.

0 commit comments

Comments
 (0)