|
|
|
|
@ -109,39 +109,6 @@
|
|
|
|
|
</includes>
|
|
|
|
|
</resource>
|
|
|
|
|
</resources>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<!--指定编译的jdk版本-->
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<source>1.8</source>
|
|
|
|
|
<target>1.8</target>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<!--执行单元测试的插件-->
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<skipTests>true</skipTests>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<nonFilteredFileExtensions>
|
|
|
|
|
<nonFilteredFileExtension>xlsx</nonFilteredFileExtension>
|
|
|
|
|
<nonFilteredFileExtension>xls</nonFilteredFileExtension>
|
|
|
|
|
<nonFilteredFileExtension>zip</nonFilteredFileExtension>
|
|
|
|
|
<nonFilteredFileExtension>cer</nonFilteredFileExtension>
|
|
|
|
|
<nonFilteredFileExtension>pfx</nonFilteredFileExtension>
|
|
|
|
|
<nonFilteredFileExtension>py</nonFilteredFileExtension>
|
|
|
|
|
<nonFilteredFileExtension>keystore</nonFilteredFileExtension>
|
|
|
|
|
</nonFilteredFileExtensions>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
|
|
|
|
|
</build>
|
|
|
|
|
</project>
|
|
|
|
|
|