JAVA-15409: Fix formatting of POMs (#12992)

This commit is contained in:
freelansam
2022-11-18 00:26:06 +05:30
committed by GitHub
parent f97b7e631a
commit 188201d324
62 changed files with 235 additions and 214 deletions

View File

@@ -62,9 +62,10 @@
<verbose>false</verbose>
</configuration>
</execution>
<!-- This is for delomboking also your tests sources. <execution> <id>test-delombok</id>
<phase>generate-test-sources</phase> <goals> <goal>testDelombok</goal> </goals> <configuration> <verbose>false</verbose>
</configuration> </execution> -->
<!-- This is for delomboking also your tests sources. -->
<!--<execution> <id>test-delombok</id> -->
<!-- <phase>generate-test-sources</phase> <goals> <goal>testDelombok</goal> </goals> -->
<!--<configuration> <verbose>false</verbose> </configuration> </execution> -->
</executions>
</plugin>
</plugins>