Skip to content

Commit 29f10d0

Browse files
author
Build Pipeline
committed
skip deploy
1 parent 82afe2c commit 29f10d0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

samples.rhino/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,13 @@
8484
<build>
8585

8686
<plugins>
87+
<plugin>
88+
<groupId>org.apache.maven.plugins</groupId>
89+
<artifactId>maven-deploy-plugin</artifactId>
90+
<configuration>
91+
<skip>true</skip>
92+
</configuration>
93+
</plugin>
8794
<plugin>
8895
<groupId>org.apache.maven.plugins</groupId>
8996
<artifactId>maven-dependency-plugin</artifactId>

0 commit comments

Comments
 (0)