Skip to content

#465: relocate the group-id and artifact-id of the maven-plugin #565

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

Merged
merged 9 commits into from
Jul 8, 2021

Conversation

TheSnoozer
Copy link
Collaborator

@TheSnoozer TheSnoozer commented Jun 11, 2021

relocate the maven-plugin from

<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>

to

<groupId>io.github.git-commit-id</groupId>
<artifactId>git-commit-id-maven-plugin</artifactId>

See #465 for details.

Context

Contributor Checklist

  • Added relevant integration or unit tests to verify the changes
  • Update the Readme or any other documentation (including relevant Javadoc)
  • Ensured that tests pass locally: mvn clean package
  • Ensured that the code meets the current checkstyle coding style definition: mvn clean verify -Pcheckstyle -Dmaven.test.skip=true -B

…ct13.maven</groupId>` to `<groupId>io.github.git-commit-id</groupId>` and `<artifactId>git-commit-id-plugin</artifactId>` to `<artifactId>git-commit-id-maven-plugin</artifactId>`
@TheSnoozer TheSnoozer added this to the 5.0.0 milestone Jun 11, 2021
@TheSnoozer
Copy link
Collaborator Author

TODO for myself: Enhance Readme with references to OLD and NEW group+artifact combo.

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

Successfully merging this pull request may close these issues.

Rename project to comply with maven convention and rename artifact id to provide better general clarity
1 participant