-
Notifications
You must be signed in to change notification settings - Fork 7
Enforce code style using spotless #154
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
Conversation
<executions> | ||
<execution> | ||
<goals> | ||
<goal>apply</goal> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check?
@@ -343,29 +342,6 @@ limitations under the License. | |||
<artifactId>maven-assembly-plugin</artifactId> | |||
<version>3.5.0</version> | |||
</plugin> | |||
<plugin> | |||
<groupId>org.apache.maven.plugins</groupId> | |||
<artifactId>maven-checkstyle-plugin</artifactId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be also removed from reporting profile.
I hope it will be usable, @gnodet - do you work on it |
be carefull with license header file removal #166 as we depend on this file in previous parent-pom versions |
so must be preserved until all projects switch to new parent version |
Yes, thats why I propose two steps aproach - now just set it to stable location, projects can update with dependabot or manyally with cleanup |
No description provided.