diff --git a/pom.xml b/pom.xml index 03da283..ad861b7 100644 --- a/pom.xml +++ b/pom.xml @@ -9,6 +9,7 @@ 1.21.1 Plugins for Amazon S3 https://github.com/data-integrations/amazon-s3-plugins + Amazon S3 Plugins @@ -370,20 +371,89 @@ org.apache.maven.plugins maven-antrun-plugin - - org.sonatype.central - central-publishing-maven-plugin - 0.8.0 - true - - sonatype.release - false - true - - + + release + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + true + + + + attach-sources + package + + jar-no-fork + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + -Xdoclint:none + + http://download.oracle.com/javase/${jee.version}/docs/api/ + + ${project.name} ${project.version} + + CDAP Licensed under the Apache License, Version 2.0.]]> + + + + + attach-javadoc + package + + jar + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + ${gpg.passphrase} + ${gpg.useagent} + + + + + sign + + + + + + + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 + true + + sonatype.release + false + true + + + + + cloudBuild