Si I'm gonna reformulate my question :
Is it possible with Continuum 1.1 or 1.2 to build a parent pom
recursively :
- With this structure
Root
-parent
----->pom.xml
-moduleA
----->pom.xml
-moduleB
----->pom.xml
- With this structure
Root
-pom.xml
-moduleA
----->pom.xml
-moduleB
----->pom.xml
Thanks
Le 15 nov. 08 à 02:51, Wendy Smoak a écrit :
> On Fri, Nov 14, 2008 at 6:37 PM, silver95 <
ccarpediem@...>
> wrote:
>
>> Does Continuum 1.1 and 1.2 can manage this structure ?
>> It seems that it does not understand relative path (ie ../moduleA and
>> ../moduleB)
>
> Based on my tests, Continuum 1.2 _can_ handle this "flat" structure
> when adding the project and building all projects in the group.
>
> Limitations I'm aware of:
> - you can't use the release process at the group level
> - a recursive build from the parent won't work
>
> See this issue for more info and a sample project:
>
http://jira.codehaus.org/browse/CONTINUUM-1850>
> --
> Wendy