A personal maven repository for artifacts not tracked in a central repository.
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>