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

@@ -23,8 +23,8 @@
<version>0.0.1-SNAPSHOT</version>
<classifier>arbitrary</classifier>
</dependency>
<!-- For example purpose not building as it requires both JDK 8 and 11 executables on the build
machine -->
<!-- For example purpose not building as it requires both JDK 8 and 11 executables -->
<!-- on the build machine -->
<!-- <dependency> -->
<!-- <groupId>com.baeldung</groupId> -->
<!-- <artifactId>maven-classifier-example-provider</artifactId> -->

View File

@@ -31,8 +31,8 @@
<fork>true</fork>
</configuration>
</execution>
<!-- For example purpose not building as it requires both JDK 8 and 11 executables
on the build machine -->
<!-- For example purpose not building as it requires both JDK 8 and 11 executables -->
<!-- on the build machine -->
<!-- <execution> -->
<!-- <id>JDK 11</id> -->
<!-- <phase>compile</phase> -->
@@ -69,8 +69,8 @@
<goal>test-jar</goal>
</goals>
</execution>
<!-- For example purpose not building as it requires both JDK 8 and 11 executables
on the build machine -->
<!-- For example purpose not building as it requires both JDK 8 and 11 executables -->
<!-- on the build machine -->
<!-- <execution> -->
<!-- <id>default-package-jdk11</id> -->
<!-- <phase>package</phase> -->

View File

@@ -57,8 +57,8 @@
<properties>
<name>${project.name}</name>
<my.awesome.property>property-from-pom</my.awesome.property>
<!--these properties are normally set in the parent POM and would be overidden by the plugin
specific properties above. -->
<!--these properties are normally set in the parent POM -->
<!-- and would be overidden by the plugin specific properties above. -->
<!--project.build.sourceEncoding></project.build.sourceEncoding -->
<!--project.build.sourceEncoding>US-ASCII</project.build.sourceEncoding -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>