This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-tck.git
The following commit(s) were added to refs/heads/main by this push:
new 75d43c8 Need to disable install as well as download
75d43c8 is described below
commit 75d43c82df10e8d09d3101363c5a3b2f648a11c4
Author: Mark Thomas <[email protected]>
AuthorDate: Sat May 23 23:27:25 2026 +0100
Need to disable install as well as download
---
download/pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/download/pom.xml b/download/pom.xml
index 5c17192..753f163 100644
--- a/download/pom.xml
+++ b/download/pom.xml
@@ -125,6 +125,8 @@
<file>${project.build.directory}/annotations-tck/artifacts/jakarta-annotations-tck-${tck.annotations.version}.jar</file>
</configuration>
</execution>
+ <!--
+ Disable as EL TCK snapshots are now available from
Maven Central
<execution>
<id>install-el-tck</id>
<phase>pre-integration-test</phase>
@@ -135,6 +137,7 @@
<file>${project.build.directory}/el-tck/artifacts/jakarta-expression-language-tck-${tck.el.version}.jar</file>
</configuration>
</execution>
+ -->
<execution>
<id>install-websocket-tck-pom</id>
<phase>pre-integration-test</phase>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]