From 5352870832b53d7c70720b9a5a984001002bdc54 Mon Sep 17 00:00:00 2001 From: Mark Thomas Date: Mon, 30 Apr 2018 21:29:28 +0100 Subject: [PATCH] Add pom.xml copied from commons-pool and edited for this project. --- pom.xml | 231 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 231 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..572f413 --- /dev/null +++ b/pom.xml @@ -0,0 +1,231 @@ + + + + + org.apache.commons + commons-parent + 43 + + 4.0.0 + commons-signing + 0.0.1-SNAPSHOT + Apache Commons Signing + + 2018 + The Apache Commons Code Signing Library. + + http://commons.apache.org/proper/commons-signing/ + + + jira + http://issues.apache.org/jira/browse/SIGNING + + + + scm:git:https://gitbox.apache.org/repos/asf/commons-signing.git + scm:git:https://gitbox.apache.org/repos/asf/commons-signing.git + https://gitbox.apache.org/repos/asf?p=commons-signing.git + + + + + org.apache.ant + ant + 1.9.11 + + + junit + junit + 4.12 + test + + + + + + + apache.website + Apache Commons Site + scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-signing/ + + + + + UTF-8 + UTF-8 + 1.8 + 1.8 + signing + org.apache.commons.signing + 0.0.1 + (Java 8) + SIGNING + 12322020 + signing + https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-signing + site-content + 1.16 + + + + clean verify apache-rat:check clirr:check javadoc:javadoc + + + org.apache.rat + apache-rat-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + + + 1800 + + **/Test*.java + + + + **/Test*$*.java + + + + + maven-assembly-plugin + + + src/assembly/bin.xml + src/assembly/src-tar-gz.xml + src/assembly/src-zip.xml + + gnu + + + + org.apache.maven.plugins + maven-scm-publish-plugin + + + api-* + + + + + + + + + + org.apache.maven.plugins + maven-changes-plugin + ${commons.changes.version} + + ${basedir}/src/changes/changes.xml + + src/changes + + + + + changes-report + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.17 + + ${basedir}/checkstyle.xml + false + ${basedir}/license-header.txt + + + + org.codehaus.mojo + findbugs-maven-plugin + 3.0.5 + + Normal + Default + ${basedir}/findbugs-exclude-filter.xml + + + + org.codehaus.mojo + cobertura-maven-plugin + 2.7 + + + org.apache.rat + apache-rat-plugin + + + + + + + setup-checkout + + + site-content + + + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.8 + + + prepare-checkout + pre-site + + run + + + + + + + + + + + + + + + + + + + + + + + + + + + +