File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 66 - [ CFR] ( http://www.benf.org/other/cfr/ )
77 - [ Fernflower] ( https://github.com/fesh0r/fernflower.git )
88
9- You will need to acquire jars of these to proceed. Then, you must add these to a mvn local repository ( ` libs ` folder)
9+ You will need to acquire jars of these to proceed. Then, you must add these to a mvn local repository.
1010So:
1111```
1212mkdir libs
@@ -16,5 +16,6 @@ mvn install:install-file -Dfile=path-to\byteanalysis-1.0.jar -DgroupId=eu.bibl -
1616mvn install:install-file -Dfile=path-to\procyon.jar -DgroupId=com.strobel.decompiler -DartifactId=procyon -Dversion=<version> -Dpackaging=jar
1717```
1818Note that you will need to replace <version > with whatever version is specified in ` pom.xml ` .
19+ Optionally, you can use ` -DlocalRepositoryPath=path-to-specific-local-repo ` to specify a specific location to store the local repository.
1920
2021Then, ` mvn compile package ` .
You can’t perform that action at this time.
0 commit comments