[MINVOKER-213] The plugin should escape any XML special characters (&<>) during interpolating XML files.



git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1777398 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 3555580..5de3ad6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -367,6 +367,7 @@
       </pluginRepositories>
 
       <properties>
+        <!-- See https://issues.apache.org/jira/browse/MINVOKER-213 -->
         <invokerPluginVersion>3.0.0-SNAPSHOT</invokerPluginVersion>
         <test.remote.repo.url>file://${project.build.testOutputDirectory}/remote-repository</test.remote.repo.url>
         <it.streamLogs>false</it.streamLogs>