Skip to content

Commit

Permalink
fix source jar being uploaded twice
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard van Heest committed Apr 6, 2020
1 parent d6ee460 commit b307e6a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>default</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<!-- Disable this, as we have forked this library -->
Expand Down

0 comments on commit b307e6a

Please sign in to comment.