Skip to content

Commit

Permalink
make sure examples are not dpeloyed to maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
sannies committed Apr 26, 2022
1 parent 5b70ff3 commit ee7ecdb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,17 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.4</version>
<configuration>
<skipIfEmpty>true</skipIfEmpty>
<excludes>
<exclude>**/*</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>2.4</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down

0 comments on commit ee7ecdb

Please sign in to comment.