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 42b083e Cleanup
42b083e is described below
commit 42b083ea3270fb85eff54a227acb5dbc6431a393
Author: remm <[email protected]>
AuthorDate: Mon Apr 13 22:41:56 2026 +0200
Cleanup
---
pom.xml | 4 +++-
src/it/simple-war-exec-project/pom.xml | 20 --------------------
.../src/main/tomcatconf/server.xml | 3 +--
3 files changed, 4 insertions(+), 23 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2f8464d..1a0f8ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -909,7 +909,9 @@
<goal>run</goal>
</goals>
<configuration>
-
<pomIncludes>**/simple-war-exec-project/pom.xml</pomIncludes>
+ <pomIncludes>
+
<include>**/simple-war-exec-project/pom.xml</include>
+ </pomIncludes>
<ignoreFailures>false</ignoreFailures>
<showErrors>true</showErrors>
<localRepositoryPath>${basedir}/target/it-repo</localRepositoryPath>
diff --git a/src/it/simple-war-exec-project/pom.xml
b/src/it/simple-war-exec-project/pom.xml
index f58576c..6d1fadd 100644
--- a/src/it/simple-war-exec-project/pom.xml
+++ b/src/it/simple-war-exec-project/pom.xml
@@ -25,7 +25,6 @@
<version>1.0-SNAPSHOT</version>
<packaging>war</packaging>
-
<build>
<pluginManagement>
<plugins>
@@ -34,11 +33,6 @@
<artifactId>maven-war-plugin</artifactId>
<version>3.5.1</version>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>3.15.0</version>
- </plugin>
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat-maven-plugin</artifactId>
@@ -75,18 +69,4 @@
</plugins>
</build>
- <dependencies>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-context-support</artifactId>
- <version>5.3.39</version>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.13.2</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
-
</project>
diff --git a/src/it/simple-war-exec-project/src/main/tomcatconf/server.xml
b/src/it/simple-war-exec-project/src/main/tomcatconf/server.xml
index 76ab562..6453c10 100644
--- a/src/it/simple-war-exec-project/src/main/tomcatconf/server.xml
+++ b/src/it/simple-war-exec-project/src/main/tomcatconf/server.xml
@@ -29,8 +29,7 @@
</GlobalNamingResources>
<Service name="Catalina">
- <Connector port="8080" keepAliveTimeout="1800000"
maxKeepAliveRequests="30000" maxThreads="300" />
- <Connector port="8088" keepAliveTimeout="1800000"
maxKeepAliveRequests="30000" maxThreads="300" />
+ <Connector port="8088"/>
<Engine name="Catalina" defaultHost="localhost">
<Valve className="org.apache.catalina.valves.AccessLogValve"
resolveHosts="false"
pattern="%t-ip:%a-protocol:%H-localPort:%p-path:%U-time:%D ms"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]