This is an automated email from the ASF dual-hosted git repository. cdutz pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit 497be4b1ae7b54650c6a1dd07c23f871c041bff4 Author: Christofer Dutz <[email protected]> AuthorDate: Sun Mar 21 12:10:28 2021 +0100 - Some minor updates in the pom --- pom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index cb000bd..f4c7bbf 100644 --- a/pom.xml +++ b/pom.xml @@ -37,8 +37,8 @@ <!-- This build builds only the framework libraries per default. - - In order to build the examples, activate the "build-examples" profile - - In order to assemble a distribution, activate the "build-distribution" profile. + - In order to build the examples, activate the "with-examples" profile + - In order to assemble a distribution, activate the "with-distribution" profile. --> <scm> @@ -384,13 +384,13 @@ </modules> </profile> - <profile> + <!-- Disabled for now till I find out what the module is about --> + <!--profile> <id>with-ui-testsuite</id> - <!-- Disabled for now till I find out what the module is about --> - <!--modules> + <modules> <module>testsuite</module> - </modules--> - </profile> + </modules> + </profile--> <profile> <id>option-with-swf</id>
