Skip to content

Commit

Permalink
Add javadoc plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
malensek committed Jan 14, 2016
1 parent cd9c170 commit 22c8e4e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Expand Up @@ -110,6 +110,20 @@
</execution>
</executions>
</plugin>

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

Expand Down

0 comments on commit 22c8e4e

Please sign in to comment.