Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 344 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 344 Bytes

maven-repository

A personal maven repository for artifacts not tracked in a central repository.

Usage

Add the following to your pom.xml file.

<repositories>
  <repository>
    <id>aparsons-github</id>
    <url>https://github.com/aparsons/maven-repository/raw/master</url>
  </repository>
</repositories>