Skip to content

Commit e0565dc

Browse files
committed
Configure escapeString for maven-resources-plugin
1 parent ec1f4aa commit e0565dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

independent-projects/parent/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,9 @@
320320
<groupId>org.apache.maven.plugins</groupId>
321321
<artifactId>maven-resources-plugin</artifactId>
322322
<version>${version.resources.plugin}</version>
323+
<configuration>
324+
<escapeString>\</escapeString>
325+
</configuration>
323326
</plugin>
324327
<plugin>
325328
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)