Skip to content

Commit

Permalink
Removed a useless source dependency, and get rid of the maven-source-…
Browse files Browse the repository at this point in the history
…plugin which is duplicate
  • Loading branch information
elecharny committed Dec 30, 2024
1 parent 74614eb commit 8c56f4c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 251 deletions.
116 changes: 0 additions & 116 deletions mina-core/pom.xml.releaseBackup

This file was deleted.

116 changes: 0 additions & 116 deletions mina-core/pom.xml.tag

This file was deleted.

7 changes: 0 additions & 7 deletions mina-integration-xbean/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
12 changes: 0 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -827,18 +827,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>
Expand Down

0 comments on commit 8c56f4c

Please sign in to comment.