|
|
@ -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>
|
|
|
|