Skip to content

Commit 096ecbb

Browse files
author
Emil Forslund
committed
Javadoc should not be generated for internal packages
1 parent 16a368c commit 096ecbb

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<modelVersion>4.0.0</modelVersion>
2222
<groupId>com.github.pyknic</groupId>
2323
<artifactId>CodeGen</artifactId>
24-
<version>1.0</version>
24+
<version>1.1</version>
2525
<packaging>jar</packaging>
2626

2727
<name>CodeGen</name>
@@ -133,6 +133,10 @@
133133
</goals>
134134
</execution>
135135
</executions>
136+
<configuration>
137+
<docfilessubdirs>true</docfilessubdirs>
138+
<excludePackageNames>com.speedment.internal.*</excludePackageNames>
139+
</configuration>
136140
</plugin>
137141
<plugin>
138142
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)