> > Not 100% sure on this, but what if you try to make 2 assemblies  
> > here? the first one for the subsub-modules (inside the subparent)
> > and the second one with the result of the subparent (=assembly of  
> > subsub-modules) and submodule?
> > Not sure on how to do this, but it seems kind of logical this way  
> > to me...
> 
> I think this is a really cool idea.... I tried to do it for my  
> project but unfortunately I couldn't find a way to reference the  
> assembly of the subModule in the moduleSet of the parent 
> module.  The  
> submodule assembly gets set as an 'attached' artifact and not the  
> main one.. by the <binaries> tag in the moduleSet only supports the  
> main modules.  If we could add the classifier's on this would work  
> very well I think!
I looked at the code and a kind of filter restricts the content of the reactor 
(in AbstractAssemblyMojo#getModulesFromReactor(MavenProject, boolean), with 
method isProjectModule(...)).

If I remove this filter, I get everything I need in my assembly. But this 
should produce issues in the special cases I think.

I think I will fill a new jira issue for that.

Damien Lecan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to