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

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


The following commit(s) were added to refs/heads/develop by this push:
     new d8503d7  Testing doesn't build on Maven
d8503d7 is described below

commit d8503d748c899b56d73f441f60686ce8b2bec49a
Author: Alex Harui <aha...@apache.org>
AuthorDate: Thu Jan 11 17:30:41 2018 -0800

    Testing doesn't build on Maven
---
 frameworks/projects/pom.xml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/frameworks/projects/pom.xml b/frameworks/projects/pom.xml
index 6b21b60..b8ec485 100644
--- a/frameworks/projects/pom.xml
+++ b/frameworks/projects/pom.xml
@@ -59,9 +59,18 @@
     <module>XML</module>
     <module>Text</module>
     <module>TLF</module>
-    <module>Testing</module>
   </modules>
 
+  <profiles>
+    <profile>
+      <id>brokenmodules</id>
+      <modules>
+          <!-- Seems to be missing a flexunit? -->
+          <module>Testing</module>
+      </modules>
+    </profile>
+  </profiles>
+
   <build>
     <plugins>
       <plugin>

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

Reply via email to