From 57034c35bff863550771a2c0154b255e3f81d0d4 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Tue, 11 Jun 2019 22:58:11 -0400 Subject: Update --- .gitignore | 1 + pom.xml | 208 ++++++++++++--------- target/site/apidocs/allclasses-frame.html | 2 +- target/site/apidocs/allclasses-noframe.html | 2 +- target/site/apidocs/bjc/replpair/ReplError.html | 2 +- target/site/apidocs/bjc/replpair/ReplPair.html | 2 +- target/site/apidocs/bjc/replpair/StageStatus.html | 2 +- .../apidocs/bjc/replpair/class-use/ReplError.html | 2 +- .../apidocs/bjc/replpair/class-use/ReplPair.html | 2 +- .../bjc/replpair/class-use/StageStatus.html | 2 +- .../site/apidocs/bjc/replpair/package-frame.html | 2 +- .../site/apidocs/bjc/replpair/package-summary.html | 2 +- target/site/apidocs/bjc/replpair/package-tree.html | 2 +- target/site/apidocs/bjc/replpair/package-use.html | 2 +- target/site/apidocs/constant-values.html | 2 +- target/site/apidocs/deprecated-list.html | 2 +- target/site/apidocs/help-doc.html | 2 +- target/site/apidocs/index-all.html | 2 +- target/site/apidocs/index.html | 2 +- target/site/apidocs/overview-tree.html | 2 +- target/site/testapidocs/allclasses-frame.html | 2 +- target/site/testapidocs/allclasses-noframe.html | 2 +- .../testapidocs/bjc/replpair/ReplPairTest.html | 2 +- .../bjc/replpair/class-use/ReplPairTest.html | 2 +- .../testapidocs/bjc/replpair/package-frame.html | 2 +- .../testapidocs/bjc/replpair/package-summary.html | 2 +- .../testapidocs/bjc/replpair/package-tree.html | 2 +- .../site/testapidocs/bjc/replpair/package-use.html | 2 +- target/site/testapidocs/constant-values.html | 2 +- target/site/testapidocs/deprecated-list.html | 2 +- target/site/testapidocs/help-doc.html | 2 +- target/site/testapidocs/index-all.html | 2 +- target/site/testapidocs/index.html | 2 +- target/site/testapidocs/overview-tree.html | 2 +- 34 files changed, 157 insertions(+), 116 deletions(-) diff --git a/.gitignore b/.gitignore index e69de29..2f7896d 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +target/ 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/ diff --git a/target/site/apidocs/allclasses-frame.html b/target/site/apidocs/allclasses-frame.html index be8bff4..880676b 100644 --- a/target/site/apidocs/allclasses-frame.html +++ b/target/site/apidocs/allclasses-frame.html @@ -2,7 +2,7 @@ - + All Classes (everge 1.0-SNAPSHOT API) diff --git a/target/site/apidocs/allclasses-noframe.html b/target/site/apidocs/allclasses-noframe.html index 83bdb19..73b6867 100644 --- a/target/site/apidocs/allclasses-noframe.html +++ b/target/site/apidocs/allclasses-noframe.html @@ -2,7 +2,7 @@ - + All Classes (everge 1.0-SNAPSHOT API) diff --git a/target/site/apidocs/bjc/replpair/ReplError.html b/target/site/apidocs/bjc/replpair/ReplError.html index e0d90ee..b8ebed1 100644 --- a/target/site/apidocs/bjc/replpair/ReplError.html +++ b/target/site/apidocs/bjc/replpair/ReplError.html @@ -2,7 +2,7 @@ - + ReplError (everge 1.0-SNAPSHOT API) diff --git a/target/site/apidocs/bjc/replpair/ReplPair.html b/target/site/apidocs/bjc/replpair/ReplPair.html index fdeac30..a58db80 100644 --- a/target/site/apidocs/bjc/replpair/ReplPair.html +++ b/target/site/apidocs/bjc/replpair/ReplPair.html @@ -2,7 +2,7 @@ - + ReplPair (everge 1.0-SNAPSHOT API) diff --git a/target/site/apidocs/bjc/replpair/StageStatus.html b/target/site/apidocs/bjc/replpair/StageStatus.html index 142c32b..d645034 100644 --- a/target/site/apidocs/bjc/replpair/StageStatus.html +++ b/target/site/apidocs/bjc/replpair/StageStatus.html @@ -2,7 +2,7 @@ - + StageStatus (everge 1.0-SNAPSHOT API) diff --git a/target/site/apidocs/bjc/replpair/class-use/ReplError.html b/target/site/apidocs/bjc/replpair/class-use/ReplError.html index 1d183d9..3c97792 100644 --- a/target/site/apidocs/bjc/replpair/class-use/ReplError.html +++ b/target/site/apidocs/bjc/replpair/class-use/ReplError.html @@ -2,7 +2,7 @@ - + Uses of Class bjc.replpair.ReplError (everge 1.0-SNAPSHOT API) diff --git a/target/site/apidocs/bjc/replpair/class-use/ReplPair.html b/target/site/apidocs/bjc/replpair/class-use/ReplPair.html index a65049b..fc7b09d 100644 --- a/target/site/apidocs/bjc/replpair/class-use/ReplPair.html +++ b/target/site/apidocs/bjc/replpair/class-use/ReplPair.html @@ -2,7 +2,7 @@ - + Uses of Class bjc.replpair.ReplPair (everge 1.0-SNAPSHOT API) diff --git a/target/site/apidocs/bjc/replpair/class-use/StageStatus.html b/target/site/apidocs/bjc/replpair/class-use/StageStatus.html index 36a5d3c..fc25f62 100644 --- a/target/site/apidocs/bjc/replpair/class-use/StageStatus.html +++ b/target/site/apidocs/bjc/replpair/class-use/StageStatus.html @@ -2,7 +2,7 @@ - + Uses of Class bjc.replpair.StageStatus (everge 1.0-SNAPSHOT API) diff --git a/target/site/apidocs/bjc/replpair/package-frame.html b/target/site/apidocs/bjc/replpair/package-frame.html index 9a33e55..73c65be 100644 --- a/target/site/apidocs/bjc/replpair/package-frame.html +++ b/target/site/apidocs/bjc/replpair/package-frame.html @@ -2,7 +2,7 @@ - + bjc.replpair (everge 1.0-SNAPSHOT API) diff --git a/target/site/apidocs/bjc/replpair/package-summary.html b/target/site/apidocs/bjc/replpair/package-summary.html index 3c87c46..21f2823 100644 --- a/target/site/apidocs/bjc/replpair/package-summary.html +++ b/target/site/apidocs/bjc/replpair/package-summary.html @@ -2,7 +2,7 @@ - + bjc.replpair (everge 1.0-SNAPSHOT API) diff --git a/target/site/apidocs/bjc/replpair/package-tree.html b/target/site/apidocs/bjc/replpair/package-tree.html index d0e2058..cd3dec6 100644 --- a/target/site/apidocs/bjc/replpair/package-tree.html +++ b/target/site/apidocs/bjc/replpair/package-tree.html @@ -2,7 +2,7 @@ - + bjc.replpair Class Hierarchy (everge 1.0-SNAPSHOT API) diff --git a/target/site/apidocs/bjc/replpair/package-use.html b/target/site/apidocs/bjc/replpair/package-use.html index 9c4a851..cfedf53 100644 --- a/target/site/apidocs/bjc/replpair/package-use.html +++ b/target/site/apidocs/bjc/replpair/package-use.html @@ -2,7 +2,7 @@ - + Uses of Package bjc.replpair (everge 1.0-SNAPSHOT API) diff --git a/target/site/apidocs/constant-values.html b/target/site/apidocs/constant-values.html index c02d309..37ab30d 100644 --- a/target/site/apidocs/constant-values.html +++ b/target/site/apidocs/constant-values.html @@ -2,7 +2,7 @@ - + Constant Field Values (everge 1.0-SNAPSHOT API) diff --git a/target/site/apidocs/deprecated-list.html b/target/site/apidocs/deprecated-list.html index e0fb380..267548e 100644 --- a/target/site/apidocs/deprecated-list.html +++ b/target/site/apidocs/deprecated-list.html @@ -2,7 +2,7 @@ - + Deprecated List (everge 1.0-SNAPSHOT API) diff --git a/target/site/apidocs/help-doc.html b/target/site/apidocs/help-doc.html index 3278c43..c77b81e 100644 --- a/target/site/apidocs/help-doc.html +++ b/target/site/apidocs/help-doc.html @@ -2,7 +2,7 @@ - + API Help (everge 1.0-SNAPSHOT API) diff --git a/target/site/apidocs/index-all.html b/target/site/apidocs/index-all.html index bf355bc..f77ac42 100644 --- a/target/site/apidocs/index-all.html +++ b/target/site/apidocs/index-all.html @@ -2,7 +2,7 @@ - + Index (everge 1.0-SNAPSHOT API) diff --git a/target/site/apidocs/index.html b/target/site/apidocs/index.html index 1c99dda..174cb8b 100644 --- a/target/site/apidocs/index.html +++ b/target/site/apidocs/index.html @@ -2,7 +2,7 @@ - + everge 1.0-SNAPSHOT API