Hi all,

We're using Luntbuild as the continuous integration system for my projects and 
Maven 2.0.4 as the build system.  We have 3 projects: p1, p2 and core, with p1 
and p2 both depending on core.  All 3 are currently in development and so are 
labeled as snapshots, with p1 and p2 declaring core-2.0.0-SNAPSHOT as a 
dependency.

As everything is configured right now, the generated artifacts are named 
[projectName]-[versionNumber]-SNAPSHOT.jar and then installed to our local 
repository.  We would like the artifacts to be named 
[projectName]-[versionNumber]-SNAPSHOT-[deployDateAndTime].jar.  Is there a way 
to do this, without having to mess too much with the dependencies?

Thanks again,
GB

Reply via email to