Skip to content

Commit 0a80128

Browse files
committed
Remove duplicated plugins
Remove duplicated plugins
1 parent eacf130 commit 0a80128

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

pom.xml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -281,35 +281,6 @@
281281
</archive>
282282
</configuration>
283283
</plugin>
284-
<plugin>
285-
<artifactId>maven-javadoc-plugin</artifactId>
286-
<version>${maven-javadoc.version}</version>
287-
<executions>
288-
<execution>
289-
<id>attach-javadoc</id>
290-
<phase>package</phase>
291-
<goals>
292-
<goal>jar</goal>
293-
</goals>
294-
</execution>
295-
</executions>
296-
<configuration>
297-
<doclint>none</doclint>
298-
</configuration>
299-
</plugin>
300-
<plugin>
301-
<artifactId>maven-source-plugin</artifactId>
302-
<version>${maven-source.version}</version>
303-
<executions>
304-
<execution>
305-
<id>attach-sources</id>
306-
<phase>package</phase>
307-
<goals>
308-
<goal>jar-no-fork</goal>
309-
</goals>
310-
</execution>
311-
</executions>
312-
</plugin>
313284
<!-- deploy -->
314285
<plugin>
315286
<groupId>org.sonatype.central</groupId>

0 commit comments

Comments
 (0)