diff --git a/quartz-manager-parent/pom.xml b/quartz-manager-parent/pom.xml index 1869f6b..53e7338 100644 --- a/quartz-manager-parent/pom.xml +++ b/quartz-manager-parent/pom.xml @@ -14,7 +14,33 @@ 3.0.0-SNAPSHOT pom - + + Quartz Manager + API and UI Manager for Quartz Scheduler + + https://github.com/fabioformosa/quartz-manager + + + + Apache License 2.0 + https://github.com/fabioformosa/quartz-manager/blob/master/LICENSE + + + + + scm:git:git://github.com/fabioformosa/quartz-manager.git + scm:git:git@github.com:fabioformosa/quartz-manager.git + https://github.com/fabioformosa/quartz-manager + HEAD + + + + + Fabio Formosa + https://github.com/fabioformosa + + + quartz-manager-api quartz-manager-ui-webjar @@ -41,5 +67,120 @@ + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.0 + + 1.8 + 1.8 + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-release-plugin + 2.5.3 + + clean + build-webjar + true + false + forked-path + -Dgpg.passphrase=${gpg.passphrase} + + + + org.apache.maven.scm + maven-scm-provider-gitexe + 1.9.5 + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrh + https://oss.sonatype.org/ + true + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + none + + + + + + + + + + + release-sign-artifacts + + + performRelease + true + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + + + + \ No newline at end of file