Skip to content

Commit

Permalink
fix: phase for attach-sources and attach-javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdesair committed Jul 24, 2023
1 parent 8536109 commit 2972d84
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,6 @@
<executions>
<execution>
<id>attach-sources</id>
<phase>install</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
Expand All @@ -335,7 +334,6 @@
<executions>
<execution>
<id>attach-javadocs</id>
<phase>install</phase>
<goals>
<goal>aggregate-jar</goal>
</goals>
Expand Down

0 comments on commit 2972d84

Please sign in to comment.