You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2011/06/24 08:13:15 UTC

svn commit: r1139161 - /camel/trunk/platforms/karaf/features/pom.xml

Author: ningjiang
Date: Fri Jun 24 06:13:14 2011
New Revision: 1139161

URL: http://svn.apache.org/viewvc?rev=1139161&view=rev
Log:
CAMEL-4144 Update Karaf validate profile to use Karaf 2.2.2-SNAPSHOT

Modified:
    camel/trunk/platforms/karaf/features/pom.xml

Modified: camel/trunk/platforms/karaf/features/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/platforms/karaf/features/pom.xml?rev=1139161&r1=1139160&r2=1139161&view=diff
==============================================================================
--- camel/trunk/platforms/karaf/features/pom.xml (original)
+++ camel/trunk/platforms/karaf/features/pom.xml Fri Jun 24 06:13:14 2011
@@ -237,16 +237,35 @@
          </plugin>
       </plugins>
     </build>
-
+ 
     <profiles>
        <profile>
+          <id>snapshot</id>
+          <repositories>
+            <repository>
+              <id>pax.snapshot.repo</id>
+              <name>PAX SNAPSHOT Deploy Repository </name>
+              <url>https://oss.sonatype.org/content/repositories/ops4j-snapshots/</url>
+              <releases>
+                <enabled>false</enabled>
+              </releases>
+              <snapshots>
+                <enabled>true</enabled>
+              </snapshots>
+            </repository>
+          </repositories>
+       </profile>
+       <profile>
           <id>validate</id>
+          <properties>
+             <karaf-validate-version>2.2.2-SNAPSHOT</karaf-validate-version>
+          </properties>
           <build>
              <plugins>
                 <plugin>
                    <groupId>org.apache.karaf.tooling</groupId>
                    <artifactId>features-maven-plugin</artifactId>
-                   <version>${karaf-version}</version>
+                   <version>${karaf-validate-version}</version>
                    <configuration>
                        <file>${project.build.directory}/classes/${features.file}</file>
                        <karafConfig>${project.build.directory}/classes/config.properties</karafConfig>