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

Use sortpom-maven-plugin to check pom formatting #11

Closed
wants to merge 2 commits into from
Closed

Conversation

sbernard31
Copy link
Owner

This to help to have consistent formatting for all pom.xml files using sortpom-maven-plugin

mvn clean install will fail if pom are not formatted correctly

It is possible to check all pom.xml with : mvn com.github.ekryd.sortpom:sortpom-maven-plugin:verify -PallPom
Or to format all pom.xml with : mvn com.github.ekryd.sortpom:sortpom-maven-plugin:sort -PallPom

Current issue :

@github-actions
Copy link

github-actions bot commented Jul 6, 2022

Maven Build failed ! (more details)

Ensure your code build locally using:

mvn clean install

@github-actions
Copy link

github-actions bot commented Jul 6, 2022

ℹ️ Some tips :

If documentation or those automatic comments are not clear enough, please create a new issue to discus about how to enhance it.

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