-
Notifications
You must be signed in to change notification settings - Fork 145
Open
Description
Using git remote get-url origin we can get url like git@github.com:TheElan/org-build-system-updater.git, from it a groupId can be extracted as github.com:TheElan -> github.com.TheElan and name as org-build-system-updater as artifactId
This way we are both compliant with jitpack scheme on other maven as well as locally without a need to setup it manually for each project. This would also work nicely with forks.
The only problem I can see here is jitpack building behavior. It looks like it doesn't clone but copy files, which means there is no git repo when it's building, might need to find some workaround either changing smth in jitpack.yml.
Metadata
Metadata
Assignees
Labels
No labels