-
Notifications
You must be signed in to change notification settings - Fork 15
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
The plugin requires second run and makes strange aligment of configuration section #101
Comments
OK, my old project was removed. I have new one just for example what I say: vitalijr2/mock-loggers. I run the goal pom first time, it corrects POMs (reorder elements) and says in the final:
But alignment is correct. Then I run the goal check and it's failed:
Then I run pom another time and it just breaks alignment: @@ -140,8 +140,7 @@
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.6.0</version>
</plugin>
- <plugin>
- <configuration>
+ <plugin><configuration>
<flattenMode>ossrh</flattenMode>
</configuration>
<executions> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have made formatting of
pom.xml
, see the commit Tidy POM.But a workflow is failed because of
Then I run
tidy:pom
again and it makes strange things like this:I use the version 1.3.0
The text was updated successfully, but these errors were encountered: