Repository: incubator-brooklyn Updated Branches: refs/heads/master 159790602 -> eab2d3999
Added missing double quotes ⦠for those folks who blindly cut and paste ⦠Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/db3b5603 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/db3b5603 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/db3b5603 Branch: refs/heads/master Commit: db3b5603feaa58542d9a7feaf27c56ef2f79f94d Parents: 5ad8926 Author: jadelus <[email protected]> Authored: Fri Feb 20 12:28:30 2015 -0800 Committer: jadelus <[email protected]> Committed: Fri Feb 20 12:28:30 2015 -0800 ---------------------------------------------------------------------- docs/guide/dev/env/maven-build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/db3b5603/docs/guide/dev/env/maven-build.md ---------------------------------------------------------------------- diff --git a/docs/guide/dev/env/maven-build.md b/docs/guide/dev/env/maven-build.md index 88f0fb7..1448f1f 100644 --- a/docs/guide/dev/env/maven-build.md +++ b/docs/guide/dev/env/maven-build.md @@ -17,7 +17,7 @@ Key things to note if you're new to Maven: * You may need more JVM memory, e.g. at the command-line (or in `.profile`): - ``export MAVEN_OPTS="-Xmx1024m -Xms512m -XX:MaxPermSize=256m`` + ``export MAVEN_OPTS="-Xmx1024m -Xms512m -XX:MaxPermSize=256m"`` * You can do this in specific projects as well.
