Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0
-
Fix Version/s: 1.0.2
-
Component/s: remote proxy
-
Labels:None
-
Number of attachments :
Description
requesting an ejb from a maven1 repository builds the path "groupId/jars/artifactId.jar", and not the location where maven1 ejb:deploy places the ejb jars (groupId/ejbs/artifactId.jar). The type folder is created based on the file extension, with some exceptions. It should be created based on the artifact type.
Issue Links
| This issue relates to: | ||||
| MRM-663 | Make type to extension mapping configurable |
|
|
|
From a Maven 2 project, when I try to get a Maven 1 ejb artifact via Archiva, it's still trying to get it from groupId/jars/artifactId-version.jar.
I'm using newly packaged 1.0.2 version you're voting for (from http://people.apache.org/builds/maven/archiva/1.0.2/), that should resolve the problem according to this issue fix version.
Did I miss some configuration steps ?