Skip to content

Commit

Permalink
Update to javadoc 2.8 to help speed up the build a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
gashcrumb committed Jul 26, 2013
1 parent c82d95d commit e40101e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pom.xml
Expand Up @@ -353,6 +353,21 @@
<tag>hawtio-${project.version}</tag>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.8</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>

</plugins>
</build>

Expand Down

0 comments on commit e40101e

Please sign in to comment.