Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Auto Closed
-
2.1
-
None
-
None
Description
After invoking release:prepare, the first lines of my pom.xml file are changed from this:
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
To this:
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
I'd prefer it if the release plugin would leave the file's line wrapping alone.
Attachments
Issue Links
- relates to
-
MRELEASE-850 mvn release:prepare reformats pom.xml comments
- Closed