You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/11/21 10:51:36 UTC

[royale-asjs.wiki] branch master updated: updating what happens if we build framework without any profile

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-asjs.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new b5e721b  updating what happens if we build framework without any profile
b5e721b is described below

commit b5e721b1da8042f5fcd4e756eacb4d47fe8671c0
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Thu Nov 21 11:51:34 2019 +0100

    updating what happens if we build framework without any profile
---
 Build-Apache-Royale-with-Maven.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Build-Apache-Royale-with-Maven.md b/Build-Apache-Royale-with-Maven.md
index 82af10b..d705551 100644
--- a/Build-Apache-Royale-with-Maven.md
+++ b/Build-Apache-Royale-with-Maven.md
@@ -98,9 +98,9 @@ Now you have compiler, typedefs and framework ready. That's all :).
 
 > If you want to make some modification you can make the change and build only the part that was modified and you'll be ready to use it in your own project. To do so just go to the sub project folder and run `mvn clean install`.
 
-### Optional Maven Profiles
+### Optional Maven Profiles for Framework (royale-asjs)
 
-The following profiles can be added to the command line using `-P` maven option:
+If you build without any profile, only framework is built, but no examples or distribution. To build optional parts, the following profiles can be added to the command line using `-P` maven option:
 
 * **with-ui-testsuite**: It also builds the testsuite modules and runs the integration-tests
 > You can use [the latest geckodriver](https://github.com/mozilla/geckodriver/releases) to run the _Selenium UI tests in Firefox_ adding `-Dwebdriver.gecko.driver=/Users/christofer.dutz/Downloads/geckodriver`