This is an automated email from the ASF dual-hosted git repository.
aharui pushed a commit to branch release/0.9.7
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
The following commit(s) were added to refs/heads/release/0.9.7 by this push:
new d9c660d update maven instructions
d9c660d is described below
commit d9c660d16adc2a30622341befee345ca10875e9b
Author: Alex Harui <[email protected]>
AuthorDate: Sun May 3 11:22:49 2020 -0700
update maven instructions
---
README | 5 -----
1 file changed, 5 deletions(-)
diff --git a/README b/README
index b425e5e..4e5d8da 100644
--- a/README
+++ b/README
@@ -61,11 +61,6 @@ Building the Apache Royale Compiler with Apache Maven
*1) The bin directories for Maven and Java should be added to your
PATH.
- You must first build the utils profile without the main profile
- and then the main profile. So, first run:
-
- mvn clean install -P -main,utils
-
Then run
mvn clean install