This is an automated email from the ASF dual-hosted git repository.
elecharny pushed a commit to branch 2.0.X
in repository https://gitbox.apache.org/repos/asf/mina.git
The following commit(s) were added to refs/heads/2.0.X by this push:
new 3ff6d5bc7 Removed a useless source dependency, and get rid of the
maven-source-plugin which is duplicate
3ff6d5bc7 is described below
commit 3ff6d5bc7a58487081a67743636fd5981cadc092
Author: emmanuel lecharny <[email protected]>
AuthorDate: Mon Dec 30 10:23:32 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 | 13 -------------
2 files changed, 20 deletions(-)
diff --git a/mina-integration-xbean/pom.xml b/mina-integration-xbean/pom.xml
index d5c42f877..effa81ecf 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 44ae29108..f31f1fa6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -835,19 +835,6 @@
<version>${version.surefire.plugin}</version>
</plugin>
- <plugin>
- <artifactId>maven-source-plugin</artifactId>
- <version>${version.source.plugin}</version>
- <executions>
- <execution>
- <id>attach-source</id>
- <goals>
- <goal>jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>