[ 
http://jira.codehaus.org/browse/MRELEASE-255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_100327
 ] 

Roman Cerny edited comment on MRELEASE-255 at 6/22/07 7:02 AM:
---------------------------------------------------------------

just tested with <version>2.0-beta-6</version>


the plugin still removes all three entries (xml, svn keywords and doctype)

the plugin also changed a <developer><name> containing an umlaut from 
"&amp;ouml;" to "ö"
(which leads to an error in the team list (of the generated project site))




 was:
just tested with <version>2.0-beta-6</version>


the plugin still removes all three entries (xml, svn keywords and doctype)

the plugin also changed a <developer><name> containing an umlaut from "&ouml;" 
to "ö"
(which leads to an error in the team list (of the generated project site))



> during a release several elements are removed from the pom.xml (which should 
> be left there)
> -------------------------------------------------------------------------------------------
>
>                 Key: MRELEASE-255
>                 URL: http://jira.codehaus.org/browse/MRELEASE-255
>             Project: Maven 2.x Release Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0-beta-4
>            Reporter: Roman Cerny
>
> the following elements are removed from the pom.xml, during a release...
> <?xml version="1.0" encoding="UTF-8"?>
> <!-- SVN keywords
>  $Author: $
>  $Revision: $
>  $Date: $
> -->
> <!DOCTYPE project [
>   <!ENTITY auml    "&#228;" >
>   <!ENTITY ouml    "&#246;" >
>   <!ENTITY uuml    "&#252;" >
>   <!ENTITY szlig   "&#223;" >
> ]>

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