Re: svn commit: r505870 - /maven/plugins/trunk/maven-source-plugin/pom.xml

2007-02-11 Thread Stephane Nicoll
Done. Cheers, Stéphane On 2/11/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: Looks like the release plugin is still removing the license header from the pom. I *think* it will stay there if you put it inside the tag instead of above it. In any case, it needs to be added back in svn. Thanks, --

Re: svn commit: r505870 - /maven/plugins/trunk/maven-source-plugin/pom.xml

2007-02-11 Thread Jason van Zyl
On 11 Feb 07, at 12:28 PM 11 Feb 07, Vincent Siveton wrote: The Xml declaration was missing initially. It seems that the release plugin doesn't handle as well the XML processing instruction. It's not the release plugin it's the ProjectArtifactMetadata which is rewriting the POM on deployme

Re: svn commit: r505870 - /maven/plugins/trunk/maven-source-plugin/pom.xml

2007-02-11 Thread Vincent Siveton
The Xml declaration was missing initially. It seems that the release plugin doesn't handle as well the XML processing instruction. Cheers, Vincent 2007/2/11, Wendy Smoak <[EMAIL PROTECTED]>: Looks like the release plugin is still removing the license header from the pom. I *think* it will sta

Re: svn commit: r505870 - /maven/plugins/trunk/maven-source-plugin/pom.xml

2007-02-11 Thread Wendy Smoak
Looks like the release plugin is still removing the license header from the pom. I *think* it will stay there if you put it inside the tag instead of above it. In any case, it needs to be added back in svn. Thanks, -- Wendy On 2/11/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Author: sni