|
@@ -10,7 +10,7 @@
|
|
|
</parent>
|
|
|
<groupId>com.xs</groupId>
|
|
|
<artifactId>tg-game-core</artifactId>
|
|
|
- <version>0.0.1-SNAPSHOT</version>
|
|
|
+ <version>1.0.0</version>
|
|
|
<name>xs-tg-game</name>
|
|
|
<description>xs-tg-game</description>
|
|
|
<properties>
|
|
@@ -230,10 +230,21 @@
|
|
|
</dependencies>
|
|
|
|
|
|
<build>
|
|
|
+ <finalName>tg-game-app</finalName>
|
|
|
<plugins>
|
|
|
<plugin>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
+ <configuration>
|
|
|
+ <mainClass>com.xs.tg.game.TgGameApplication</mainClass>
|
|
|
+ </configuration>
|
|
|
+ </plugin>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
+ <artifactId>maven-surefire-plugin</artifactId>
|
|
|
+ <configuration>
|
|
|
+ <skipTests>true</skipTests>
|
|
|
+ </configuration>
|
|
|
</plugin>
|
|
|
</plugins>
|
|
|
</build>
|