epnoi/external-libs

Name: external-libs

Owner: epnoi

Description: null

Created: 2015-10-23 08:49:17.0

Updated: 2015-10-23 08:49:17.0

Pushed: 2016-01-18 11:09:18.0

Homepage: null

Size: 43837

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Steps to deploy a library in this github project:
1) Install the library in your local repository:
install:install-file -Dfile=<file-path> -DgroupId=<group-id> -DartifactId=<artifact-id> -Dversion=<version> -Dpackaging=jar
2) Copy the folder structure from your local repository to this project:
r <home>/.m2/repository/<group-id> <group-id>/
3) Commit the changes:
commit -m "new library" -a
push origin mvn-repo
Steps to use this maven repository:
1) Add the the reference to this repository in your pom.xml:
ositories>
<repository>
    <id>external-libs</id>
    <url>https://raw.github.com/epnoi/external-libs/mvn-repo/</url>
    <snapshots>
        <enabled>true</enabled>
        <updatePolicy>always</updatePolicy>
    </snapshots>
</repository>
positories>

That's all!!


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.