You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Elliotte Rusty Harold (Jira)" <ji...@apache.org> on 2020/04/13 16:24:00 UTC

[jira] [Closed] (MSHADE-268) improving inclusion of open source code referenced by java projects.

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

Elliotte Rusty Harold closed MSHADE-268.
----------------------------------------

> improving inclusion of open source code referenced by java projects. 
> ---------------------------------------------------------------------
>
>                 Key: MSHADE-268
>                 URL: https://issues.apache.org/jira/browse/MSHADE-268
>             Project: Maven Shade Plugin
>          Issue Type: New Feature
>            Reporter: Sunil Kumar Singh
>            Priority: Major
>             Fix For: waiting-for-feedback
>
>
> All the details are on git hub at:
> https://github.com/ksunilsingh/code-collector
> This is an idea on improving inclusion of open source code referenced by java projects. Currently when we use a java build system (such as maven or gradle), the build system downloads the jar files referenced by a java project. What I am proposing here is a replacement for that:
> Find out all the classes referenced by the classes in a java project (say, project A).
> Download the source code for these dependencies recursively and include the downloaded source code in the source tree of project A.
> Remove the dependency(ies) from project build configuration file (e.g. pom.xml) and build the project.
> The resulting jar file would be smaller in size than if the full jar for the dependency is included as is.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)