Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publishing to MavenLocal #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Publishing to MavenLocal #3

wants to merge 2 commits into from

Conversation

cplepel-py
Copy link
Member

This PR adds the ability to publish the lib subproject to the local Maven repository through Gradle. This allows the Titan Algorithms lib to be used in another project being built on the same machine.

To publish the compiled jar, the source code jar, and the javadoc to the local Maven repository, simply run gradle publish.
The local Maven repository can be configured in the build.gradle file of the consuming project by adding mavenLocal() to the repositories block. The library is currently published with the groupId com.titanrobotics2022.titan-algorithms, the artifactId titan-algorithms-lib, and the version 0.0.0; the necessary dependency is thus com.titanrobotics2022.titan-algorithms:titan-algorithms-lib:0.0.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants