Skip to content

Commit

Permalink
♻️ (pom.xml): refactor XML formatting for better readability and cons…
Browse files Browse the repository at this point in the history
…istency by removing unnecessary line breaks in property definitions and options.
  • Loading branch information
jandroav committed Jan 20, 2025
1 parent 4a40418 commit 5213d50
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,7 @@
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<reportFormat>plain</reportFormat>
<systemPropertyVariables>
<com.athaydes.spockframework.report.outputDir>
${project.build.directory}/spock-reports</com.athaydes.spockframework.report.outputDir>
<com.athaydes.spockframework.report.outputDir>${project.build.directory}/spock-reports</com.athaydes.spockframework.report.outputDir>
</systemPropertyVariables>
</configuration>
</plugin>
Expand All @@ -366,8 +365,7 @@
<redirectTestOutputToFile>true</redirectTestOutputToFile>
<reportFormat>plain</reportFormat>
<systemPropertyVariables>
<com.athaydes.spockframework.report.outputDir>
${project.build.directory}/spock-reports</com.athaydes.spockframework.report.outputDir>
<com.athaydes.spockframework.report.outputDir>${project.build.directory}/spock-reports</com.athaydes.spockframework.report.outputDir>
</systemPropertyVariables>
</configuration>
<executions>
Expand Down Expand Up @@ -550,8 +548,7 @@
<fileSets>
<fileSet>
<sourceFile>${project.basedir}/pom.xml</sourceFile>
<destinationFile>
${project.basedir}/target/${project.artifactId}-${project.version}.pom</destinationFile>
<destinationFile>${project.basedir}/target/${project.artifactId}-${project.version}.pom</destinationFile>
</fileSet>
</fileSets>
</configuration>
Expand Down Expand Up @@ -789,8 +786,7 @@
<option>-dontwarn com.fasterxml.**</option>
<option>-dontwarn org.graalvm.**</option>
<option>-dontwarn com.oracle.**</option>
<option>-keepattributes
*Annotation*,EnclosingMethod,Signature</option>
<option>-keepattributes*Annotation*,EnclosingMethod,Signature</option>
</options>
</configuration>
</execution>
Expand Down

0 comments on commit 5213d50

Please sign in to comment.