|
|
|
@ -154,26 +154,26 @@
|
|
|
|
|
<encoding>UTF-8</encoding>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
|
|
|
|
<version>2.8</version>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>copy-dependencies</id>
|
|
|
|
|
<phase>package</phase>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>copy-dependencies</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
<configuration>
|
|
|
|
|
<outputDirectory>${project.build.directory}/lib</outputDirectory>
|
|
|
|
|
<overWriteReleases>false</overWriteReleases>
|
|
|
|
|
<overWriteSnapshots>false</overWriteSnapshots>
|
|
|
|
|
<overWriteIfNewer>true</overWriteIfNewer>
|
|
|
|
|
</configuration>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|
<!--<plugin>-->
|
|
|
|
|
<!--<groupId>org.apache.maven.plugins</groupId>-->
|
|
|
|
|
<!--<artifactId>maven-dependency-plugin</artifactId>-->
|
|
|
|
|
<!--<version>2.8</version>-->
|
|
|
|
|
<!--<executions>-->
|
|
|
|
|
<!--<execution>-->
|
|
|
|
|
<!--<id>copy-dependencies</id>-->
|
|
|
|
|
<!--<phase>package</phase>-->
|
|
|
|
|
<!--<goals>-->
|
|
|
|
|
<!--<goal>copy-dependencies</goal>-->
|
|
|
|
|
<!--</goals>-->
|
|
|
|
|
<!--<configuration>-->
|
|
|
|
|
<!--<outputDirectory>${project.build.directory}/lib</outputDirectory>-->
|
|
|
|
|
<!--<overWriteReleases>false</overWriteReleases>-->
|
|
|
|
|
<!--<overWriteSnapshots>false</overWriteSnapshots>-->
|
|
|
|
|
<!--<overWriteIfNewer>true</overWriteIfNewer>-->
|
|
|
|
|
<!--</configuration>-->
|
|
|
|
|
<!--</execution>-->
|
|
|
|
|
<!--</executions>-->
|
|
|
|
|
<!--</plugin>-->
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
|
|
|