it looks like Alex did not understand the maven repo storing policy:
<groupId-path>/<artefact-id>/version/<artefact-id>-<version>.<packaging>
and eventually if a classifier is specified:
<groupId-path>/<artefact-id>/version/<artefact-id>-<version>.<classifier>.<packaging>
There is no magic in maven!
Authored by: ledroff@adobe.com 2011-01-17
Parent: [r733]
Child: [r735]