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

Add sortpom-maven-plugin to ensure pom.xml files are well formatted. #1285

Merged
merged 3 commits into from
Jul 13, 2022

Conversation

sbernard31
Copy link
Contributor

sortpom-maven-plugin allow to check if pom.xml file are well formatted using :

mvn com.github.ekryd.sortpom:sortpom-maven-plugin:verify -PallPom

pom.xml files can be formatted with :

mvn com.github.ekryd.sortpom:sortpom-maven-plugin:sort -PallPom

This validation will be automatically done during build, when mvn clean install is called.

All those will be automatically check on new PR using github actions. Errors will be reported like that : sbernard31#14

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.

1 participant