This is an automated email from the ASF dual-hosted git repository.
elecharny pushed a commit to branch 2.1.X
in repository https://gitbox.apache.org/repos/asf/mina.git
The following commit(s) were added to refs/heads/2.1.X by this push:
new 37011c128 Removed a useless source dependency, and get rid of the
maven-source-plugin which is duplicate
37011c128 is described below
commit 37011c1287aca4969bcb4050116967a484d3bd64
Author: emmanuel lecharny <[email protected]>
AuthorDate: Mon Dec 30 10:16:44 2024 +0100
Removed a useless source dependency, and get rid of the maven-source-plugin
which is duplicate
---
mina-integration-xbean/pom.xml | 7 -------
pom.xml | 12 ------------
2 files changed, 19 deletions(-)
diff --git a/mina-integration-xbean/pom.xml b/mina-integration-xbean/pom.xml
index 4ea42ea7f..b36f4202a 100644
--- a/mina-integration-xbean/pom.xml
+++ b/mina-integration-xbean/pom.xml
@@ -47,13 +47,6 @@
<type>bundle</type>
</dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>mina-core</artifactId>
- <version>${project.version}</version>
- <classifier>sources</classifier>
- </dependency>
-
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>mina-core</artifactId>
diff --git a/pom.xml b/pom.xml
index 3f643a507..4bb44eaef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -823,18 +823,6 @@
<artifactId>maven-surefire-plugin</artifactId>
</plugin>
- <plugin>
- <artifactId>maven-source-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-source</id>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>