You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2007/10/01 19:23:40 UTC

svn commit: r581019 - /cocoon/trunk/core/pom.xml

Author: reinhard
Date: Mon Oct  1 10:23:38 2007
New Revision: 581019

URL: http://svn.apache.org/viewvc?rev=581019&view=rev
Log:
unfortunatly the root element has to be a single line -  otherwise the Maven release plugin removes all comments before (whatever the reason for this is

Modified:
    cocoon/trunk/core/pom.xml

Modified: cocoon/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/pom.xml?rev=581019&r1=581018&r2=581019&view=diff
==============================================================================
--- cocoon/trunk/core/pom.xml (original)
+++ cocoon/trunk/core/pom.xml Mon Oct  1 10:23:38 2007
@@ -17,13 +17,11 @@
   specific language governing permissions and limitations
   under the License.
 -->
+<!--+
+    |@version $Id$
+    +-->
+<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">
 
-<!--
-  - @version $Id$
-  -->
-<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">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>



Re: svn commit: r581019 - /cocoon/trunk/core/pom.xml

Posted by Carsten Ziegeler <cz...@apache.org>.
Joerg Heinicke wrote:
> On 17.10.2007 15:35 Uhr, Grzegorz Kossakowski wrote:
> 
>>> The reason is crap code in the maven release plugin!
>>> See http://jira.codehaus.org/browse/MRELEASE-255
> 
>> I thought that in these days reliable handling of XML is just a
>> must... :-)
> 
> OT: Unfortunately, Maven guys are not the only ones:
> http://support.liferay.com/browse/LEP-3142
> 
Unbelievable :)
Ok, granted, XML is really a new and funky technology....

Carsten

-- 
Carsten Ziegeler
cziegeler@apache.org

Re: svn commit: r581019 - /cocoon/trunk/core/pom.xml

Posted by Joerg Heinicke <jo...@gmx.de>.
On 17.10.2007 15:35 Uhr, Grzegorz Kossakowski wrote:

>> The reason is crap code in the maven release plugin!
>> See http://jira.codehaus.org/browse/MRELEASE-255

> I thought that in these days reliable handling of XML is just a must... :-)

OT: Unfortunately, Maven guys are not the only ones: 
http://support.liferay.com/browse/LEP-3142

Joerg

Re: svn commit: r581019 - /cocoon/trunk/core/pom.xml

Posted by Grzegorz Kossakowski <gk...@apache.org>.
Carsten Ziegeler pisze:
>> Log:
>> unfortunatly the root element has to be a single line -  otherwise the Maven release plugin removes all comments before (whatever the reason for this is
>>
> The reason is crap code in the maven release plugin!
> See http://jira.codehaus.org/browse/MRELEASE-255
> 
> Perhaps if people vote for this bug, the maven guys start doing
> something about it (though I really doubt it, it's more fun to develop
> maven 2.1 than fixing serious bugs).

I voted for it.

I thought that in these days reliable handling of XML is just a must... :-)

-- 
Grzegorz Kossakowski
Committer and PMC Member of Apache Cocoon
http://reflectingonthevicissitudes.wordpress.com/

Re: svn commit: r581019 - /cocoon/trunk/core/pom.xml

Posted by Carsten Ziegeler <cz...@apache.org>.
> Log:
> unfortunatly the root element has to be a single line -  otherwise the Maven release plugin removes all comments before (whatever the reason for this is
> 
The reason is crap code in the maven release plugin!
See http://jira.codehaus.org/browse/MRELEASE-255

Perhaps if people vote for this bug, the maven guys start doing
something about it (though I really doubt it, it's more fun to develop
maven 2.1 than fixing serious bugs).

Carsten


-- 
Carsten Ziegeler
cziegeler@apache.org