[ 
https://issues.apache.org/jira/browse/EXTCDI-201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jakob Korherr resolved EXTCDI-201.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.0

Using the maven-dependency-plugin turned out to be the wrong approach here, b/c 
it caused some problems with our shaded JSF 2.x module when compiling the 
merged sources against the JSF 2.0 API.

Instead we are re-configuring the javadoc-plugin (from the apache-parent) with 
the includeDependencySources option set to true. With this we are able to 
generate the valid javadoc for the bundle module.

OSGi support, however, will be fixed in a separate issue!

> Use maven-dependency-plugin instead of shade to produce bundle artifacts
> ------------------------------------------------------------------------
>
>                 Key: EXTCDI-201
>                 URL: https://issues.apache.org/jira/browse/EXTCDI-201
>             Project: MyFaces CODI
>          Issue Type: Task
>    Affects Versions: 0.9.5
>            Reporter: Jakob Korherr
>            Assignee: Jakob Korherr
>             Fix For: 1.0.0
>
>
> The current solution breaks the javadoc generation and the OSGi support of 
> the bundle modules. Using the maven-dependency-plugin instead will address 
> these problems!

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to