Skip to content

Commit

Permalink
Skip javadoc generation for internal and test packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsyrjala committed Aug 19, 2014
1 parent 769f14e commit a8d1998
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@
<links>
<link>http://docs.spring.io/spring/docs/${spring.version}/javadoc-api/</link>
</links>
<excludePackageNames>com.nitorcreations.nflow.engine.internal:com.nitorcreations.nflow.tests</excludePackageNames>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit a8d1998

Please sign in to comment.