Skip to content

Commit 213e0de

Browse files
julienledemkou
authored andcommitted
ARROW-298: create release scripts
Author: Julien Le Dem <julien@dremio.com> Closes apache#141 from julienledem/release and squashes the following commits: 1a5114d [Julien Le Dem] ARROW-298: create release scripts
1 parent 5f34f04 commit 213e0de

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Arrow Java
2+
3+
## Setup Build Environment
4+
5+
install:
6+
- java 7 or later
7+
- maven 3.3 or later
8+
9+
## Building running tests
10+
11+
```
12+
cd java
13+
mvn install
14+
```

0 commit comments

Comments
 (0)