Re: wagon:upload fails only with release:perform

2009-06-09 Thread Dan Tran
if you can get release:perform to invoke launch4j:launch4j then wagon is plugin is the devil :-) So we need move the Jira to wagon-plugin instead. In the mean while you may want to try the profile suggestion ( there is plenty to example on maven build itself ) -Dan On Tue, Jun 9, 2009 at 10:1

Re: wagon:upload fails only with release:perform

2009-06-09 Thread Trevor Harmon
On Jun 9, 2009, at 10:21 AM, Dan Tran wrote: Release plugin does not know about command line goals, but only a phase goal. I'm not sure what a command line goal is. I think you mean it only works with phases, not goals. But that's contrary to both the documentation and my experience using

Re: wagon:upload fails only with release:perform

2009-06-09 Thread Dan Tran
] > Sent: Tuesday, June 09, 2009 9:51 AM > To: Maven Users List > Subject: Re: wagon:upload fails only with release:perform > > On Jun 9, 2009, at 3:26 AM, Reinhard Nägele wrote: > >> Have you tried to create an execution for the wagon plugin that is >> bound to the ins

Re: wagon:upload fails only with release:perform

2009-06-09 Thread Trevor Harmon
On Jun 9, 2009, at 3:56 AM, Reinhard Nägele wrote: I guess it should work, yes. At least I would not know why it doesn't. I filed a bug on it: http://jira.codehaus.org/browse/MRELEASE-453 Trevor - To unsubscribe, e-mail: u

RE: wagon:upload fails only with release:perform

2009-06-09 Thread Reinhard Nägele
vocaro.com] Sent: Tuesday, June 09, 2009 9:51 AM To: Maven Users List Subject: Re: wagon:upload fails only with release:perform On Jun 9, 2009, at 3:26 AM, Reinhard Nägele wrote: > Have you tried to create an execution for the wagon plugin that is > bound to the install phase inste

Re: wagon:upload fails only with release:perform

2009-06-09 Thread Trevor Harmon
On Jun 9, 2009, at 3:26 AM, Reinhard Nägele wrote: Have you tried to create an execution for the wagon plugin that is bound to the install phase instead of adding the wagon:upload to the release plugin goals? No, because the wagon:upload goal is uploading files produced by the release plu

Re: wagon:upload fails only with release:perform

2009-06-09 Thread Dan Tran
the pom looks fine, more likely the issue is from release plugin -D On Mon, Jun 8, 2009 at 11:59 PM, Trevor Harmon wrote: > Hi, > > I'm using release:perform, and it works perfectly in the standard > configuration. But now I'm trying to modify it so that an additional goal is > invoked as part of

Re: wagon:upload fails only with release:perform

2009-06-09 Thread Reinhard Nägele
Have you tried to create an execution for the wagon plugin that is bound to the install phase instead of adding the wagon:upload to the release plugin goals? Reinhard Trevor Harmon schrieb: Hi, I'm using release:perform, and it works perfectly in the standard configuration. But now I'm try

wagon:upload fails only with release:perform

2009-06-09 Thread Trevor Harmon
Hi, I'm using release:perform, and it works perfectly in the standard configuration. But now I'm trying to modify it so that an additional goal is invoked as part of the release:perform process. The additional goal is wagon:upload, which I've configured to upload some files to a server vi