Skip to content

Commit 3160224

Browse files
committed
remove sources plugin - duplicate
1 parent 2d0d403 commit 3160224

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -100,21 +100,6 @@
100100
<threadCount>1</threadCount>
101101
</configuration>
102102
</plugin>
103-
<plugin>
104-
<artifactId>maven-source-plugin</artifactId>
105-
<version>${maven.source.plugin.version}</version>
106-
<configuration>
107-
<classifier>sources</classifier>
108-
</configuration>
109-
<executions>
110-
<execution>
111-
<id>attach-sources</id>
112-
<goals>
113-
<goal>jar</goal>
114-
</goals>
115-
</execution>
116-
</executions>
117-
</plugin>
118103
<plugin>
119104
<groupId>org.apache.maven.plugins</groupId>
120105
<artifactId>maven-enforcer-plugin</artifactId>

0 commit comments

Comments
 (0)