Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Auto Closed
-
2.2-beta-2
-
None
-
None
Description
When deploying a component descriptor with packaging "assembly-component", the file ends with "assembly-component.xml" in the repository.
When attempting to use this in an assembly descriptor, it seems to be looking for a file ending with ".assembly-component" in the repository and fails to find it.
Looking at the code my guess is that the ArtifactLocatorStrategy constructor call in DefaultAssemblyReader.mergeComponentsWithMainAssembly is missing an "xml" argument before the "assembly-component" argument?