diff --git a/pom.xml b/pom.xml index fc521a0..e2e2ff8 100644 --- a/pom.xml +++ b/pom.xml @@ -1,229 +1,335 @@ - 4.0.0 - org.phenopackets - phenopackets-api - 0.0.6-SNAPSHOT - jar - ${project.groupId}:${project.artifactId} - Reference implementation for the Phenopackets specification - http://phenopackets.org - 2016 - - - The BSD 3-Clause License - https://opensource.org/licenses/BSD-3-Clause - repo - - - - - Chris Mungall - cjmungall@lbl.gov - Monarch Initiative - http://monarchinitiative.org - - - Jules Jacobsen - jj8@sanger.ac.uk - Sanger Institute - http://sanger.ac.uk - - - - scm:git:https://github.com/phenopackets/phenopacket-reference-implementation.git - scm:git:git@github.com:phenopackets/phenopacket-reference-implementation.git - - https://github.com/phenopackets/phenopacket-reference-implementation - HEAD - - - Travis CI - https://travis-ci.org/phenopackets/phenopacket-reference-implementation - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + org.phenopackets + phenopackets-api + 0.0.6-SNAPSHOT + jar + ${project.groupId}:${project.artifactId} + Reference implementation for the Phenopackets specification + http://phenopackets.org + 2016 + + + The BSD 3-Clause License + https://opensource.org/licenses/BSD-3-Clause + repo + + + + + Chris Mungall + cjmungall@lbl.gov + Monarch Initiative + http://monarchinitiative.org + + + Jules Jacobsen + jj8@sanger.ac.uk + Sanger Institute + http://sanger.ac.uk + + + + scm:git:https://github.com/phenopackets/phenopacket-reference-implementation.git + scm:git:git@github.com:phenopackets/phenopacket-reference-implementation.git + https://github.com/phenopackets/phenopacket-reference-implementation + HEAD + + + Travis CI + https://travis-ci.org/phenopackets/phenopacket-reference-implementation + - - UTF-8 - 1.8 - + + 3.0.4 + + + 1.8 + [1.8,) + [3.0.4,) + UTF-8 + UTF-8 + - - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + - - - doclint-java8-disable - - [1.8,) - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - -Xdoclint:none - - - - - - + + + + + org.apache.maven.plugins + maven-clean-plugin + 3.0.0 + + + org.apache.maven.plugins + maven-compiler-plugin + 3.5.1 + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8.2 + + + org.apache.maven.plugins + maven-enforcer-plugin + 1.4.1 + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + org.apache.maven.plugins + maven-install-plugin + 2.5.2 + + + org.apache.maven.plugins + maven-jar-plugin + 3.0.1 + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.4 + + true + true + true + + + + org.apache.maven.plugins + maven-release-plugin + 2.5.3 + + true + false + release + deploy + + + + org.apache.maven.plugins + maven-resources-plugin + 3.0.1 + + + org.apache.maven.plugins + maven-site-plugin + 3.5.1 + + + org.apache.maven.plugins + maven-source-plugin + 3.0.1 + + + org.apache.maven.plugins + maven-surefire-plugin + 2.19.1 + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + ${java.version} + ${java.version} + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-java + + enforce + + + + + ${maven.enforcer.maven-version} + + + ${maven.enforcer.jdk-version} + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.3 - true - - ossrh - https://oss.sonatype.org/ - true - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.5 - - - sign-artifacts - verify - - sign - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - ${java.version} - ${java.version} - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.19 - - - **/FooTest.java - - - + + + com.google.guava + guava + 19.0 + + + commons-io + commons-io + 2.2 + + + com.github.jsonld-java + jsonld-java + 0.8.3 + + + com.io-informatics.oss + jackson-jsonld + 0.0.5 + + + jackson-annotations + com.fasterxml.jackson.core + + + jackson-core + com.fasterxml.jackson.core + + + jackson-databind + com.fasterxml.jackson.core + + + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + 2.5.4 + + + com.fasterxml.jackson.module + jackson-module-jsonSchema + 2.7.2 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-protobuf + 2.7.2 + + + org.apache.jena + apache-jena-libs + pom + 2.12.1 + + + junit + junit + 4.12 + test + + + org.hamcrest + hamcrest-core + 1.3 + test + + + ch.qos.logback + logback-classic + 1.1.7 + test + + - - 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 - - - - - - - - - - - com.google.guava - guava - 19.0 - - - commons-io - commons-io - 2.2 - - - com.github.jsonld-java - jsonld-java - 0.8.3 - - - com.io-informatics.oss - jackson-jsonld - 0.0.5 - - - jackson-annotations - com.fasterxml.jackson.core - - - jackson-core - com.fasterxml.jackson.core - - - jackson-databind - com.fasterxml.jackson.core - - - - - com.fasterxml.jackson.dataformat - jackson-dataformat-yaml - 2.5.4 - - - com.fasterxml.jackson.module - jackson-module-jsonSchema - 2.7.2 - - - com.fasterxml.jackson.dataformat - jackson-dataformat-protobuf - 2.7.2 - - - org.apache.jena - apache-jena-libs - pom - 2.12.1 - - - junit - junit - 4.12 - test - - - org.hamcrest - hamcrest-core - 1.3 - test - - - ch.qos.logback - logback-classic - 1.1.7 - test - - + + + doclint-java8-disable + + [1.8,) + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + -Xdoclint:none + + + + + + + release + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar-no-fork + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + true + + ossrh + https://oss.sonatype.org/ + true + + + + + +