-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#571: Remove location information when we publish under old releases
Welcome to a chicken or egg-problem. In practice we want to relocate the plugin to a new location, but if we do so without publishing the counterpart in the new location maven fails with "Could not find artifact io.github.git-commit-id:git-commit-id-maven-plugin:jar:${version}". If we publish a release under the new coordinates, maven silent ignores the plugin settings when we happen to use the old coordinates in our config (#571). As a result: The plugin is moving to a new location, but we can't encode it in the pom :-( If anyone ever asks for a relocation pom again the answer is simply: no, thanks.
- Loading branch information
TheSnoozer
committed
Aug 1, 2021
1 parent
c2d5021
commit 5bc428d
Showing
2 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters