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 --> <!-- excludePackageNames>com.zaxxer.hikari.*</excludePackageNames -->
<attach>true</attach> <attach>true</attach>
<maxmemory>1024m</maxmemory> <maxmemory>1024m</maxmemory>
<sourcepath>../hikaricp-common/src/main/java</sourcepath>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>
<id>bundle-sources</id>
<phase>package</phase>
<goals> <goals>
<goal>jar</goal> <goal>jar-no-fork</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
</plugins> </plugins>
</pluginManagement> </pluginManagement>
</build> </build>

Loading…
Cancel
Save