Author: schulte Date: Thu Jan 5 01:28:43 2017 New Revision: 1777398 URL: http://svn.apache.org/viewvc?rev=1777398&view=rev Log: [MINVOKER-213] The plugin should escape any XML special characters (&<>) during interpolating XML files.
Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/pom.xml?rev=1777398&r1=1777397&r2=1777398&view=diff ============================================================================== --- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Thu Jan 5 01:28:43 2017 @@ -367,6 +367,7 @@ under the License. </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>