From 5392663881d49fed1df32c58c99f63242b38733f Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Wed, 12 Jun 2019 17:02:15 -0400 Subject: Update --- pom.xml | 91 +++++++++++++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 72 insertions(+), 19 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 892d01d..c259386 100644 --- a/pom.xml +++ b/pom.xml @@ -82,6 +82,66 @@ maven-project-info-reports-plugin 3.0.0 + + org.apache.maven.plugins + maven-release-plugin + 2.5.3 + + true + false + release + deploy + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrh + https://oss.sonatype.org/ + true + + + + org.codehaus.mojo + exec-maven-plugin + 1.6.0 + + + + Source Tagging + generate-sources + + exec + + + ctags + + -R + + + + + + Site Copy + post-site + + exec + + + rsync + + -av + --delete + target/site/ + docs/ + + + + + @@ -138,25 +198,6 @@ - - com.github.github - site-maven-plugin - 0.9 - - - - site - - site-deploy - - github - Building site for my project - ${site.path} - true - - - - @@ -170,6 +211,18 @@ + + maven-surefire-plugin + 2.22.1 + + + maven-changes-plugin + 2.12.1 + + + maven-changelog-plugin + 2.3 + -- cgit v1.2.3