vivo-project/dependencies

Name: dependencies

Owner: VIVO Project

Description: Distribution of required dependencies not provided by Maven central

Created: 2015-11-12 15:31:36.0

Updated: 2016-03-10 15:07:50.0

Pushed: 2016-03-10 15:07:50.0

Homepage: null

Size: 4989

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

VIVO Dependencies

Distribution of required dependencies not provided by Maven central

Adding artefacts to this project

Create a Maven project, and include a deploy plugin configuration:

Note: should point to the file location where this project has been cloned

<artifactId>maven-deploy-plugin</artifactId>
<executions>
    <execution>
        <id>install-agrovocws</id>
        <phase>validate</phase>
        <goals>
            <goal>deploy-file</goal>
        </goals>
        <configuration>
            <url>file:/[file location]/url>
            <file>[name of file in system]</file>
            <groupId>org.vivoweb.dependencies</groupId>
            <artifactId>[artifact name]</artifactId>
            <version>[artifact version]</version>
            <packaging>[format - usually jar]</packaging>
        </configuration>
    </execution>
</executions>

Simply getting Maven to load the pom - e.g. mvn install - will cause the file to be deployed to the location provided.

After “deployment”, the project can be checked in to make available on GitHub.

Licenses

Apache License 2.0

csv

BSD

sparqltag

GNU LGPL 3

fedora-client

JRL 1.5

jai_codec jai_core

ORCID API client

Written as part of the ORCID A&I grant. Source is available at https://github.com/j2blake/orcid-api-client


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.