Excluding examples from maven central

This commit is contained in:
Joakim Erdfelt 2019-04-09 16:26:38 -05:00
parent 2e46dd0a21
commit 48c22cbd20
1 changed files with 8 additions and 0 deletions

View File

@ -19,6 +19,14 @@
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<!-- No point deploying example projects -->
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>