質問

Is it possible to recover source code of java classes (not all), after build in Maven?? I have got compiled jar, but I deleted two classes of my code..

Thx for helping.

役に立ちましたか?

解決

This is possible with java decompiler only. Maven Source Plugin is not enabled by default in normal maven build.

Most modern Java IDE has internal project versioning builtin, maybe you can recover deleted file from IDE. For example IDEA IntelliJ has option Show Local History.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top