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
{{ message }}
This repository was archived by the owner on Oct 15, 2019. It is now read-only.
Copy file name to clipboardexpand all lines: docs/building-from-source.md
+10-6
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,16 @@ AMP-Basho: Build Instructions
7
7
8
8
These instructions cover how to build the project.
9
9
10
-
For instructions on running -- deploying Riak EE blueprints -- see [the distro's README](../src/main/docs/README.md).
10
+
For instructions on running -- deploying Riak EE blueprints --
11
+
see [the distro's README](../src/main/docs/README.md).
11
12
12
13
13
14
Building this Project
14
15
---
15
16
16
17
To build this project, with Java 7 and Maven 3 installed, simply run:
17
18
18
-
mvn clean install assembly:single
19
+
mvn clean install
19
20
20
21
This will build and install a `...-dist.tar.gz` in `target/` which can be redistributed,
21
22
expanded, and run anywhere where Java is installed to run AMP-Basho.
@@ -27,11 +28,14 @@ Release Build
27
28
---
28
29
29
30
For a release build, we want to include Cloudsoft AMP instead of Apache Brooklyn
30
-
and ensure the latest version of the docs are built. To do this
31
-
you will require jekyll setup (as described [here](https://github.com/apache/incubator-brooklyn/blob/master/docs/README.md)) and a local maven install of Cloudsoft AMP:
31
+
and ensure the latest version of the docs are built.
32
+
To do this you will require
33
+
jekyll setup (as described [here](https://github.com/apache/brooklyn-docs/blob/master/README.md)) and
34
+
Cloudsoft AMP available in your maven environment.
0 commit comments