From 66652bfad76e4149375ce7b305ecac41c59ca84c Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Wed, 12 Jun 2019 05:32:29 -0400 Subject: Update POM --- pom.xml | 129 ++++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 69 insertions(+), 60 deletions(-) diff --git a/pom.xml b/pom.xml index ef230cb..892d01d 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ 1.0-SNAPSHOT jar everge - Simple regex-based text processin + Simple regex-based text processing http://www.github.com/bculkin2442/everge @@ -82,65 +82,6 @@ maven-project-info-reports-plugin 3.0.0 - - org.apache.maven.plugins - maven-source-plugin - 2.2.1 - - - attach-sources - - jar-no-fork - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.9.1 - - - attach-javadocs - - jar - - - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.5 - - - sign-artifacts - verify - - sign - - - - - - com.github.github - site-maven-plugin - 0.9 - - - - site - - site-deploy - - github - Building site for my project - ${site.path} - true - - - - @@ -152,6 +93,74 @@ + + + release + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + com.github.github + site-maven-plugin + 0.9 + + + + site + + site-deploy + + github + Building site for my project + ${site.path} + true + + + + + + + + -- cgit v1.2.3