Commit 9c60654f authored by liaozan's avatar liaozan 🏀

Initial commit

parent e4000e4e
...@@ -273,25 +273,18 @@ ...@@ -273,25 +273,18 @@
<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> <configuration>
<execution> <verbose>false</verbose>
<phase>deploy</phase> <dateFormat>yyyy-MM-dd HH:mm:ss</dateFormat>
<goals> </configuration>
<goal>revision</goal>
</goals>
<configuration>
<verbose>false</verbose>
<dateFormat>yyyy-MM-dd HH:mm:ss</dateFormat>
</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>deploy</phase> <id>source</id>
<phase>package</phase>
<goals> <goals>
<goal>jar-no-fork</goal> <goal>jar-no-fork</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