Skip to content

Commit 5c5b41c

Browse files
authored
Create README.md
1 parent 41064f0 commit 5c5b41c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# ASAPJava
2+
Asynchronous Semantic Ad-hoc Protocol (ASAP) engine for Java
3+
4+
# Maven Guide
5+
## Compile and run tests
6+
```
7+
mvn clean package
8+
```
9+
This compiles all files, runs tests and, if they succeed, compiles the jar. The compiled jar (ASAPJava-{Version}.jar) will be in your target/ folder.
10+
11+
## Compile without tests
12+
This is needed in case you want to build the jar while your tests fail (which currently, they do fail).
13+
```
14+
mvn clean package -DskipTests
15+
```
16+
17+
# Wiki
18+
Visit [the wiki](https://github.com/SharedKnowledge/ASAPJava/wiki) for all other information on what ASAP is and how to use it.

0 commit comments

Comments
 (0)