This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/tomcat-maven-plugin.git
The following commit(s) were added to refs/heads/trunk by this push:
new 6e6ef47 Renames
6e6ef47 is described below
commit 6e6ef47ef87ac3649c478a33f204a4b4d85c364a
Author: remm <[email protected]>
AuthorDate: Fri Apr 10 00:10:54 2026 +0200
Renames
---
src/it/simple-war-exec-project/pom.xml | 2 +-
.../apache/tomcat/maven/plugin/tomcat/run/AbstractExecWarMojo.java | 2 +-
.../tomcat/maven/plugin/tomcat/run/AbstractStandaloneWarMojo.java | 2 +-
src/test/resources/deploy-only-war-project/pom.xml | 4 ++--
src/test/resources/deploy-war-project/pom.xml | 4 ++--
src/test/resources/simple-war-project/pom.xml | 4 ++--
src/test/resources/tomcat-run-multi-config/pom.xml | 4 ++--
7 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/src/it/simple-war-exec-project/pom.xml
b/src/it/simple-war-exec-project/pom.xml
index 947c9e2..c820a65 100644
--- a/src/it/simple-war-exec-project/pom.xml
+++ b/src/it/simple-war-exec-project/pom.xml
@@ -56,7 +56,7 @@
</plugin>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
- <artifactId>tomcat-main-maven-plugin</artifactId>
+ <artifactId>tomcat-maven-plugin</artifactId>
<executions>
<execution>
<id>tomcat-run</id>
diff --git
a/src/main/java/org/apache/tomcat/maven/plugin/tomcat/run/AbstractExecWarMojo.java
b/src/main/java/org/apache/tomcat/maven/plugin/tomcat/run/AbstractExecWarMojo.java
index 6575b52..d545340 100644
---
a/src/main/java/org/apache/tomcat/maven/plugin/tomcat/run/AbstractExecWarMojo.java
+++
b/src/main/java/org/apache/tomcat/maven/plugin/tomcat/run/AbstractExecWarMojo.java
@@ -390,7 +390,7 @@ public abstract class AbstractExecWarMojo
|| StringUtils.equals( "org.apache.tomcat.embed",
pluginArtifact.getGroupId() ) //
|| StringUtils.equals( "org.eclipse.jdt.core.compiler",
pluginArtifact.getGroupId() ) //
|| StringUtils.equals( "commons-cli",
pluginArtifact.getArtifactId() ) //
- || StringUtils.equals( "tomcat-main-war-runner",
pluginArtifact.getArtifactId() ) )
+ || StringUtils.equals( "tomcat-maven-plugin",
pluginArtifact.getArtifactId() ) )
{
JarFile jarFile = new JarFile( pluginArtifact.getFile() );
extractJarToArchive( jarFile, os, null );
diff --git
a/src/main/java/org/apache/tomcat/maven/plugin/tomcat/run/AbstractStandaloneWarMojo.java
b/src/main/java/org/apache/tomcat/maven/plugin/tomcat/run/AbstractStandaloneWarMojo.java
index 172ee98..760b2e5 100644
---
a/src/main/java/org/apache/tomcat/maven/plugin/tomcat/run/AbstractStandaloneWarMojo.java
+++
b/src/main/java/org/apache/tomcat/maven/plugin/tomcat/run/AbstractStandaloneWarMojo.java
@@ -179,7 +179,7 @@ public abstract class AbstractStandaloneWarMojo
|| StringUtils.equals( "org.apache.tomcat.embed",
pluginArtifact.getGroupId() ) //
|| StringUtils.equals( "org.eclipse.jdt.core.compiler",
pluginArtifact.getGroupId() ) //
|| StringUtils.equals( "commons-cli",
pluginArtifact.getArtifactId() ) //
- || StringUtils.equals( "tomcat-war-runner",
pluginArtifact.getArtifactId() ) )
+ || StringUtils.equals( "tomcat-maven-plugin",
pluginArtifact.getArtifactId() ) )
{
JarFile jarFile = new JarFile( pluginArtifact.getFile() );
extractJarToArchive( jarFile, os, null );
diff --git a/src/test/resources/deploy-only-war-project/pom.xml
b/src/test/resources/deploy-only-war-project/pom.xml
index 43aa2f7..1a3602b 100644
--- a/src/test/resources/deploy-only-war-project/pom.xml
+++ b/src/test/resources/deploy-only-war-project/pom.xml
@@ -44,7 +44,7 @@
</plugin>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
- <artifactId>tomcat-main-maven-plugin</artifactId>
+ <artifactId>tomcat-maven-plugin</artifactId>
<version>${project.version}</version>
</plugin>
</plugins>
@@ -59,7 +59,7 @@
</plugin>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
- <artifactId>tomcat-main-maven-plugin</artifactId>
+ <artifactId>tomcat-maven-plugin</artifactId>
<executions>
<execution>
<id>tomcat-run</id>
diff --git a/src/test/resources/deploy-war-project/pom.xml
b/src/test/resources/deploy-war-project/pom.xml
index 7717916..bb82ffd 100644
--- a/src/test/resources/deploy-war-project/pom.xml
+++ b/src/test/resources/deploy-war-project/pom.xml
@@ -44,7 +44,7 @@
</plugin>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
- <artifactId>tomcat-main-maven-plugin</artifactId>
+ <artifactId>tomcat-maven-plugin</artifactId>
<version>${project.version}</version>
</plugin>
</plugins>
@@ -59,7 +59,7 @@
</plugin>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
- <artifactId>tomcat-main-maven-plugin</artifactId>
+ <artifactId>tomcat-maven-plugin</artifactId>
<executions>
<execution>
<id>tomcat-run</id>
diff --git a/src/test/resources/simple-war-project/pom.xml
b/src/test/resources/simple-war-project/pom.xml
index f501fd3..43c3f80 100644
--- a/src/test/resources/simple-war-project/pom.xml
+++ b/src/test/resources/simple-war-project/pom.xml
@@ -44,7 +44,7 @@
</plugin>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
- <artifactId>tomcat-main-maven-plugin</artifactId>
+ <artifactId>tomcat-maven-plugin</artifactId>
<version>${project.version}</version>
</plugin>
</plugins>
@@ -59,7 +59,7 @@
</plugin>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
- <artifactId>tomcat-main-maven-plugin</artifactId>
+ <artifactId>tomcat-maven-plugin</artifactId>
<executions>
<execution>
<id>tomcat-run</id>
diff --git a/src/test/resources/tomcat-run-multi-config/pom.xml
b/src/test/resources/tomcat-run-multi-config/pom.xml
index 6f521cd..c9a4a58 100644
--- a/src/test/resources/tomcat-run-multi-config/pom.xml
+++ b/src/test/resources/tomcat-run-multi-config/pom.xml
@@ -40,7 +40,7 @@
<plugins>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
- <artifactId>tomcat-main-maven-plugin</artifactId>
+ <artifactId>tomcat-maven-plugin</artifactId>
<version>${project.version}</version>
</plugin>
</plugins>
@@ -56,7 +56,7 @@
</plugin>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
- <artifactId>tomcat-main-maven-plugin</artifactId>
+ <artifactId>tomcat-maven-plugin</artifactId>
<executions>
<execution>
<id>tomcat-run</id>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]