Try to merge the common source into the javadoc of the generated jar

2.3.0
Brett Wooldridge 10 years ago
parent c9f6d90ab2
commit ad728371dc

@ -192,15 +192,19 @@
<!-- excludePackageNames>com.zaxxer.hikari.*</excludePackageNames -->
<attach>true</attach>
<maxmemory>1024m</maxmemory>
<sourcepath>../hikaricp-common/src/main/java</sourcepath>
</configuration>
<executions>
<execution>
<id>bundle-sources</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
</build>

Loading…
Cancel
Save