nielsbasjes opened a new issue, #1453:
URL: https://github.com/apache/maven-release/issues/1453

   ### Affected version
   
   3.3.1
   
   ### Bug description
   
   I have a project where I have the antrun plugin generate a file. 
   One of the configuration parameters in that antrun is this:
   `<pathconvert targetos="unix" pathsep="&quot;,&#xD;        &quot;" 
property="my-file-list" refid="packagedRules">`
   
   The multiple spaces in the pathsep are needed as shown.
   After doing a `mvn release:prepare` not only the version in the pom.xml has 
been updated but this line has been changed to where the multiple spaces have 
been replaced by a single space.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to