From ac36f171a3cebb0993cc28548635e3f654f8e325 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Tue, 18 Jun 2019 22:00:53 -0400 Subject: Initial commit --- pom.xml | 293 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 293 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..7415ace --- /dev/null +++ b/pom.xml @@ -0,0 +1,293 @@ + + + 4.0.0 + io.github.bculkin2442 + esodata + 1.0-SNAPSHOT + jar + esodata + Esoteric or uncommon data structures + http://www.github.com/bculkin2442/esodata + + + Ben Culkin + bjculkin@mix.wvu.edu + https://github.com/bculkin2442 + + + + scm:git:git://github.com/bculkin2442/esodata.git + scm:git:ssh://github.com:bculkin2442/esodata.git + http://www.github.com/bculkin2442/esodata/tree/master + + + UTF-8 + 1.8 + 1.8 + + github + + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + junit + junit + 4.11 + 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 + + + ${surefireArgLine} + + + + 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-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/ + + + + + + + org.jacoco + jacoco-maven-plugin + 0.8.2 + + + + pre-unit-test + + prepare-agent + + + + ${project.build.directory}/coverage-reports/jacoco-ut.exec + + surefireArgLine + + + + + post-unit-test + test + + report + + + + ${project.build.directory}/coverage-reports/jacoco-ut.exec + + ${project.reporting.outputDirectory}/jacoco-ut + + + + + + + + data/ + + **/*.txt + + + + + + + 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 + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrh + https://oss.sonatype.org/ + true + + + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.1.0 + + + + maven-surefire-plugin + 2.22.1 + + + maven-changes-plugin + 2.12.1 + + + maven-changelog-plugin + 2.3 + + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + -- cgit v1.2.3