Can I get the user settings from a Mojo

2006-09-28 Thread Laura Hinojosa
Is it possible to access the Users settings from a Mojo?? Thanks Laura This e-mail, and any attachments thereto, is confidential and is intended only for the individual(s) named. If you are not the intended recipient, please let us know by e-

RE: How can I create an aggregator

2006-09-26 Thread Laura Hinojosa
uilt, > then > create another module to run your plugin, then > set that module first on the list of your element. > > would this work? > > -Dan > > > > > > On 9/26/06, Laura Hinojosa <[EMAIL PROTECTED]> wrote: > > > > I did that, and doesn'

RE: How can I create an aggregator

2006-09-26 Thread Laura Hinojosa
tor to the javadoc comment on the Mojo class; that'll ensure the plugin runs after all modules have been built. -- Kenney Laura Hinojosa wrote: > I'm having trouble with a plug-in that we are developing because of this > improvement: > > * MNG-764 - pom with modules should fa

RE: Is possible to create another packaging like pom

2006-09-26 Thread Laura Hinojosa
.1 your-indentifier package your-goal If you want your own packaging, you'll have to give up the multi-module build. kind regards Philippe On Mon, 2006-09-25 at 13:26 -0500, Lau

How can I create an aggregator

2006-09-25 Thread Laura Hinojosa
I'm having trouble with a plug-in that we are developing because of this improvement: * MNG-764 - pom with modules should fail if packaging is not pom or an aggregator Our plug-in has a goal that downloads projects from and MKS repository, when we try to execute this goal with a multimo

Is possible to create another packaging like pom

2006-09-25 Thread Laura Hinojosa
is it possible to create another packaging like the pom packaging?? I need to execute a plugin that I'm working on but it fails with artifacts that have the pom packaging (multimodules) I added a new packaging that does the same as the pom packaging but added a new phase to call the mojo I ne

Extend Dependency Class or Dependecies in runtime

2006-09-19 Thread Laura Hinojosa
n, is that possible?? I'm thinking something like a new packaging? My second idea was to add the dependencies in a separate section and add them and resolve them in run time Any ideas will be appreciated Thank you Laura Hinojosa T