This is an automated email from the ASF dual-hosted git repository.

jsinovassinnaik pushed a commit to branch fix-build
in repository https://gitbox.apache.org/repos/asf/unomi.git

commit 78cfe33dab60bd7b9e6ae846d313b876fb9b05a3
Author: jsinovassin <[email protected]>
AuthorDate: Mon Nov 3 11:00:32 2025 +0100

    UNOMI-915: remove useless usage on maven-source.plugin.version
---
 pom.xml | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/pom.xml b/pom.xml
index f50f9358b..e975fe64d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -839,19 +839,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>

Reply via email to