Skip to content

Commit 6554f49

Browse files
committed
Merge branch 'develop' of github.com:secure-software-engineering/sootdiff into develop
2 parents d2abe3a + 6e08790 commit 6554f49

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,11 @@ us know.
2020
### Building SootDiff with Maven
2121

2222
To build SootDiff with Maven run
23-
2423
```
2524
mvn install
2625
```
2726

2827
or to build a standalone `jar-with-dependencies` run
29-
3028
```
3129
mvn clean compile assembly:single
3230
```
@@ -51,4 +49,4 @@ Invoke the main method with parameters `-inJars jar1,jar2,jar3 -fileFilter pathT
5149
The filter file can be used to specify classes of interest (e.g. classes fixed in a fixing commit). Make sure to specify
5250
the files as they would be located in the analyzed jar, e.g., in a commit the change might be related
5351
to `src/main/java/pack/a/b.java`, in the jar it would be referenced from the package onwards and in class
54-
format: `pack/a/b.class`.
52+
format: `pack/a/b.class`.

0 commit comments

Comments
 (0)