[
https://issues.apache.org/jira/browse/DOXIATOOLS-83?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17807344#comment-17807344
]
ASF GitHub Bot commented on DOXIATOOLS-83:
------------------------------------------
kwin opened a new pull request, #63:
URL: https://github.com/apache/maven-doxia-converter/pull/63
This fixes incomplete/redundant Plexus/Sisu metadata
> jar-with-dependencies.jar has incomplete Plexus/Sisu metadata
> -------------------------------------------------------------
>
> Key: DOXIATOOLS-83
> URL: https://issues.apache.org/jira/browse/DOXIATOOLS-83
> Project: Maven Doxia Tools
> Issue Type: Bug
> Affects Versions: doxia-converter-1.3
> Reporter: Konrad Windszus
> Assignee: Konrad Windszus
> Priority: Major
>
> The converter creates an uber-jar with
> https://maven.apache.org/plugins/maven-assembly-plugin/descriptor-refs.html#jar-with-dependencies.
> That has incomplete Sisu metadata in {{META-INF/sisu/javax.inject.Named}}
> because multiple dependency jars contain that file. In the resulting jar only
> the one from {{doxia-core}} is contained (as no merging happens).
> In addition there is a redundant plexus/components.xml maintained at
> https://github.com/apache/maven-doxia-converter/blob/master/src/main/resources/META-INF/plexus/components.xml
> which contains outdated info.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)