Skip to content

Commit

Permalink
trying to fix signature validation faling for javadocs and sources on…
Browse files Browse the repository at this point in the history
… Sonatype
  • Loading branch information
Luigi R. Viggiano committed Feb 28, 2018
1 parent d9e93ac commit ff3bf31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
<executions>
<execution>
<id>attach-sources</id>
<phase>deploy</phase>
<phase>package</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
Expand All @@ -232,7 +232,7 @@
<executions>
<execution>
<id>attach-javadocs</id>
<phase>deploy</phase>
<phase>package</phase>
<goals>
<goal>javadoc</goal>
<goal>jar</goal>
Expand Down

0 comments on commit ff3bf31

Please sign in to comment.