Setting maven.repo.list dynamically - possible bug?

2005-07-28 Thread Lach, Thierry
I'm trying to set maven.repo.list in a plugin but it does not seem to work. We are using ear:deploy to copy ear files not only to the maven repository, but to pseudo-repositories on our test and production application servers to help ensure that all versions on all servers are identical. We use

Re: Setting maven.repo.list dynamically - possible bug?

2005-07-28 Thread Brett Porter
THis is a limitation of maven:get/set - the plugin must be initialised first. Try adding xmlns:artifact="artifact" to your maven.xml/plugin.jelly. Alternatively, use j:set scope="parent" var="maven.repo.list" ... - Brett On 7/29/05, Lach, Thierry <[EMAIL PROTECTED]> wrote: > > I'm trying to set

Re: Setting maven.repo.list dynamically - possible bug?

2005-07-31 Thread Andy Glick
On 7/29/05, Lach, Thierry <[EMAIL PROTECTED]> wrote: I'm trying to set maven.repo.list in a plugin but it does not seem to work. We are using ear:deploy to copy ear files not only to the maven repository, but to pseudo-repositories on our test and production application servers to help ensure t

RE: Setting maven.repo.list dynamically - possible bug? THANKS!

2005-07-28 Thread Lach, Thierry
uly 28, 2005 12:37 PM To: Maven Users List Subject: Re: Setting maven.repo.list dynamically - possible bug? THis is a limitation of maven:get/set - the plugin must be initialised first. Try adding xmlns:artifact="artifact" to your maven.xml/plugin.jelly. Alternatively, use j:set scope=&quo