thorrsson / github-maven-package-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Maven Package Example

Overview

An example GitHub Package Registry package using Java and Maven

Installation

Add the dependency to your pom.xml file:

<dependency>
    <groupId>com.github.thorrsson</groupId>
    <artifactId>github-maven-package-example</artifactId>
    <version>VERSION</version>
</dependency>

Then run from the root dir of the project:

mvn install

About


Languages

Language:Java 100.0%