Skip to content

Commit c01c28a

Browse files
优化maven配置
1 parent d9b6359 commit c01c28a

File tree

5 files changed

+0
-37
lines changed

5 files changed

+0
-37
lines changed

sandbox-agent/pom.xml

-7
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@
1919
<build>
2020
<finalName>sandbox-agent-${project.version}</finalName>
2121
<plugins>
22-
<plugin>
23-
<groupId>org.apache.maven.plugins</groupId>
24-
<artifactId>maven-deploy-plugin</artifactId>
25-
<configuration>
26-
<skip>true</skip>
27-
</configuration>
28-
</plugin>
2922
<plugin>
3023
<groupId>org.apache.maven.plugins</groupId>
3124
<artifactId>maven-assembly-plugin</artifactId>

sandbox-core/pom.xml

-7
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,6 @@
5151
</execution>
5252
</executions>
5353
</plugin>
54-
<plugin>
55-
<groupId>org.apache.maven.plugins</groupId>
56-
<artifactId>maven-deploy-plugin</artifactId>
57-
<configuration>
58-
<skip>true</skip>
59-
</configuration>
60-
</plugin>
6154
<plugin>
6255
<groupId>org.apache.maven.plugins</groupId>
6356
<artifactId>maven-surefire-plugin</artifactId>

sandbox-debug-module/pom.xml

-9
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,6 @@
1919

2020
<build>
2121
<finalName>sandbox-debug-module-${sandbox.version}</finalName>
22-
<plugins>
23-
<plugin>
24-
<groupId>org.apache.maven.plugins</groupId>
25-
<artifactId>maven-deploy-plugin</artifactId>
26-
<configuration>
27-
<skip>true</skip>
28-
</configuration>
29-
</plugin>
30-
</plugins>
3122
</build>
3223

3324
<dependencies>

sandbox-mgr-module/pom.xml

-7
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@
3737
</execution>
3838
</executions>
3939
</plugin>
40-
<plugin>
41-
<groupId>org.apache.maven.plugins</groupId>
42-
<artifactId>maven-deploy-plugin</artifactId>
43-
<configuration>
44-
<skip>true</skip>
45-
</configuration>
46-
</plugin>
4740
</plugins>
4841
</build>
4942

sandbox-mgr-provider/pom.xml

-7
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@
3636
</execution>
3737
</executions>
3838
</plugin>
39-
<plugin>
40-
<groupId>org.apache.maven.plugins</groupId>
41-
<artifactId>maven-deploy-plugin</artifactId>
42-
<configuration>
43-
<skip>true</skip>
44-
</configuration>
45-
</plugin>
4639
</plugins>
4740
</build>
4841

0 commit comments

Comments
 (0)