Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.2-beta-2
-
Component/s: None
-
Labels:None
-
Testcase included:yes
-
Number of attachments :
Description
The descriptorSourceDirectory parameter currently treats all files in the directory like assembly descriptors. Only files ending with .xml should be picked up as descriptors. I noticed this because the assembly plugin keeps trying to use files from my .svn directory as assembly descriptors.
Attaching one line patch to scan only for .xml files.