Skip to content

Commit

Permalink
[BEAM-1717] maven-javadoc-plugin execution id should match the id in …
Browse files Browse the repository at this point in the history
…apache parent.
  • Loading branch information
amitsela authored and davorbonaci committed Mar 23, 2017
1 parent 9ac1ffc commit be0b239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>javadoc</id>
<id>attach-javadocs</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
Expand Down

0 comments on commit be0b239

Please sign in to comment.