Commit 39608e0a authored by liaozan's avatar liaozan 🏀

Initial commit

parent 19a2d243
...@@ -247,16 +247,25 @@ ...@@ -247,16 +247,25 @@
<plugin> <plugin>
<groupId>pl.project13.maven</groupId> <groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId> <artifactId>git-commit-id-plugin</artifactId>
<executions>
<execution>
<phase>deploy</phase>
<goals>
<goal>revision</goal>
</goals>
<configuration> <configuration>
<verbose>false</verbose>
<dateFormat>yyyy-MM-dd HH:mm:ss</dateFormat> <dateFormat>yyyy-MM-dd HH:mm:ss</dateFormat>
</configuration> </configuration>
</execution>
</executions>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId> <artifactId>maven-source-plugin</artifactId>
<executions> <executions>
<execution> <execution>
<phase>package</phase> <phase>deploy</phase>
<goals> <goals>
<goal>jar-no-fork</goal> <goal>jar-no-fork</goal>
</goals> </goals>
...@@ -270,7 +279,7 @@ ...@@ -270,7 +279,7 @@
<executions> <executions>
<execution> <execution>
<id>flatten</id> <id>flatten</id>
<phase>process-resources</phase> <phase>deploy</phase>
<goals> <goals>
<goal>flatten</goal> <goal>flatten</goal>
</goals> </goals>
...@@ -324,7 +333,7 @@ ...@@ -324,7 +333,7 @@
</execution> </execution>
<execution> <execution>
<id>buildInfo</id> <id>buildInfo</id>
<phase>compile</phase> <phase>deploy</phase>
<goals> <goals>
<goal>build-info</goal> <goal>build-info</goal>
</goals> </goals>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment