Repository: karaf
Updated Branches:
  refs/heads/master 137c3a437 -> 5150de12a


Fix build issue (starting from scratch with an empty m2 repository)


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/5150de12
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/5150de12
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/5150de12

Branch: refs/heads/master
Commit: 5150de12a5ab45a892be681662223d92e83eab93
Parents: 137c3a4
Author: Jean-Baptiste Onofré <[email protected]>
Authored: Thu Dec 11 15:31:18 2014 +0100
Committer: Jean-Baptiste Onofré <[email protected]>
Committed: Thu Dec 11 15:31:18 2014 +0100

----------------------------------------------------------------------
 demos/profiles/dynamic/pom.xml  | 2 +-
 demos/profiles/pom.xml          | 2 +-
 demos/profiles/registry/pom.xml | 2 +-
 demos/profiles/static/pom.xml   | 7 ++++++-
 pom.xml                         | 4 ++--
 5 files changed, 11 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/5150de12/demos/profiles/dynamic/pom.xml
----------------------------------------------------------------------
diff --git a/demos/profiles/dynamic/pom.xml b/demos/profiles/dynamic/pom.xml
index 3f5e5c7..b3a1cd1 100644
--- a/demos/profiles/dynamic/pom.xml
+++ b/demos/profiles/dynamic/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
         <version>4.0.0-SNAPSHOT</version>
-        <relativePath>../pom.xml</relativePath>
+        <relativePath>../../../pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.karaf.demos.profiles</groupId>

http://git-wip-us.apache.org/repos/asf/karaf/blob/5150de12/demos/profiles/pom.xml
----------------------------------------------------------------------
diff --git a/demos/profiles/pom.xml b/demos/profiles/pom.xml
index 10055f9..87715b3 100644
--- a/demos/profiles/pom.xml
+++ b/demos/profiles/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
         <version>4.0.0-SNAPSHOT</version>
-        <relativePath>../pom.xml</relativePath>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.karaf.demos.profiles</groupId>

http://git-wip-us.apache.org/repos/asf/karaf/blob/5150de12/demos/profiles/registry/pom.xml
----------------------------------------------------------------------
diff --git a/demos/profiles/registry/pom.xml b/demos/profiles/registry/pom.xml
index 34762e9..3706889 100644
--- a/demos/profiles/registry/pom.xml
+++ b/demos/profiles/registry/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.karaf</groupId>
         <artifactId>karaf</artifactId>
         <version>4.0.0-SNAPSHOT</version>
-        <relativePath>../pom.xml</relativePath>
+        <relativePath>../../../pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.karaf.demos.profiles</groupId>

http://git-wip-us.apache.org/repos/asf/karaf/blob/5150de12/demos/profiles/static/pom.xml
----------------------------------------------------------------------
diff --git a/demos/profiles/static/pom.xml b/demos/profiles/static/pom.xml
index 039ef21..098359a 100644
--- a/demos/profiles/static/pom.xml
+++ b/demos/profiles/static/pom.xml
@@ -25,7 +25,7 @@
         <groupId>org.apache.karaf.demos</groupId>
         <artifactId>demos</artifactId>
         <version>4.0.0-SNAPSHOT</version>
-        <relativePath>../pom.xml</relativePath>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.karaf.demos.profiles</groupId>
@@ -54,6 +54,11 @@
             <type>xml</type>
             <scope>compile</scope>
         </dependency>
+
+        <dependency>
+            <groupId>org.apache.karaf.services</groupId>
+            <artifactId>org.apache.karaf.services.staticcm</artifactId>
+        </dependency>
     </dependencies>
 
     <build>

http://git-wip-us.apache.org/repos/asf/karaf/blob/5150de12/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c4dca1c..376eb7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,14 +65,14 @@
         <module>jdbc</module>
         <module>jms</module>
         <module>jpa</module>
+        <module>services</module>
+        <module>subsystem</module>
         <module>profile</module>
         <module>tooling</module>
         <module>assemblies</module>
         <module>demos</module>
         <module>archetypes</module>
         <module>itests</module>
-        <module>services</module>
-        <module>subsystem</module>
     </modules>
 
     <scm>

Reply via email to