|
The presence of the META-INF/maven folders and/or their content causes the JBoss deployer to skip JAR files.
Then we experience an avalanche of java.lang.NoClassDefFoundError exceptions!
It could be argued that this is a problem with the JBoss deployer (perhaps seraching for .xml files in META-INF folders), however, we're not in a position to modify the JBoss deployer at this time.
Can the maven folders be removed from the JARs or perhaps a build switch introduced to produce JBoss compatible JARs?
Thanks
|