I would like to release the "foo-1.0-SNAPSHOT" snapshot project using the maven release plugin. The project depends on the third-party module "bar-1.0-SNAPSHOT", which has not yet been released. I use the 'allowTimestampedSnapshots' option in my pom.xml project to allow snapshots, but I assume that the third-party module (panel) is not marked timestamped unless I built it myself, because maven still complains about unresolved SNAPSHOT dependencies.
Is there a way to release the foo project regardless of the dependent SNAPSHOT projects, and if not, how can I add a timestamp for a third-party project?
maven-2 versioning release maven-release-plugin snapshot
Christian Oct 29 '08 at 6:04 2008-10-29 06:04
source share