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/03/01 09:47:27 UTC

git commit: DELTASPIKE-108 improved build files

Updated Branches:
  refs/heads/master a179c42c9 -> 95131b939


DELTASPIKE-108 improved build files


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

Branch: refs/heads/master
Commit: 95131b9391f0c392a752391351ccafced24e6ed6
Parents: a179c42
Author: gpetracek <gp...@apache.org>
Authored: Thu Mar 1 08:54:24 2012 +0100
Committer: gpetracek <gp...@apache.org>
Committed: Thu Mar 1 09:45:04 2012 +0100

----------------------------------------------------------------------
 deltaspike/parent/it/pom.xml |   11 +++++++++++
 deltaspike/parent/pom.xml    |   10 ++++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/95131b93/deltaspike/parent/it/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/parent/it/pom.xml b/deltaspike/parent/it/pom.xml
index 9101d86..5c9a28a 100644
--- a/deltaspike/parent/it/pom.xml
+++ b/deltaspike/parent/it/pom.xml
@@ -70,6 +70,17 @@
         </profile>
 
         <profile>
+            <id>JBossSnapshots</id>
+            <repositories>
+                <repository>
+                    <id>JBoss-Snapshots</id>
+                    <name>JBoss Snapshots</name>
+                    <url>http://snapshots.jboss.org/maven2/</url>
+                </repository>
+            </repositories>
+        </profile>
+
+        <profile>
             <!-- use this profile to compile and test DeltaSpike with Apache OpenWebBeans -->
             <id>OWB</id>
 

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/95131b93/deltaspike/parent/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/parent/pom.xml b/deltaspike/parent/pom.xml
index 129b61f..25b0d29 100644
--- a/deltaspike/parent/pom.xml
+++ b/deltaspike/parent/pom.xml
@@ -53,6 +53,16 @@
                 </repository>
             </repositories>
         </profile>
+        <profile>
+            <id>JBossSnapshots</id>
+            <repositories>
+                <repository>
+                    <id>JBoss-Snapshots</id>
+                    <name>JBoss Snapshots</name>
+                    <url>http://snapshots.jboss.org/maven2/</url>
+                </repository>
+            </repositories>
+        </profile>
     </profiles>
 
     <issueManagement>