Skip to content

Commit

Permalink
Merge pull request #16 from jamezp/issue15
Browse files Browse the repository at this point in the history
[15] Upgrade the formatter-maven-plugin to 2.22.0 and enable resource…
  • Loading branch information
jamezp authored Feb 7, 2023
2 parents 797f0d4 + 477bea4 commit 25122e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion parent-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

<version.surefire.plugin>3.0.0-M7</version.surefire.plugin>
<version.nexus.staging.maven.plugin>1.6.13</version.nexus.staging.maven.plugin>
<version.formatter.maven.plugin>2.21.0</version.formatter.maven.plugin>
<version.formatter.maven.plugin>2.22.0</version.formatter.maven.plugin>
<version.impsort.maven.plugin>1.8.0</version.impsort.maven.plugin>
</properties>

Expand Down Expand Up @@ -108,6 +108,7 @@
<cachedir>.cache</cachedir>
<configFile>eclipse-code-formatter.xml</configFile>
<configXmlFile>resteasy-xml.properties</configXmlFile>
<includeResources>true</includeResources>
<lineEnding>LF</lineEnding>
<removeTrailingWhitespace>true</removeTrailingWhitespace>
<skip>${skipFormatting}</skip>
Expand Down

0 comments on commit 25122e7

Please sign in to comment.