how to make sure snapshots are rebuilt properly on a need-to-be basis us
From: lgestrin <lgestrin_at_markettools.com>
Date: 2006-09-20 08:27:30 CEST
Hello,
This is my first email to the list and I am new to maven, so pardon me if
Lets say, I have
artifacts: webapp, webutil, util, common. – all these components are in
webapp depends on webutil, util, common
webutil depends on util, common
util depends on common.
The goal is to make sure that snapshots are updated properly recursively
To make sure every artifact depends on same version of dependencies, parent
<dependencies>
<dependency>
<!-3rd party ->
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.4</version>
</dependency>
<!-internal->
<groupId>company.com</groupId>
<artifactId>webutil</artifactId>
<version>1.0.0-SNAPSHOT</version>
<groupId>company.com</groupId>
<artifactId>util</artifactId>
<version>1.0.0-SNAPSHOT</version>
<groupId>company.com</groupId>
<artifactId>common</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependencyManagement>
to make sure that snapshots are build using controlled environment, lets say
Will continuum rebuild ALL snapshots every time it makes a build? (hourly,
a) If “yes”, how does it know the order in which snapshots in which it have
Also, it seems to me that repository will get filled up very quickly with
b)If continuum is smart enough to create new snapshot only when there
3. if continuum does not have the answer for the problem/questions to 2. can
Thanks
Leonard
-- View this message in context: http://www.nabble.com/how-to-make-sure-snapshots-are-rebuilt-properly-on-a-need-to-be-basis-us-tf2303357.html#a6402195 Sent from the Subversion Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Wed Sep 20 08:28:04 2006 |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.