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 93f35b0  Fix plugin name
93f35b0 is described below

commit 93f35b025d0ccfc4bf3fbea81d7f3df5468d7e1a
Author: remm <[email protected]>
AuthorDate: Wed Apr 1 23:25:07 2026 +0200

    Fix plugin name
---
 .../org/apache/tomcat/maven/plugin/tomcat/run/AbstractExecWarMojo.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/tomcat-main-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat/run/AbstractExecWarMojo.java
 
b/tomcat-main-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat/run/AbstractExecWarMojo.java
index 5eb37e2..6575b52 100644
--- 
a/tomcat-main-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat/run/AbstractExecWarMojo.java
+++ 
b/tomcat-main-maven-plugin/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-war-runner", 
pluginArtifact.getArtifactId() ) )
+                    || StringUtils.equals( "tomcat-main-war-runner", 
pluginArtifact.getArtifactId() ) )
                 {
                     JarFile jarFile = new JarFile( pluginArtifact.getFile() );
                     extractJarToArchive( jarFile, os, null );


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to