Skip to content

Commit

Permalink
Make sure plugin phase is not executed twice.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Jun 16, 2023
1 parent 4342592 commit 7f2bad6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar-no-fork</goal>
Expand All @@ -172,6 +173,7 @@
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
Expand Down

0 comments on commit 7f2bad6

Please sign in to comment.