Skip to content

Commit

Permalink
skip deploy for example
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 committed Dec 16, 2021
1 parent f785e6b commit 6f708cb
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,16 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
<version>2.8.2</version>
<executions>
<execution>
<id>default-deploy</id>
<phase>deploy</phase>
<configuration>
<skip>true</skip>
</configuration>
</execution>
</executions>
</plugin>
<!-- compiler-plugin -->
<plugin>
Expand Down

0 comments on commit 6f708cb

Please sign in to comment.