This is an automated email from the ASF dual-hosted git repository.
rmaucher 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 efd9788 Cleanup
efd9788 is described below
commit efd9788d823e0f593da99d50e252f05e59e9679d
Author: remm <[email protected]>
AuthorDate: Wed Apr 22 16:47:08 2026 +0200
Cleanup
---
pom.xml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2f297c5..bf2c971 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,19 +59,18 @@
<failsafe.version>${surefire.version}</failsafe.version>
<junit.version>4.13.2</junit.version>
- <it.sleep.time>2000</it.sleep.time>
<verifier.maven.debug>false</verifier.maven.debug>
<verifier.debugJvm>false</verifier.debugJvm>
-
<distributionReleaseUrl>https://repository.apache.org/service/local/staging/deploy/maven2</distributionReleaseUrl>
+
<distributionReleaseUrl>https://repository.apache.org/service/local/staging/deploy/maven2</distributionReleaseUrl>
<distributionSnapshotsUrl>https://repository.apache.org/content/repositories/snapshots</distributionSnapshotsUrl>
<distributionIdSnapshots>apache.snapshots.https</distributionIdSnapshots>
- <distributionSiteUrl>
-
scp://people.apache.org/www/tomcat.apache.org/maven-plugin-${project.version}</distributionSiteUrl>
+
<distributionSiteUrl>scp://people.apache.org/www/tomcat.apache.org/maven-plugin-${project.version}</distributionSiteUrl>
<sitePath>maven-plugin-trunk</sitePath>
<siteUrl>http://tomcat.apache.org/${sitePath}</siteUrl>
+ <it.sleep.time>2000</it.sleep.time>
<!-- http port used to run it test -->
<its.http.port>1973</its.http.port>
<!-- https port used to run it test -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]