Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pschichtel/sourceify
- Owner: pschichtel
- Created: 2019-04-10T23:52:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-23T22:53:11.000Z (2 months ago)
- Last Synced: 2024-11-24T06:24:08.587Z (2 months ago)
- Topics: decompiler, fernflower, maven
- Language: Java
- Homepage: https://schich.tel
- Size: 8.79 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```