...
|
...
|
@@ -174,7 +174,7 @@ |
|
|
</profiles>
|
|
|
|
|
|
<build>
|
|
|
<!-- <finalName>mj-aj-report_6.2.0</finalName>-->
|
|
|
<finalName>mj-aj-report_6.3.0.${timestamp}</finalName>
|
|
|
<resources>
|
|
|
<resource>
|
|
|
<directory>src/main/resources</directory>
|
...
|
...
|
@@ -183,6 +183,22 @@ |
|
|
</resources>
|
|
|
<plugins>
|
|
|
<plugin>
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
<artifactId>buildnumber-maven-plugin</artifactId>
|
|
|
<version>1.4</version>
|
|
|
<configuration>
|
|
|
<timestampFormat>yyyyMMdd</timestampFormat>
|
|
|
</configuration>
|
|
|
<executions>
|
|
|
<execution>
|
|
|
<goals>
|
|
|
<goal>create-timestamp</goal>
|
|
|
</goals>
|
|
|
</execution>
|
|
|
</executions>
|
|
|
<inherited>false</inherited>
|
|
|
</plugin>
|
|
|
<plugin>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
<configuration>
|
...
|
...
|
|