Just for records, I'd like to state that you're creating something that is
not the Maven way. In Maven, projects should be self-contained and only
rely on dependencies to artifacts (not source code).

/Anders


On Thu, Dec 13, 2012 at 2:13 PM, Marcos Mendez <mar...@jitisoft.com> wrote:

> reactor projects in the plugin are not all the projects and i'm not going
> to force the user to run things from a top-level project. i'm interested in
> simple properties not building or doing anything else with the project. my
> plugin does just that with a little elbow grease. i could also just parsed
> the pom files myself for what i need...
>
> On Dec 13, 2012, at 7:14, Stephen Connolly <
> stephen.alan.conno...@gmail.com> wrote:
>
> > FYI: You should look for them in the list of reactor project first before
> > resorting to building a new model. Otherwise subtle effects to do with
> > order of installation into the maven repository can creep in
> >
> >
> > On 13 December 2012 11:53, Marcos Mendez <mar...@jitisoft.com> wrote:
> >
> >> Well. figured it out. Thanks.
> >>
> >> Found a way to get the root module. Then figured out how to load the
> >> modules by using the maven project builder.
> >>
> >> On Dec 13, 2012, at 6:47 AM, Anders Hammar wrote:
> >>
> >>> I don't know, but I would look in the source code of some open source
> >> maven
> >>> plugin that does similar things. Try the javadoc plugin as I believe it
> >> has
> >>> an aggregate goal.
> >>>
> >>> /Anders
> >>>
> >>>
> >>> On Thu, Dec 13, 2012 at 11:55 AM, Marcos Mendez <mar...@jitisoft.com>
> >> wrote:
> >>>
> >>>>
> >>>> Does anyone know to get children modules as MavenProjects?
> >>>>
> >>>> I'm building a plugin. I've already created something to find the
> parent
> >>>> project from any child project. Now I want to find a specific project
> by
> >>>> group and artifact ids. So I need to traverse the hierarchy from any
> >> child
> >>>> module. I can go up, but I need to be able to get the child modules as
> >>>> projects and repeat the process recursively.
> >>>> ---------------------------------------------------------------------
> >>>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> >>>> For additional commands, e-mail: users-h...@maven.apache.org
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> >> For additional commands, e-mail: users-h...@maven.apache.org
> >>
> >>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

Reply via email to