Good day,

Try [1].

Cheers,
Franz

[1] http://mojo.codehaus.org/build-helper-maven-plugin/howto.html


Wayne Fay wrote:
> 
> Ideally you would just make multiple poms ie:
> 
> toplevel/pom.xml (modules a, b, c)
> toplevel/a/pom.xml (no dependencies)
> toplevel/b/pom.xml (depends on a)
> toplevel/c/pom.xml (depends on b)
> 
> Wayne
> 
> On 4/11/07, Baz <[EMAIL PROTECTED]> wrote:
>> All,
>>
>> If I have a directory "src" and subdirectories "a", "b" and "c". Each
>> subdirectories have their own pom.xml files. Output of a depends on b,
>> and b on c.
>>
>> Is it possible to have a pom.xml in src directory and start
>> compilation in directory c, then b then a?
>>
>> Thanks.
>>
>> A.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/how-can-i-compile-a-multiple-directories-with-pom.xml--tf3563309s177.html#a9953345
Sent from the Maven - Users mailing list archive at Nabble.com.


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

Reply via email to