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/05/22 14:43:13 UTC

[royale-asjs.wiki] branch master updated: Updated Build Apache Royale with Maven (markdown)

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 cfece53  Updated Build Apache Royale with Maven (markdown)
cfece53 is described below

commit cfece531b3f79b00edffd077a4ff3727a2e16003
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Wed May 22 16:43:11 2019 +0200

    Updated Build Apache Royale with Maven (markdown)
---
 Build-Apache-Royale-with-Maven.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Build-Apache-Royale-with-Maven.md b/Build-Apache-Royale-with-Maven.md
index 32dea1f..26287f5 100644
--- a/Build-Apache-Royale-with-Maven.md
+++ b/Build-Apache-Royale-with-Maven.md
@@ -101,11 +101,10 @@ It also has a feature of **assembling a fully functional Royale distribution** i
 
 ### Following builds
 
-   Notice that after the first build, you can run a more simple instruction for compiler, typedefs and framwork. You just need to position on each repo and execute:
+   Notice that after the first build, you can run a more simple instruction for compiler, typedefs and framework for subsequent builds. You just need to position on each repo and execute the following simple line:
 
-    ```
     mvn clean install
-    ```
+    
 Optionaly you can run without test for convenience (-DskipTests)
 
    ### Build distribution (Royale SDK) with Maven