Skip to content

Commit

Permalink
Added javadoc task back in
Browse files Browse the repository at this point in the history
  • Loading branch information
slewi committed Oct 8, 2021
1 parent b83c573 commit 8d2db7b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,27 @@

<plugins>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.0</version>
<configuration>
<author>false</author>
<breakiterator>true</breakiterator>
<doclint>accessibility,html,reference,syntax</doclint>
<keywords>true</keywords>
<version>false</version>
<source>8</source>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
Expand Down

0 comments on commit 8d2db7b

Please sign in to comment.