You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Igor Petruk <Ig...@epam.com> on 2011/04/15 16:07:52 UTC

Enforcing maven artifact build order

One artifact when passes package phase produces a file that is required to test another artifact. Maven produces the wrong build order because it does not know about this detail. How do it tell Maven "please build this artifact before this one". It is better to accomplish this with single command or just by editing the pom

Thanks

RE: Enforcing maven artifact build order

Posted by "Yanko, Curtis" <cu...@uhc.com>.
We set up *sequencing* in our CI tool.

________________________________

Curt Yanko | Continuous Integration Services | UnitedHealth Group IT 
Making IT Happen, one build at a time, 600 times a day
 

> -----Original Message-----
> From: Igor Petruk [mailto:Igor_Petruk@epam.com] 
> Sent: Friday, April 15, 2011 10:08 AM
> To: users@maven.apache.org
> Subject: Enforcing maven artifact build order
> 
> One artifact when passes package phase produces a file that 
> is required to test another artifact. Maven produces the 
> wrong build order because it does not know about this detail. 
> How do it tell Maven "please build this artifact before this 
> one". It is better to accomplish this with single command or 
> just by editing the pom
> 
> Thanks
> 

This e-mail, including attachments, may include confidential and/or
proprietary information, and may be used only by the person or entity
to which it is addressed. If the reader of this e-mail is not the intended
recipient or his or her authorized agent, the reader is hereby notified
that any dissemination, distribution or copying of this e-mail is
prohibited. If you have received this e-mail in error, please notify the
sender by replying to this message and delete this e-mail immediately.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Enforcing maven artifact build order

Posted by Stephen Connolly <st...@gmail.com>.
add a dependency

2011/4/15 Igor Petruk <Ig...@epam.com>:
> One artifact when passes package phase produces a file that is required to test another artifact. Maven produces the wrong build order because it does not know about this detail. How do it tell Maven "please build this artifact before this one". It is better to accomplish this with single command or just by editing the pom
>
> Thanks
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org