You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.
With my last contribution I had to struggle with changes that came from upstream. They were due to formatting issues in pom.xml.
As a suggestion: you could use the sortpom-maven-plugin to do this.
I other projects we decided to always format the code. In order verify that no unformatted file is introduced in the main stream, the pull request build executed a profile with the goal verify instead to fail the build.
Summary of the Feature
With my last contribution I had to struggle with changes that came from upstream. They were due to formatting issues in pom.xml.
As a suggestion: you could use the sortpom-maven-plugin to do this.
I other projects we decided to always format the code. In order verify that no unformatted file is introduced in the main stream, the pull request build executed a profile with the goal
verify
instead to fail the build.Example:
This is up to you. Consider this more of a suggestion.
Acceptance Criteria
In case you want to do this
Definition of Done
The text was updated successfully, but these errors were encountered: