|
|
@@ -220,25 +220,10 @@
|
|
|
<target>1.8</target>
|
|
|
<source>1.8</source>
|
|
|
<encoding>UTF-8</encoding>
|
|
|
- <parameters>true</parameters>
|
|
|
<!-- <compilerArguments> <extdirs>lib</extdirs> </compilerArguments> -->
|
|
|
</configuration>
|
|
|
</plugin>
|
|
|
<plugin>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
- <configuration>
|
|
|
- <mainClass>shop.alien.gateway.AlienGatewayApplication</mainClass>
|
|
|
- </configuration>
|
|
|
- <executions>
|
|
|
- <execution>
|
|
|
- <goals>
|
|
|
- <goal>repackage</goal>
|
|
|
- </goals>
|
|
|
- </execution>
|
|
|
- </executions>
|
|
|
- </plugin>
|
|
|
- <plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
|
<configuration>
|