[
https://issues.apache.org/jira/browse/MNG-8089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17831547#comment-17831547
]
ASF GitHub Bot commented on MNG-8089:
-------------------------------------
desruisseaux commented on PR #1459:
URL: https://github.com/apache/maven/pull/1459#issuecomment-2023960340
I suggest to provide only the `fatjar` type, without the `classpath-fatjar`
and `modular-fatjar` for now, and modify the Javadoc of `fatjar` for saying
that it goes on the classpath only. The reason is that a JAR file can contain
at most one `module-info.class` file. So either the `module-info` or all JARs
had to be removed, or either they were merged in some way. But the latter would
be tricky, and the result would still not be the same as the separated JARs. So
I think it is probably safer to said that a fat JAR is never modular.
> Introduce "fat" types for JAR
> -----------------------------
>
> Key: MNG-8089
> URL: https://issues.apache.org/jira/browse/MNG-8089
> Project: Maven
> Issue Type: Improvement
> Components: Core
> Reporter: Tamas Cservenak
> Assignee: Tamas Cservenak
> Priority: Major
> Fix For: 4.0.0, 4.0.0-alpha-14
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)