Hello, I've got a bizare behavior. - Maven 2.0.9 - Archiva 1.1.2
I'm package a WAR archive using maven-war-plugin 2.1-alpha-1 . If it downloads the myartifact--5.0.0.1.1-SNAPSHOT.jar from Archiva, the filename of that artifact in my WAR archive will be myartifact--5.0.0.1.1-20081120.104740-3.jar. The manifest is generated correctly (classpath /lib/myartifact--5.0.0.1.1-SNAPSHOT.jar ). I've tried to clean the Archiva repository and redeploy the artifact, but nothing helped. Only if I build and install myartifact--5.0.0.1.1-SNAPSHOT locally it seams to work. Does anybody have a hint? Thanks Kuno
