Re: Assembly Plugin 2.1 compilation failure?

2008-10-10 Thread Wendy Smoak
On Fri, Oct 10, 2008 at 6:19 AM, Jamie Whitehouse <[EMAIL PROTECTED]> wrote: > Since the released 2.1 documentation isn't available online I thought > I'd build a site locally for reference. After checking out the tag and > running mvn site:site I get a compilation failure: ... > Any ideas? An un

Assembly Plugin 2.1 compilation failure?

2008-10-10 Thread Jamie Whitehouse
Since the released 2.1 documentation isn't available online I thought I'd build a site locally for reference. After checking out the tag and running mvn site:site I get a compilation failure: [INFO] [ERROR] BUILD FAILURE [INF

Re: [VOTE] Release Maven antrun plugin version 1.3

2008-10-10 Thread Vincent Siveton
+1 Vincent 2008/10/6 Barrie Treloar <[EMAIL PROTECTED]>: > Hi, > > This is mainly a release to upgrade the version of Ant to 1.7.1 > http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14447&styleName=Html&projectId=11125&Create=Create > > There are still a couple of issues left in JIRA: > h

Re: does maven's XML handling leave processing instructions?

2008-10-10 Thread Benjamin Bentmann
Stephen Connolly wrote: But I to am suspecting that modello might eat them for dinner. Right, anything that employs the Modello generated MavenXpp3Reader for reading the POM into memory will loose the PIs since Modello focuses on the pure data model. The other thing you might want to check

Re: does maven's XML handling leave processing instructions?

2008-10-10 Thread Benjamin Bentmann
Brett Porter wrote: The release plugin uses JDOM, not modello so whatever it leaves in it's node tree will remain. Right, processing instructions will be kept by the Release Plugin. Just captured that with the tests [0]. Benjamin [0] http://svn.apache.org/viewvc?view=rev&revision=703343