You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by gp...@apache.org on 2012/01/01 15:30:17 UTC

git commit: default profile for the build at analysis.apache.org

Updated Branches:
  refs/heads/master c0025b033 -> a725d08c1


default profile for the build at analysis.apache.org


Project: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/commit/a725d08c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/tree/a725d08c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/diff/a725d08c

Branch: refs/heads/master
Commit: a725d08c1be64513e8a1c41bc20bcbfcafe461eb
Parents: c0025b0
Author: gpetracek <gp...@apache.org>
Authored: Sun Jan 1 15:29:24 2012 +0100
Committer: gpetracek <gp...@apache.org>
Committed: Sun Jan 1 15:29:24 2012 +0100

----------------------------------------------------------------------
 deltaspike/parent/pom.xml |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/a725d08c/deltaspike/parent/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/parent/pom.xml b/deltaspike/parent/pom.xml
index 8653211..4197648 100644
--- a/deltaspike/parent/pom.xml
+++ b/deltaspike/parent/pom.xml
@@ -440,6 +440,14 @@
         <profile>
             <!-- use this profile to compile and test DeltaSpike with Apache OpenWebBeans -->
             <id>OWB</id>
+
+            <!-- allows to use it as default profile to ensure a correct build at analysis.apache.org -->
+            <activation>
+                <property>
+                    <name>!Weld</name>
+                </property>
+            </activation>
+
             <dependencies>
                 <!-- OWB specific dependencies-->
                 <dependency>