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 9836f9e Rename
9836f9e is described below
commit 9836f9e3773dcc549c0b540bc09fd5a6177b0ad8
Author: remm <[email protected]>
AuthorDate: Wed Apr 8 23:07:43 2026 +0200
Rename
---
.../org/apache/tomcat/maven/plugin/tomcat/run/AbstractRunMojo.java | 1 -
.../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 ++--
5 files changed, 8 insertions(+), 9 deletions(-)
diff --git
a/tomcat-main-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat/run/AbstractRunMojo.java
b/tomcat-main-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat/run/AbstractRunMojo.java
index 887cee1..a379bb2 100644
---
a/tomcat-main-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat/run/AbstractRunMojo.java
+++
b/tomcat-main-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat/run/AbstractRunMojo.java
@@ -887,7 +887,6 @@ public abstract class AbstractRunMojo
}
/**
- * FIXME not sure we need all of those files with tomcat8
* Creates the Tomcat configuration directory with the necessary resources.
*
* @throws IOException if the Tomcat configuration could not be
created
diff --git
a/tomcat-main-maven-plugin/src/test/resources/deploy-only-war-project/pom.xml
b/tomcat-main-maven-plugin/src/test/resources/deploy-only-war-project/pom.xml
index 5780dd3..43aa2f7 100644
---
a/tomcat-main-maven-plugin/src/test/resources/deploy-only-war-project/pom.xml
+++
b/tomcat-main-maven-plugin/src/test/resources/deploy-only-war-project/pom.xml
@@ -44,7 +44,7 @@
</plugin>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
- <artifactId>tomcat8-maven-plugin</artifactId>
+ <artifactId>tomcat-main-maven-plugin</artifactId>
<version>${project.version}</version>
</plugin>
</plugins>
@@ -59,7 +59,7 @@
</plugin>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
- <artifactId>tomcat8-maven-plugin</artifactId>
+ <artifactId>tomcat-main-maven-plugin</artifactId>
<executions>
<execution>
<id>tomcat-run</id>
diff --git
a/tomcat-main-maven-plugin/src/test/resources/deploy-war-project/pom.xml
b/tomcat-main-maven-plugin/src/test/resources/deploy-war-project/pom.xml
index 5557285..7717916 100644
--- a/tomcat-main-maven-plugin/src/test/resources/deploy-war-project/pom.xml
+++ b/tomcat-main-maven-plugin/src/test/resources/deploy-war-project/pom.xml
@@ -44,7 +44,7 @@
</plugin>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
- <artifactId>tomcat8-maven-plugin</artifactId>
+ <artifactId>tomcat-main-maven-plugin</artifactId>
<version>${project.version}</version>
</plugin>
</plugins>
@@ -59,7 +59,7 @@
</plugin>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
- <artifactId>tomcat8-maven-plugin</artifactId>
+ <artifactId>tomcat-main-maven-plugin</artifactId>
<executions>
<execution>
<id>tomcat-run</id>
diff --git
a/tomcat-main-maven-plugin/src/test/resources/simple-war-project/pom.xml
b/tomcat-main-maven-plugin/src/test/resources/simple-war-project/pom.xml
index 760e8d9..f501fd3 100644
--- a/tomcat-main-maven-plugin/src/test/resources/simple-war-project/pom.xml
+++ b/tomcat-main-maven-plugin/src/test/resources/simple-war-project/pom.xml
@@ -44,7 +44,7 @@
</plugin>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
- <artifactId>tomcat8-maven-plugin</artifactId>
+ <artifactId>tomcat-main-maven-plugin</artifactId>
<version>${project.version}</version>
</plugin>
</plugins>
@@ -59,7 +59,7 @@
</plugin>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
- <artifactId>tomcat8-maven-plugin</artifactId>
+ <artifactId>tomcat-main-maven-plugin</artifactId>
<executions>
<execution>
<id>tomcat-run</id>
diff --git
a/tomcat-main-maven-plugin/src/test/resources/tomcat-run-multi-config/pom.xml
b/tomcat-main-maven-plugin/src/test/resources/tomcat-run-multi-config/pom.xml
index 5b2918f..6f521cd 100644
---
a/tomcat-main-maven-plugin/src/test/resources/tomcat-run-multi-config/pom.xml
+++
b/tomcat-main-maven-plugin/src/test/resources/tomcat-run-multi-config/pom.xml
@@ -40,7 +40,7 @@
<plugins>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
- <artifactId>tomcat8-maven-plugin</artifactId>
+ <artifactId>tomcat-main-maven-plugin</artifactId>
<version>${project.version}</version>
</plugin>
</plugins>
@@ -56,7 +56,7 @@
</plugin>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
- <artifactId>tomcat8-maven-plugin</artifactId>
+ <artifactId>tomcat-main-maven-plugin</artifactId>
<executions>
<execution>
<id>tomcat-run</id>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]