Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pschichtel/sourceify

A tool to decompile an entire maven repository to provide source jars
https://github.com/pschichtel/sourceify

decompiler fernflower maven

Last synced: 10 days ago
JSON representation

A tool to decompile an entire maven repository to provide source jars

Awesome Lists containing this project

README

        

# sourceify

A tool to decompile an entire maven repository to provide source jars. The primary use-case is to to provide `-source.jar`'s for external non-opensource dependencies in order to improve the debugging experience in IDEs.

## Usage

```
java -jar sourceify.jar /path/to/maven/repository ./fernflower.sh
```