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

commit e597fe679f0270b7896892fe925fd10d786a55a9
Author: Carlos Rovira <carlosrov...@apache.org>
AuthorDate: Sat Nov 18 20:46:09 2017 +0100

    Updated Build Apache Royale with Maven (markdown)
---
 Build-Apache-Royale-with-Maven.md | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/Build-Apache-Royale-with-Maven.md 
b/Build-Apache-Royale-with-Maven.md
index dc11209..f404c54 100644
--- a/Build-Apache-Royale-with-Maven.md
+++ b/Build-Apache-Royale-with-Maven.md
@@ -97,16 +97,17 @@ It also has a feature of **assembling a fully functional 
Royale distribution** i
     mvn -s settings-template.xml clean install
     ```
 
-### Build distribution (Royale SDK) with Maven
+   Now you have compiler, typedefs and framework ready. 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.
 
-    optionally you can also build the distribution binaries:
-    ```
-    mvn -s settings-template.xml -P build-distribution clean install
-    ```
+   ### Build distribution (Royale SDK) with Maven
+   Optionally you can also build the distribution binaries:
+   ```
+   mvn -s settings-template.xml -P build-distribution clean install
+   ```
 
-    optionally you can also build the distribution binaries and a local 
distribution (including dependencies for Flash, AIR) in a local directory:
-    ```
-    mvn -s settings-template.xml 
-DdistributionTargetFolder={pathToDistributionDirectory} -P build-distribution 
clean install
-    ```
+   Optionally you can also build the distribution binaries and a local 
distribution (including dependencies for Flash, AIR) in a local directory:
+   ```
+   mvn -s settings-template.xml 
-DdistributionTargetFolder={pathToDistributionDirectory} -P build-distribution 
clean install
+   ```
 
-The reason for specifying the "-s settings-template.xml" is that we currently 
are using unreleased artifacts for the mavenizer. If we don't explicitly tell 
maven to also look in the Apache Snapshot Repo, it will not find these. This 
option will no longer be needed as soon as we have released the Mavenizer for a 
first time.
\ No newline at end of file
+>The reason for specifying the "-s settings-template.xml" is that we currently 
are using unreleased artifacts for the mavenizer. If we don't explicitly tell 
maven to also look in the Apache Snapshot Repo, it will not find these. This 
option will no longer be needed as soon as we have released the Mavenizer for a 
first time.
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
['"commits@royale.apache.org" <commits@royale.apache.org>'].

Reply via email to