Showing
4 changed files
with
3 additions
and
16 deletions
@@ -6,7 +6,6 @@ | @@ -6,7 +6,6 @@ | ||
6 | <groupId>com.honggroup</groupId> | 6 | <groupId>com.honggroup</groupId> |
7 | <artifactId>hg-monitor-web</artifactId> | 7 | <artifactId>hg-monitor-web</artifactId> |
8 | <version>0.0.1-SNAPSHOT</version> | 8 | <version>0.0.1-SNAPSHOT</version> |
9 | - <relativePath/> <!-- lookup parent from repository --> | ||
10 | </parent> | 9 | </parent> |
11 | <groupId>com.honggroup</groupId> | 10 | <groupId>com.honggroup</groupId> |
12 | <artifactId>hg-monitor-web-base</artifactId> | 11 | <artifactId>hg-monitor-web-base</artifactId> |
@@ -34,6 +33,9 @@ | @@ -34,6 +33,9 @@ | ||
34 | <plugin> | 33 | <plugin> |
35 | <groupId>org.springframework.boot</groupId> | 34 | <groupId>org.springframework.boot</groupId> |
36 | <artifactId>spring-boot-maven-plugin</artifactId> | 35 | <artifactId>spring-boot-maven-plugin</artifactId> |
36 | + <configuration> | ||
37 | + <skip>true</skip> | ||
38 | + </configuration> | ||
37 | </plugin> | 39 | </plugin> |
38 | </plugins> | 40 | </plugins> |
39 | </build> | 41 | </build> |
@@ -6,7 +6,6 @@ | @@ -6,7 +6,6 @@ | ||
6 | <groupId>com.honggroup</groupId> | 6 | <groupId>com.honggroup</groupId> |
7 | <artifactId>hg-monitor-web</artifactId> | 7 | <artifactId>hg-monitor-web</artifactId> |
8 | <version>0.0.1-SNAPSHOT</version> | 8 | <version>0.0.1-SNAPSHOT</version> |
9 | - <relativePath/> <!-- lookup parent from repository --> | ||
10 | </parent> | 9 | </parent> |
11 | <groupId>com.honggroup</groupId> | 10 | <groupId>com.honggroup</groupId> |
12 | <artifactId>hg-monitor-web-new</artifactId> | 11 | <artifactId>hg-monitor-web-new</artifactId> |
@@ -6,7 +6,6 @@ | @@ -6,7 +6,6 @@ | ||
6 | <groupId>com.honggroup</groupId> | 6 | <groupId>com.honggroup</groupId> |
7 | <artifactId>hg-monitor-web</artifactId> | 7 | <artifactId>hg-monitor-web</artifactId> |
8 | <version>0.0.1-SNAPSHOT</version> | 8 | <version>0.0.1-SNAPSHOT</version> |
9 | - <relativePath/> <!-- lookup parent from repository --> | ||
10 | </parent> | 9 | </parent> |
11 | <groupId>com.honggroup</groupId> | 10 | <groupId>com.honggroup</groupId> |
12 | <artifactId>hg-monitor-web-tj</artifactId> | 11 | <artifactId>hg-monitor-web-tj</artifactId> |
-
Please register or login to post a comment