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 87f9a4b Update version number
87f9a4b is described below
commit 87f9a4be875fd43e973768b07538db5f84c4a415
Author: remm <[email protected]>
AuthorDate: Mon May 4 08:22:52 2026 +0200
Update version number
---
build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sh b/build.sh
index 31fe4b4..048cf53 100755
--- a/build.sh
+++ b/build.sh
@@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
-export
MAVEN_OPTS="-javaagent:$HOME/.m2/repository/org/jacoco/org.jacoco.agent/0.8.13/org.jacoco.agent-0.8.13-runtime.jar=destfile=/tmp/jacoco/jacoco-it.exec
--add-opens=java.base/java.util.zip=ALL-UNNAMED
--add-opens=java.base/java.util.jar=ALL-UNNAMED
--add-opens=java.base/sun.net.www.protocol.http=ALL-UNNAMED
--add-opens=java.base/java.lang=ALL-UNNAMED"
+export
MAVEN_OPTS="-javaagent:$HOME/.m2/repository/org/jacoco/org.jacoco.agent/0.8.14/org.jacoco.agent-0.8.14-runtime.jar=destfile=/tmp/jacoco/jacoco-it.exec
--add-opens=java.base/java.util.zip=ALL-UNNAMED
--add-opens=java.base/java.util.jar=ALL-UNNAMED
--add-opens=java.base/sun.net.www.protocol.http=ALL-UNNAMED
--add-opens=java.base/java.lang=ALL-UNNAMED"
# Run the main build lifecycle + integration tests
mvn clean install failsafe:integration-test invoker:integration-test
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]