[ http://jira.codehaus.org/browse/MRELEASE-45?page=comments#action_73645 ] 
            
Geoffrey De Smet commented on MRELEASE-45:
------------------------------------------

Although most of the issues are now fixed, which is a huge improvement and 
enables the use of release:prepare, there are still 2 problems to reopen it.

<?xml version="1.0" encoding="UTF-8"?>
<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";>

turns into

<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";>


So:
- the ?xml version ... is removed (which gives problems for some xml editors)
- the newline inside the xsd is removed (which makes the pom.xml a little bit 
unreadable.

> release plugin removes xml comments and attributes
> --------------------------------------------------
>
>                 Key: MRELEASE-45
>                 URL: http://jira.codehaus.org/browse/MRELEASE-45
>             Project: Maven 2.x Release Plugin
>          Issue Type: Bug
>            Reporter: Vincent Siveton
>         Assigned To: Brett Porter
>             Fix For: 2.0-beta-4
>
>
> I noticed that maven-release-plugin has removed some elements in pom.xml 
> files, during beta1 transition :
> * xml encoding;
> * Apache license;
> * xsd reference (Regression bug MNG-596)
> Try a svn diff between 289378 and 289532 revisions for 
> components\maven-plugins\maven-site-plugin\pom.xml

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to