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: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to