Changed pom.xml to restrict javadoc generation
This commit is contained in:
parent
d12f6e2c43
commit
9400dbe875
9
pom.xml
9
pom.xml
|
|
@ -19,6 +19,15 @@
|
|||
<showDeprecation>true</showDeprecation>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<version>2.9.1</version>
|
||||
<configuration>
|
||||
<excludePackageNames>example</excludePackageNames>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<properties>
|
||||
|
|
|
|||
Loading…
Reference in New Issue