You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Be...@bosch-si.com on 2012/06/21 08:48:21 UTC

Expected file in local repo when downloading unique snapshot artifacts?

Currently, I'm not sure about the expected behaviour of Maven when downloading unique snapshots, especially about the version format of the materialized files in the local repository.


Case 1:

* project that references the parent foo:bar:pom:1-SNAPSHOT
* foo:bar:pom:1-SNAPSHOT can be resolved from a remote repo where it's deployed with the unique version 1-20120621.040232-1
* project will be build localy

What's the expected file name of the materialized parent in the local repository?
a) bar-1-SNAPSHOT.pom
b) bar-20120621.040232-1.pom


Case 2:

* project with dependency foo:bar:jar:1-SNAPSHOT
* foo:bar:jar:1-SNAPSHOT can be resolved from a remote repo where it's deployed with the unique version 1-20120621.040232-1
* project will be build localy

What's the expected file name of the materialized dependency in the local repository?
a) bar-1-SNAPSHOT.jar
b) bar-20120621.040232-1.jar


Thanks in advance
Bernd




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