Skip to content

Commit

Permalink
[pom] Update htmlcompressor property usage
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Mar 18, 2024
1 parent 5d3a14e commit ecab1db
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Source/JNA/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1375,12 +1375,12 @@
<removeIntertagSpaces>true</removeIntertagSpaces>
<srcFolder>${project.basedir}/src/main/resources</srcFolder>
<targetFolder>${project.basedir}/target/classes</targetFolder>
<fileExt>
<fileExt>html</fileExt>
<fileExt>jsp</fileExt>
<fileExt>xhtml</fileExt>
<fileExt>xml</fileExt>
</fileExt>
<fileExtensions>
<fileExtension>html</fileExtension>
<fileExtension>jsp</fileExtension>
<fileExtension>xhtml</fileExtension>
<fileExtension>xml</fileExtension>
</fileExtensions>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit ecab1db

Please sign in to comment.