FELIX-3903 - declare the parent pom in the event admin integration tests
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1451122 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/handler/eventadmin/eventadmin-handler-it/pom.xml b/ipojo/handler/eventadmin/eventadmin-handler-it/pom.xml
index 86e2c3e..6606c7c 100644
--- a/ipojo/handler/eventadmin/eventadmin-handler-it/pom.xml
+++ b/ipojo/handler/eventadmin/eventadmin-handler-it/pom.xml
@@ -18,10 +18,15 @@
-->
<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">
+ <parent>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>felix-parent</artifactId>
+ <version>1.2.1</version>
+ <relativePath>../../../../pom/pom.xml</relativePath>
+ </parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
- <groupId>org.apache.felix</groupId>
<name>Apache Felix iPOJO Event Admin Handler - Integration Test</name>
<artifactId>org.apache.felix.ipojo.handler.eventadmin-it</artifactId>
<version>1.9.0-SNAPSHOT</version>
diff --git a/ipojo/handler/eventadmin/pom.xml b/ipojo/handler/eventadmin/pom.xml
index 846d2e2..d0c60f3 100644
--- a/ipojo/handler/eventadmin/pom.xml
+++ b/ipojo/handler/eventadmin/pom.xml
@@ -21,7 +21,7 @@
<groupId>org.apache.felix</groupId>
<artifactId>felix-parent</artifactId>
<version>1.2.1</version>
- <relativePath>../../pom/pom.xml</relativePath>
+ <relativePath>../../../pom/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.apache.felix.ipojo.handler.event-admin-handler-project</artifactId>
@@ -53,18 +53,6 @@
<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>