We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a368c commit 096ecbbCopy full SHA for 096ecbb
1 file changed
pom.xml
@@ -21,7 +21,7 @@
21
<modelVersion>4.0.0</modelVersion>
22
<groupId>com.github.pyknic</groupId>
23
<artifactId>CodeGen</artifactId>
24
- <version>1.0</version>
+ <version>1.1</version>
25
<packaging>jar</packaging>
26
27
<name>CodeGen</name>
@@ -133,6 +133,10 @@
133
</goals>
134
</execution>
135
</executions>
136
+ <configuration>
137
+ <docfilessubdirs>true</docfilessubdirs>
138
+ <excludePackageNames>com.speedment.internal.*</excludePackageNames>
139
+ </configuration>
140
</plugin>
141
<plugin>
142
<groupId>org.apache.maven.plugins</groupId>
0 commit comments