Skip to content

Commit 6f708cb

Browse files
committed
skip deploy for example
1 parent f785e6b commit 6f708cb

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

example/pom.xml

+10-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,16 @@
1818
<plugin>
1919
<groupId>org.apache.maven.plugins</groupId>
2020
<artifactId>maven-deploy-plugin</artifactId>
21-
<configuration>
22-
<skip>true</skip>
23-
</configuration>
21+
<version>2.8.2</version>
22+
<executions>
23+
<execution>
24+
<id>default-deploy</id>
25+
<phase>deploy</phase>
26+
<configuration>
27+
<skip>true</skip>
28+
</configuration>
29+
</execution>
30+
</executions>
2431
</plugin>
2532
<!-- compiler-plugin -->
2633
<plugin>

0 commit comments

Comments
 (0)