Skip to content

Commit 57c8b52

Browse files
authored
Remove duplicated plugin, set up just above (#230)
Fixes: [WARNING] Some problems were encountered while building the effective model for jakarta.json:jakarta.json-api:bundle:2.0.0-SNAPSHOT [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-source-plugin @ line 149, column 21 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. Signed-off-by: Piotrek Zygielo <piotr@zygielo.pl>
1 parent 1d622ce commit 57c8b52

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

api/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,6 @@
146146
<arguments>${release.arguments}</arguments>
147147
</configuration>
148148
</plugin>
149-
<plugin>
150-
<groupId>org.apache.maven.plugins</groupId>
151-
<artifactId>maven-source-plugin</artifactId>
152-
</plugin>
153149
<plugin>
154150
<groupId>org.apache.maven.plugins</groupId>
155151
<artifactId>maven-javadoc-plugin</artifactId>

0 commit comments

Comments
 (0)