diff --git a/samples/pom.xml b/samples/pom.xml index 82acf1fb..98d7b2bb 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -82,6 +82,52 @@ true + + org.apache.maven.plugins + maven-install-plugin + + + true + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + none + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + none + + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + none + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + + + true + +