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/03 10:33:18 UTC

git commit: default profile via activeByDefault

Updated Branches:
  refs/heads/master 9804c0d8b -> 3748a106a


default profile via activeByDefault


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

Branch: refs/heads/master
Commit: 3748a106a86d9b79c1a12d113dde5037bbbb615e
Parents: 9804c0d
Author: gpetracek <gp...@apache.org>
Authored: Tue Jan 3 10:32:02 2012 +0100
Committer: gpetracek <gp...@apache.org>
Committed: Tue Jan 3 10:32:02 2012 +0100

----------------------------------------------------------------------
 deltaspike/parent/pom.xml |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/3748a106/deltaspike/parent/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/parent/pom.xml b/deltaspike/parent/pom.xml
index 4197648..1498610 100644
--- a/deltaspike/parent/pom.xml
+++ b/deltaspike/parent/pom.xml
@@ -441,11 +441,9 @@
             <!-- 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 -->
+            <!-- ensures a correct build at analysis.apache.org -->
             <activation>
-                <property>
-                    <name>!Weld</name>
-                </property>
+                <activeByDefault>true</activeByDefault>
             </activation>
 
             <dependencies>