Skip to content

Commit 8432d45

Browse files
committed
fix skip deploy
1 parent 593458a commit 8432d45

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@
266266
<plugin>
267267
<groupId>org.apache.maven.plugins</groupId>
268268
<artifactId>maven-antrun-plugin</artifactId>
269-
<version>3.0.0</version>
270269
<executions>
271270
<execution>
272271
<id>transform-jar</id>
@@ -345,14 +344,6 @@
345344
</exclusions>
346345
</dependency>
347346
</dependencies>
348-
</plugin>
349-
<plugin>
350-
<groupId>org.apache.maven.plugins</groupId>
351-
<artifactId>maven-deploy-plugin</artifactId>
352-
<inherited>false</inherited>
353-
<configuration>
354-
<skip>true</skip>
355-
</configuration>
356347
</plugin>
357348
</plugins>
358349
</build>

0 commit comments

Comments
 (0)