|
@@ -164,6 +164,14 @@
|
|
|
<build>
|
|
|
<pluginManagement>
|
|
|
<plugins>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
+ <version>${spring-boot.version}</version>
|
|
|
+ <configuration>
|
|
|
+ <mainClass>com.hrsk.cloud.eg.Application</mainClass>
|
|
|
+ </configuration>
|
|
|
+ </plugin>
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
@@ -204,14 +212,7 @@
|
|
|
<version>3.0.0</version>
|
|
|
</plugin>
|
|
|
|
|
|
- <plugin>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
- <version>${spring-boot.version}</version>
|
|
|
- <configuration>
|
|
|
- <mainClass>com.hrsk.cloud.eg.Application</mainClass>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
+
|
|
|
</plugins>
|
|
|
</pluginManagement>
|
|
|
</build>
|