Shade relocate output jar not easily available to other modules in multi-module build -------------------------------------------------------------------------------------
Key: MSHADE-50 URL: http://jira.codehaus.org/browse/MSHADE-50 Project: Maven 2.x Shade Plugin Issue Type: Bug Affects Versions: 1.2.1 Reporter: David Jencks We discovered this very strange behavior in xbean. check out https://svn.apache.org/repos/asf/geronimo/xbean/trunk rev 778992 The xbean-asm-shaded module is used in the xbean-reflect module. in the xbean-asm-shaded pom, comment out the antrun plugin configuration -- it's the bizarre workaround for this problem. Building xbean-asm-shaded always gets the expected content in the jar however these contents are not visible to xbean-reflect and the build fails. As noted about running the antrun plugin to unjar the output into classes (in xbean-asm-shaded) seems to fix the problem. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira