From 57034c35bff863550771a2c0154b255e3f81d0d4 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Tue, 11 Jun 2019 22:58:11 -0400 Subject: Update --- pom.xml | 208 ++++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 124 insertions(+), 84 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index da0125c..ef230cb 100644 --- a/pom.xml +++ b/pom.xml @@ -3,20 +3,25 @@ 4.0.0 - io.github.bculkin2442 everge 1.0-SNAPSHOT jar - everge Simple regex-based text processin http://www.github.com/bculkin2442/everge - + + + Ben Culkin + bjculkin@mix.wvu.edu + https://github.com/bculkin2442 + + - http://www.github.com/bculkin2442/everge + scm:git:git://github.com/bculkin2442/everge.git + scm:git:ssh://github.com:bculkin2442/everge.git + http://www.github.com/bculkin2442/everge/tree/master - UTF-8 1.8 @@ -39,85 +44,107 @@ test - - - - - maven-clean-plugin - 3.1.0 - - - maven-resources-plugin - 3.0.2 - - - maven-compiler-plugin - 3.8.0 - - - maven-surefire-plugin - 2.22.1 - - - maven-jar-plugin - 3.0.2 - - - maven-install-plugin - 2.5.2 - - - maven-deploy-plugin - 2.8.2 - - internal.repo::default::file://${project.build.directory}/mvn-repo - - - - maven-site-plugin - 3.7.1 - - - maven-project-info-reports-plugin - 3.0.0 - - - com.github.github - site-maven-plugin - 0.11 - - Maven artifacts for ${project.version} - true - ${project.build.directory}/mvn-repo - refs/heads/mvn-repo - - **/* - - - everge - - - bculkin2442 - - - - - - - site - - deploy - - - - - - + + + maven-clean-plugin + 3.1.0 + + + maven-resources-plugin + 3.0.2 + + + maven-compiler-plugin + 3.8.0 + + + maven-surefire-plugin + 2.22.1 + + + maven-jar-plugin + 3.0.2 + + + maven-install-plugin + 2.5.2 + + + maven-deploy-plugin + 2.8.2 + + + maven-site-plugin + 3.7.1 + + + 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 + + + + + data/ - **/*.rp **/*.txt @@ -125,12 +152,25 @@ - + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.1.0 + + + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + - internal.repo - Temporary Staging Repository - file://${project.build.directory}/mvn-repo + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ -- cgit v1.2.3