Skip to content

Commit 538918d

Browse files
committed
chore: Drop duplicate plugin declaration
1 parent 6f376b6 commit 538918d

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

pom.xml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -266,34 +266,6 @@
266266
</configuration>
267267
</plugin>
268268

269-
<!-- Attach Javadoc and source -->
270-
<plugin>
271-
<groupId>org.apache.maven.plugins</groupId>
272-
<artifactId>maven-javadoc-plugin</artifactId>
273-
<version>${maven-javadoc-plugin.version}</version>
274-
<executions>
275-
<execution>
276-
<id>attach-javadocs</id>
277-
<goals>
278-
<goal>jar</goal>
279-
</goals>
280-
</execution>
281-
</executions>
282-
</plugin>
283-
<plugin>
284-
<groupId>org.apache.maven.plugins</groupId>
285-
<artifactId>maven-source-plugin</artifactId>
286-
<version>${maven-source-plugin.version}</version>
287-
<executions>
288-
<execution>
289-
<id>attach-sources</id>
290-
<goals>
291-
<goal>jar</goal>
292-
</goals>
293-
</execution>
294-
</executions>
295-
</plugin>
296-
297269
<!-- Integration tests execution -->
298270
<plugin>
299271
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)