Hi Torsten,

[email protected] wrote at Dienstag, 10. März 2009 11:44:

> Hi,
> 
> in our build environment, we build and release our modules at different
> times.
> Lets say UI.war is released first,  than backend.ear (using the released
> UI) is released three days later,
> than last the WebServices.war were released.
> 
> All are using a shared API (common-services.jar)
> 
> In our delivery build we dependency-copy the UI.war, the Backend.ear and
> the Webservices.war into a directory structure.
> We have to guarantee, that the UI.war and the Backend.ear and all other
> components, too are all using the same version
> of "commons-services.jar".
> 
> How can I check, that an artifact (*.war, *.ear) has the same dependency
> as another artifact?

Use a shared parent and define the version in a dependencyManagement
sectiuon.

- Jörg


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to