Title: [1560] trunk/core/pom.xml: Added codehaus profile to get Bamboo build to pass with codehaus snapshot, until we can configure the mvn settings.xml
Revision
1560
Author
mauro
Date
2010-02-07 12:44:35 -0600 (Sun, 07 Feb 2010)

Log Message

Added codehaus profile to get Bamboo build to pass with codehaus snapshot, until we can configure the mvn settings.xml

Modified Paths

Diff

Modified: trunk/core/pom.xml (1559 => 1560)

--- trunk/core/pom.xml	2010-02-07 18:34:04 UTC (rev 1559)
+++ trunk/core/pom.xml	2010-02-07 18:44:35 UTC (rev 1560)
@@ -1,4 +1,5 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jbehave</groupId>
   <artifactId>jbehave</artifactId>
@@ -318,6 +319,34 @@
         <module>examples</module>
       </modules>
     </profile>
+    <profile>
+      <!-- This profile belongs in ~/.m2/settings.xml but Bamboo does not have an obvious place to configure a settings.xml
+           So adding it to POM temporarily to get build to pass with Pico snapshot.
+       -->
+      <id>codehaus</id>
+      <repositories>
+        <repository>
+          <id>codehaus-releases</id>
+          <url>http://repository.codehaus.org</url>
+          <snapshots>
+            <enabled>false</enabled>
+          </snapshots>
+          <releases>
+            <enabled>true</enabled>
+          </releases>
+        </repository>
+        <repository>
+          <id>codehaus-snapshots</id>
+          <url>http://snapshots.repository.codehaus.org</url>
+          <snapshots>
+            <enabled>true</enabled>
+          </snapshots>
+          <releases>
+            <enabled>false</enabled>
+          </releases>
+        </repository>
+      </repositories>
+    </profile>
   </profiles>
 
   <licenses>


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to