|
@@ -72,61 +72,8 @@
|
|
<properties>
|
|
<properties>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
<maven.build.timestamp.format>yyyy-MM-dd_HH_mm</maven.build.timestamp.format>
|
|
<maven.build.timestamp.format>yyyy-MM-dd_HH_mm</maven.build.timestamp.format>
|
|
-
|
|
|
|
- <jdk.version>1.8</jdk.version>
|
|
|
|
-
|
|
|
|
</properties>
|
|
</properties>
|
|
<build>
|
|
<build>
|
|
- <resources>
|
|
|
|
- <resource>
|
|
|
|
- <directory>src/main/java</directory>
|
|
|
|
- <includes>
|
|
|
|
- <include>**/*.xml</include>
|
|
|
|
- </includes>
|
|
|
|
- <filtering>false</filtering>
|
|
|
|
- </resource>
|
|
|
|
- <resource>
|
|
|
|
- <directory>src/main/resources</directory>
|
|
|
|
- <includes>
|
|
|
|
- <include>**/*.properties</include>
|
|
|
|
- <include>**/*.yml</include>
|
|
|
|
- <include>**/*.xml</include>
|
|
|
|
- <include>**/*.tld</include>
|
|
|
|
- <include>**/*.xlsx</include>
|
|
|
|
- </includes>
|
|
|
|
- <filtering>false</filtering>
|
|
|
|
- </resource>
|
|
|
|
- </resources>
|
|
|
|
- <plugins>
|
|
|
|
- <plugin>
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
- <artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
- <version>1.5.2.RELEASE</version>
|
|
|
|
- <executions>
|
|
|
|
- <execution>
|
|
|
|
- <goals>
|
|
|
|
- <goal>repackage</goal>
|
|
|
|
- </goals>
|
|
|
|
- </execution>
|
|
|
|
- </executions>
|
|
|
|
- </plugin>
|
|
|
|
- <plugin>
|
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
|
- <artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
- <version>3.5.1</version>
|
|
|
|
- <configuration>
|
|
|
|
- <source>${jdk.version}</source>
|
|
|
|
- <target>${jdk.version}</target>
|
|
|
|
- <showWarnings>true</showWarnings>
|
|
|
|
- </configuration>
|
|
|
|
- </plugin>
|
|
|
|
-
|
|
|
|
- <plugin>
|
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
|
- <artifactId>maven-jar-plugin</artifactId>
|
|
|
|
- <version>2.4</version>
|
|
|
|
- <configuration></configuration>
|
|
|
|
- </plugin>
|
|
|
|
- </plugins>
|
|
|
|
|
|
+ <finalName>user_center-1.0-SNAPSHOT</finalName>
|
|
</build>
|
|
</build>
|
|
</project>
|
|
</project>
|