seralf / mvn-repo

lighweight maven repository alternative, hosted by github for testing purposes...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mvn-repo

A lighweight maven repository alternative, hosted by github in order to use jar not (already) published on the maven central repository.


pom.xml

This repository can be added as a remote maven repository, using the configuration:

<repository>
	<id>mvn-repo</id>
	<url>https://raw.githubusercontent.com/seralf/mvn-repo/master/repository</url>
	<releases>
		<enabled>true</enabled>
	</releases>
	<snapshots>
		<enabled>true</enabled>
	</snapshots>
</repository>

About

lighweight maven repository alternative, hosted by github for testing purposes...

License:Apache License 2.0