diff --git a/README.md b/README.md index 634edbe..7ab3261 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,29 @@ -# jargon-irods-ext -Jargon extensions based on the metalnx irods-ext database schema + +Jargon Extensions API for irods-ext + + +# Project: Jargon Extensions API - IRODS-EXT +### Date: +### Release Version: 4.2.1.0-SNAPSHOT +### git tag: + +## News + + +Extended support in Jargon for advanced iRODS mid-tier capabilities using the IRODS-EXT database + +## Requirements + +*Jargon depends on Java 1.8+ +*Jargon is built using Apache Maven2, see POM for dependencies +*Jargon supports iRODS 3.0 through iRODS 3.3.1 community, as well as iRODS 4.2.2 consortium + +## Libraries + +Jargon-core uses Maven for dependency management. See the pom.xml file for references to various dependencies. + +Note that the following bug and feature requests are logged in GitHub with related commit information [[https://github.com/DICE-UNC/jargon/issues]] + +## Bug Fixes + +## Features diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..ff60921 --- /dev/null +++ b/pom.xml @@ -0,0 +1,125 @@ + + + 4.0.0 + org.irods.jargon + jargon-irods-ext + + org.irods + jargon-pom + 4.2.1.0-SNAPSHOT + + pom + jargon-extensions + Jargon Extensions using the irods-ext database used in metalnx + + + mconway + Mike Conway + michael.c.conway@gmail.com + + developer + + + + + + org.slf4j + slf4j-api + + + org.slf4j + slf4j-log4j12 + + + log4j + log4j + + + org.mockito + mockito-all + test + + + junit + junit + test + + + org.irods.jargon + jargon-core + ${project.version} + compile + + + org.slf4j + slf4j-log4j12 + + + org.irods.jargon + jargon-extensions-if + ${project.version} + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.5 + + + **/AllTests.java + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.1 + + true + ${java.version} + ${java.version} + ${java.version} + -Xlint:-unchecked + + + + org.apache.maven.plugins + maven-release-plugin + 2.0 + + + com.google.code.maven-scm-provider-svnjava + maven-scm-provider-svnjava + 1.10 + + + + + javasvn + + false + + + + + + + production + + + + org.apache.maven.plugins + maven-compiler-plugin + + false + true + + + + + + + diff --git a/target/jargon-irods-ext-4.2.1.0-SNAPSHOT.jar b/target/jargon-irods-ext-4.2.1.0-SNAPSHOT.jar new file mode 100644 index 0000000..dee2be3 Binary files /dev/null and b/target/jargon-irods-ext-4.2.1.0-SNAPSHOT.jar differ diff --git a/target/maven-archiver/pom.properties b/target/maven-archiver/pom.properties new file mode 100644 index 0000000..bd8d97e --- /dev/null +++ b/target/maven-archiver/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Thu Dec 21 09:42:11 EST 2017 +version=4.2.1.0-SNAPSHOT +groupId=org.irods.jargon +artifactId=jargon-irods-ext