Skip to content

Commit

Permalink
Fix a build bug where javadoc is generated twice
Browse files Browse the repository at this point in the history
  • Loading branch information
trustin committed Jul 10, 2012
1 parent 2ef8b23 commit 787f5b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion all/pom.xml
Expand Up @@ -246,7 +246,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 787f5b2

Please sign in to comment.