Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
The JBoss JARDeployer rejects all jars containing META-INF/**.xml files. Since jars created using maven by default contain a Maven and contain a META-INF/maven/<groupId>/<artifactId>/pom.xml file, all those JARs are rejected during deployment and thus excluded from the classpath.
The attached patch fixes this problem by filtering/skipping all META-INF/**.xml files during SAR assembly.
Trying to apply your patch but I keep getting this:
[akarasulu@newton sar]$ patch -p0 < AbstractSarMojo.patch
(Stripping trailing CRs from patch.)
patch: **** File . is not a regular file – can't patch
Did you generate this patch with svn diff?