You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,24 @@ This is the [multihash](https://github.com/multiformats/multihash) implementatio
14
14
Multihash m = Multihash.fromBase58("QmatmE9msSfkKxoffpHwNLNKgwZG8eT9Bud6YoPab52vpy");
15
15
```
16
16
17
-
## Compilation
17
+
## Testing
18
18
19
-
To compile just run ant.
19
+
### Ant
20
+
`ant test`
21
+
22
+
### Maven
23
+
`mvn test`
24
+
25
+
## Building
26
+
27
+
### Ant
28
+
`ant dist` will build a JAR file suitable for manual inclusion in a project.
29
+
30
+
### Maven
31
+
`mvn package` will build a JAR file with Maven dependency information.
32
+
33
+
## Releasing
34
+
The version number is specified in `build.xml` and `pom.xml` and must be changed in both places in order to be accurately reflected in the JAR file manifest.
0 commit comments