Repository: brooklyn-docs
Updated Branches:
  refs/heads/master 5676dda50 -> 8f63114b4


Update maven-build.md

Add notes about building RPM packages.

Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/1c2e8360
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/1c2e8360
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/1c2e8360

Branch: refs/heads/master
Commit: 1c2e8360ea82943d4a04daf1aedf8dc731c0668d
Parents: 5676dda
Author: Aleksandr Vasilev <sotasil2...@gmail.com>
Authored: Thu Mar 10 08:16:47 2016 -0800
Committer: Aleksandr Vasilev <sotasil2...@gmail.com>
Committed: Thu Mar 10 08:16:47 2016 -0800

----------------------------------------------------------------------
 guide/dev/env/maven-build.md | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/1c2e8360/guide/dev/env/maven-build.md
----------------------------------------------------------------------
diff --git a/guide/dev/env/maven-build.md b/guide/dev/env/maven-build.md
index 2f01899..1635397 100644
--- a/guide/dev/env/maven-build.md
+++ b/guide/dev/env/maven-build.md
@@ -25,6 +25,8 @@ Key things to note if you're new to Maven:
 
 * Add ``-Dno-go-client`` to skip building the ``brooklyn-client`` project 
(useful if you don't have Go installed).
 
+* You may need to install ``rpm`` package to build RPM packages: ``brew 
install rpm`` for Mac OS, ``apt-get install rpm`` for Ubuntu, ``yum install 
rpm`` for Centos/RHEL.
+
 * Run ``-PIntegration`` to run integration tests, or ``-PLive`` to run live 
tests
   ([tests described here](../code/tests.html))
 

Reply via email to