Skip to content

Commit

Permalink
Configure escapeString for maven-resources-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet authored and sberyozkin committed Jun 21, 2023
1 parent ffe4bc5 commit 5088ef6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions independent-projects/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>${version.resources.plugin}</version>
<configuration>
<escapeString>\</escapeString>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 5088ef6

Please sign in to comment.