Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 447 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 447 Bytes

mvn-repo

Maven repository for my artifacts.

To use it in your project as a source of Maven plugins, add this to your POM file:

    <pluginRepositories>
        <pluginRepository>
            <id>Sashas-mvn-repo</id>
            <name>SashaOv Maven Repo</name>
            <layout>default</layout>
            <url>https://raw.github.com/SashaOv/mvn-repo/master</url>
        </pluginRepository>
    </pluginRepositories>