feat(scheduler): 迁移service-launcher项目
This commit is contained in:
36
pom.xml
36
pom.xml
@@ -30,6 +30,7 @@
|
||||
<module>service-check</module>
|
||||
<module>service-api</module>
|
||||
<module>service-scheduler</module>
|
||||
<module>service-launcher</module>
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
@@ -50,33 +51,21 @@
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>b1e1</id>
|
||||
<id>b2a4</id>
|
||||
<properties>
|
||||
<build-tag>b1e1</build-tag>
|
||||
<build-tag>b2a4</build-tag>
|
||||
</properties>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>b1e11</id>
|
||||
<id>b2b1</id>
|
||||
<properties>
|
||||
<build-tag>b1e11</build-tag>
|
||||
<build-tag>b2b1</build-tag>
|
||||
</properties>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>b2e1</id>
|
||||
<id>b2b5</id>
|
||||
<properties>
|
||||
<build-tag>b2e1</build-tag>
|
||||
</properties>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>b5s119</id>
|
||||
<properties>
|
||||
<build-tag>b5s119</build-tag>
|
||||
</properties>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>b2s119</id>
|
||||
<properties>
|
||||
<build-tag>b2s119</build-tag>
|
||||
<build-tag>b2b5</build-tag>
|
||||
</properties>
|
||||
</profile>
|
||||
<profile>
|
||||
@@ -85,12 +74,6 @@
|
||||
<build-tag>b2b12</build-tag>
|
||||
</properties>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>b9b9</id>
|
||||
<properties>
|
||||
<build-tag>b9b9</build-tag>
|
||||
</properties>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
<dependencyManagement>
|
||||
@@ -181,6 +164,11 @@
|
||||
<artifactId>maven-source-plugin</artifactId>
|
||||
<version>3.3.0</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-shade-plugin</artifactId>
|
||||
<version>3.3.0</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user