GuntherRademacher / rr

RR - Railroad Diagram Generator
Apache License 2.0
467 stars 51 forks source link

Add ability to publish to local Maven repo #12

Closed bannmann closed 2 years ago

bannmann commented 2 years ago

This PR allows developers to publish RR to their local Maven repository directory.

In another (locally built) project, one can then declare a dependency Maven/Gradle dependency on de.bottlecaps.rr:rr-lib:1.63.

Note: my end goal is to create an RR Maven plugin. For this I will need additional (mostly harmless) changes, but I'd like to submit separate PRs for those.

bannmann commented 2 years ago

Let me know if you prefer de.bottlecaps.railroad as the group ID (or just edit the PR accordingly). I don't care either way. Usually I'd go with the root Java package name, but the "official product name" seems to be more "RR" than "Railroad".