Skip to content

Commit 2caa204

Browse files
Update README.md (#2)
* Update README.md
1 parent 3d93b1f commit 2caa204

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,17 @@ To host DataSpread locally you can either use one of the pre-build war files, av
4444
* [PostgreSQL][posrgres] >= 9.5
4545
* [PostgreSQL JDBC driver][jdbc] - 9.4.1208
4646
* [Apache Tomcat][tomcat] >= 8.5.4
47+
* [Apache Maven][maven] >= 3.5.0
4748

4849

4950
### Building Instructions (To generate a war file)
5051

5152
1. Clone the DataSpread repository. Alternatively, you can download the source as a zip or tar.gz.
5253

53-
2. Use Ant to build the `war` file using the following command. After the build completes the war is available at `out/artifacts/DataSpread_war`.
54+
2. Use maven to build the `war` file using the following command. After the build completes the war is available at `webapp/target/DataSpread.war`.
5455

5556
```
56-
ant
57+
mvn clean install
5758
```
5859

5960
### Deploying DataSpread locally.
@@ -109,4 +110,6 @@ MIT
109110
[postgressite]: https://www.postgresql.org/
110111
[warlink]: https://github.com/dataspread/releases/releases
111112
[dataspread-github]: http://dataspread.github.io
112-
[dataspread-site]: http://data-people.cs.illinois.edu/dataspread.pdf
113+
[dataspread-site]: http://data-people.cs.illinois.edu/dataspread.pdf
114+
[maven]: https://maven.apache.org/install.html
115+

0 commit comments

Comments
 (0)