This is an automated email from the ASF dual-hosted git repository.
jsinovassinnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/master by this push:
new 4966e6c27 UNOMI-915: remove useless usage on
maven-source.plugin.version (#739)
4966e6c27 is described below
commit 4966e6c276c66e7b15d350d407c2ea4777ce30d2
Author: Jonathan SINOVASSIN-NAIK <[email protected]>
AuthorDate: Mon Nov 3 11:14:33 2025 +0100
UNOMI-915: remove useless usage on maven-source.plugin.version (#739)
---
pom.xml | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/pom.xml b/pom.xml
index f50f9358b..6dbaead05 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,6 @@
<maven-javadoc.plugin.version>3.11.2</maven-javadoc.plugin.version>
<maven-surefire.plugin.version>3.5.3</maven-surefire.plugin.version>
<maven-failsafe.plugin.version>3.5.2</maven-failsafe.plugin.version>
- <maven-source.plugin.version>3.3.1</maven-source.plugin.version>
<maven-assembly.plugin.version>3.7.1</maven-assembly.plugin.version>
<maven-dependency.plugin.version>3.8.1</maven-dependency.plugin.version>
<maven-scm-publish.plugin.version>3.2.1</maven-scm-publish.plugin.version>
@@ -839,19 +838,6 @@
<artifactId>maven-failsafe-plugin</artifactId>
<version>${maven-failsafe.plugin.version}</version>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- <version>${maven-source.plugin.version}</version>
- <executions>
- <execution>
- <id>attach-sources</id>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>${maven-assembly.plugin.version}</version>