Add asm package relocation
--------------------------
Key: EXTSCRIPT-75
URL: https://issues.apache.org/jira/browse/EXTSCRIPT-75
Project: MyFaces Extensions Scripting
Issue Type: Improvement
Reporter: Werner Punz
Assignee: Werner Punz
We use ASM, we cannot get rid of it since our dependency scan relies on it, to
get rid of packaging conflicts probably introduced by other parts of the system
we have to relocate asm in the build process via the maven shade plugin:
http://maven.apache.org/plugins/maven-shade-plugin/ or via jarjar
http://code.google.com/p/jarjar/
One way or the other the com.objectweb.asm hierarchy has to be mapped into
org.apache.myfaces.scripting.com.objectweb.asm package, to avoid any namespace
collisions with other projects.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.