This is a repository containing cool functions for use with other Java programs.
Add these to pom.xml
> project
:
<repositories>
<repository>
<id>localpkg</id>
<url>https://maven.pkg.github.com/Calebh101/localpkg-java</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.calebh101</groupId>
<artifactId>localpkg</artifactId>
<version>version</version> <!-- Replace [version] with the current version -->
</dependency>
</dependencies>
- To build:
mvn package -Ppackage
- To deploy:
mvn deploy -Ppackage
- Initial release