This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/main by this push:
new 7900fa3876 fix accidental dependency upload, #7196 (#7204)
7900fa3876 is described below
commit 7900fa3876af94a3190f0cc1e63c27e563df48bc
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Sun May 31 15:27:39 2026 +0200
fix accidental dependency upload, #7196 (#7204)
---
lib-p2/swtbot/pom.xml | 16 +---------------
lib-p2/tm4e/pom.xml | 16 +---------------
2 files changed, 2 insertions(+), 30 deletions(-)
diff --git a/lib-p2/swtbot/pom.xml b/lib-p2/swtbot/pom.xml
index 40e909e18f..e854628d48 100644
--- a/lib-p2/swtbot/pom.xml
+++ b/lib-p2/swtbot/pom.xml
@@ -32,6 +32,7 @@
<name>Eclipse SWTBot Wrapper</name>
<properties>
+ <maven.deploy.skip>true</maven.deploy.skip>
<swtbot.download.dir>${project.build.directory}/download</swtbot.download.dir>
<swtbot.finder.file>org.eclipse.swtbot.swt.finder_4.3.0.202506021445.jar</swtbot.finder.file>
<swtbot.finder.jar>${project.build.directory}/${project.artifactId}-${project.version}.jar</swtbot.finder.jar>
@@ -144,19 +145,4 @@
</plugins>
</build>
- <profiles>
- <profile>
- <id>apache-release</id>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
</project>
diff --git a/lib-p2/tm4e/pom.xml b/lib-p2/tm4e/pom.xml
index e1d5dbfc67..d50c016df3 100644
--- a/lib-p2/tm4e/pom.xml
+++ b/lib-p2/tm4e/pom.xml
@@ -32,6 +32,7 @@
<name>Eclipse TM4E Core Wrapper</name>
<properties>
+ <maven.deploy.skip>true</maven.deploy.skip>
<tm4e.core.download.dir>${project.build.directory}/download</tm4e.core.download.dir>
<tm4e.core.download.file>org.eclipse.tm4e.core_0.17.2.202511281144.jar</tm4e.core.download.file>
<tm4e.core.download.url>https://download.eclipse.org/tm4e/releases/0.17.2/plugins/${tm4e.core.download.file}</tm4e.core.download.url>
@@ -141,19 +142,4 @@
</plugins>
</build>
- <profiles>
- <profile>
- <id>apache-release</id>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
</project>