added integration-test to the reactor

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1450354 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/runtime/core-it/src/it/ipojo-core-annotations-test/src/test/java/org/apache/felix/ipojo/runtime/core/test/annotations/Common.java b/ipojo/runtime/core-it/src/it/ipojo-core-annotations-test/src/test/java/org/apache/felix/ipojo/runtime/core/test/annotations/Common.java
index 3933aa0..a4c431b 100644
--- a/ipojo/runtime/core-it/src/it/ipojo-core-annotations-test/src/test/java/org/apache/felix/ipojo/runtime/core/test/annotations/Common.java
+++ b/ipojo/runtime/core-it/src/it/ipojo-core-annotations-test/src/test/java/org/apache/felix/ipojo/runtime/core/test/annotations/Common.java
@@ -56,6 +56,7 @@
         root.setLevel(Level.INFO);
 
         return options(
+                cleanCaches(),
                 ipojoBundles(),
                 junitBundles(),
                 testedBundle(),
diff --git a/ipojo/runtime/pom.xml b/ipojo/runtime/pom.xml
index 07c3eca..06a228b 100644
--- a/ipojo/runtime/pom.xml
+++ b/ipojo/runtime/pom.xml
@@ -34,9 +34,11 @@
     </description>
 
     <modules>
-        <module>core</module>
-        <module>composite</module>
         <module>annotations</module>
+        <module>core</module>
+        <module>core-it</module>
+        <module>composite</module>
+        <module>composite-it</module>
     </modules>
 
     <build>
@@ -58,6 +60,18 @@
 
     <profiles>
         <profile>
+            <id>test</id>
+            <modules>
+                <module>core-it</module>
+            </modules>    
+        </profile>
+        <profile>
+            <id>test-all</id>
+            <modules>
+                <module>core-it</module>
+            </modules>    
+        </profile>
+        <profile>
             <id>release</id>
             <build>
                 <plugins>