|
|
@ -24,6 +24,7 @@ |
|
|
|
<jdk.version>1.8</jdk.version> |
|
|
|
<jdk.version>1.8</jdk.version> |
|
|
|
<gpg.skip>true</gpg.skip> |
|
|
|
<gpg.skip>true</gpg.skip> |
|
|
|
<maven.javadoc.skip>true</maven.javadoc.skip> |
|
|
|
<maven.javadoc.skip>true</maven.javadoc.skip> |
|
|
|
|
|
|
|
<maven.test.skip>true</maven.test.skip> |
|
|
|
</properties> |
|
|
|
</properties> |
|
|
|
|
|
|
|
|
|
|
|
<scm> |
|
|
|
<scm> |
|
|
@ -192,11 +193,6 @@ |
|
|
|
<build> |
|
|
|
<build> |
|
|
|
<pluginManagement> |
|
|
|
<pluginManagement> |
|
|
|
<plugins> |
|
|
|
<plugins> |
|
|
|
<plugin> |
|
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
|
|
|
<artifactId>maven-shade-plugin</artifactId> |
|
|
|
|
|
|
|
<version>3.2.4</version> |
|
|
|
|
|
|
|
</plugin> |
|
|
|
|
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<artifactId>maven-pmd-plugin</artifactId> |
|
|
|
<artifactId>maven-pmd-plugin</artifactId> |
|
|
@ -239,14 +235,17 @@ |
|
|
|
<artifactId>maven-surefire-plugin</artifactId> |
|
|
|
<artifactId>maven-surefire-plugin</artifactId> |
|
|
|
<version>2.22.2</version> |
|
|
|
<version>2.22.2</version> |
|
|
|
</plugin> |
|
|
|
</plugin> |
|
|
|
|
|
|
|
<plugin> |
|
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
|
|
|
<artifactId>maven-shade-plugin</artifactId> |
|
|
|
|
|
|
|
<version>3.2.4</version> |
|
|
|
|
|
|
|
</plugin> |
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
<groupId>org.codehaus.mojo</groupId> |
|
|
|
<groupId>org.codehaus.mojo</groupId> |
|
|
|
<artifactId>flatten-maven-plugin</artifactId> |
|
|
|
<artifactId>flatten-maven-plugin</artifactId> |
|
|
|
<version>1.2.7</version> |
|
|
|
<version>1.2.7</version> |
|
|
|
</plugin> |
|
|
|
</plugin> |
|
|
|
</plugins> |
|
|
|
</plugins> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</pluginManagement> |
|
|
|
</pluginManagement> |
|
|
|
|
|
|
|
|
|
|
|
<plugins> |
|
|
|
<plugins> |
|
|
@ -301,7 +300,6 @@ |
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<artifactId>maven-source-plugin</artifactId> |
|
|
|
<artifactId>maven-source-plugin</artifactId> |
|
|
|
<version>3.2.1</version> |
|
|
|
|
|
|
|
<configuration> |
|
|
|
<configuration> |
|
|
|
<attach>true</attach> |
|
|
|
<attach>true</attach> |
|
|
|
</configuration> |
|
|
|
</configuration> |
|
|
@ -317,7 +315,6 @@ |
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<artifactId>maven-gpg-plugin</artifactId> |
|
|
|
<artifactId>maven-gpg-plugin</artifactId> |
|
|
|
<version>1.6</version> |
|
|
|
|
|
|
|
<executions> |
|
|
|
<executions> |
|
|
|
<execution> |
|
|
|
<execution> |
|
|
|
<phase>verify</phase> |
|
|
|
<phase>verify</phase> |
|
|
@ -361,6 +358,33 @@ |
|
|
|
<testFailureIgnore>true</testFailureIgnore> |
|
|
|
<testFailureIgnore>true</testFailureIgnore> |
|
|
|
</configuration> |
|
|
|
</configuration> |
|
|
|
</plugin> |
|
|
|
</plugin> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<plugin> |
|
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
|
|
|
<artifactId>maven-shade-plugin</artifactId> |
|
|
|
|
|
|
|
<executions> |
|
|
|
|
|
|
|
<execution> |
|
|
|
|
|
|
|
<phase>package</phase> |
|
|
|
|
|
|
|
<goals> |
|
|
|
|
|
|
|
<goal>shade</goal> |
|
|
|
|
|
|
|
</goals> |
|
|
|
|
|
|
|
<configuration> |
|
|
|
|
|
|
|
<artifactSet> |
|
|
|
|
|
|
|
<includes> |
|
|
|
|
|
|
|
<include>${project.groupId}:${project.artifactId}</include> |
|
|
|
|
|
|
|
</includes> |
|
|
|
|
|
|
|
</artifactSet> |
|
|
|
|
|
|
|
<relocations> |
|
|
|
|
|
|
|
<relocation> |
|
|
|
|
|
|
|
<pattern>org.springframework</pattern> |
|
|
|
|
|
|
|
<shadedPattern>com.alibaba.easyexcel.support</shadedPattern> |
|
|
|
|
|
|
|
</relocation> |
|
|
|
|
|
|
|
</relocations> |
|
|
|
|
|
|
|
</configuration> |
|
|
|
|
|
|
|
</execution> |
|
|
|
|
|
|
|
</executions> |
|
|
|
|
|
|
|
</plugin> |
|
|
|
|
|
|
|
|
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
<groupId>org.codehaus.mojo</groupId> |
|
|
|
<groupId>org.codehaus.mojo</groupId> |
|
|
|
<artifactId>flatten-maven-plugin</artifactId> |
|
|
|
<artifactId>flatten-maven-plugin</artifactId> |
|
|
@ -369,6 +393,13 @@ |
|
|
|
<flattenMode>resolveCiFriendliesOnly</flattenMode> |
|
|
|
<flattenMode>resolveCiFriendliesOnly</flattenMode> |
|
|
|
</configuration> |
|
|
|
</configuration> |
|
|
|
<executions> |
|
|
|
<executions> |
|
|
|
|
|
|
|
<execution> |
|
|
|
|
|
|
|
<id>flatten.process-resources</id> |
|
|
|
|
|
|
|
<phase>process-resources</phase> |
|
|
|
|
|
|
|
<goals> |
|
|
|
|
|
|
|
<goal>flatten</goal> |
|
|
|
|
|
|
|
</goals> |
|
|
|
|
|
|
|
</execution> |
|
|
|
<execution> |
|
|
|
<execution> |
|
|
|
<id>flatten</id> |
|
|
|
<id>flatten</id> |
|
|
|
<phase>package</phase> |
|
|
|
<phase>package</phase> |
|
|
@ -385,37 +416,6 @@ |
|
|
|
</execution> |
|
|
|
</execution> |
|
|
|
</executions> |
|
|
|
</executions> |
|
|
|
</plugin> |
|
|
|
</plugin> |
|
|
|
<!-- Packaging spring's cglib --> |
|
|
|
|
|
|
|
<plugin> |
|
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
|
|
|
<artifactId>maven-shade-plugin</artifactId> |
|
|
|
|
|
|
|
<executions> |
|
|
|
|
|
|
|
<execution> |
|
|
|
|
|
|
|
<phase>package</phase> |
|
|
|
|
|
|
|
<goals> |
|
|
|
|
|
|
|
<goal>shade</goal> |
|
|
|
|
|
|
|
</goals> |
|
|
|
|
|
|
|
<configuration> |
|
|
|
|
|
|
|
<createDependencyReducedPom>false</createDependencyReducedPom> |
|
|
|
|
|
|
|
<filters> |
|
|
|
|
|
|
|
<filter> |
|
|
|
|
|
|
|
<artifact>org.springframework:spring-core</artifact> |
|
|
|
|
|
|
|
<includes> |
|
|
|
|
|
|
|
<include>org/springframework/asm/**</include> |
|
|
|
|
|
|
|
<include>org/springframework/cglib/**</include> |
|
|
|
|
|
|
|
</includes> |
|
|
|
|
|
|
|
</filter> |
|
|
|
|
|
|
|
</filters> |
|
|
|
|
|
|
|
<relocations> |
|
|
|
|
|
|
|
<relocation> |
|
|
|
|
|
|
|
<pattern>org.springframework</pattern> |
|
|
|
|
|
|
|
<shadedPattern>com.alibaba.easyexcel.support</shadedPattern> |
|
|
|
|
|
|
|
</relocation> |
|
|
|
|
|
|
|
</relocations> |
|
|
|
|
|
|
|
</configuration> |
|
|
|
|
|
|
|
</execution> |
|
|
|
|
|
|
|
</executions> |
|
|
|
|
|
|
|
</plugin> |
|
|
|
|
|
|
|
</plugins> |
|
|
|
</plugins> |
|
|
|
</build> |
|
|
|
</build> |
|
|
|
</project> |
|
|
|
</project> |
|
|
|