Fix build by avoiding using the bnd-ipojo-plugin which still have a weird bug
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1175367 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/junit4osgi/junit4osgi/pom.xml b/ipojo/junit4osgi/junit4osgi/pom.xml
index b8b85f4..ac21e03 100644
--- a/ipojo/junit4osgi/junit4osgi/pom.xml
+++ b/ipojo/junit4osgi/junit4osgi/pom.xml
@@ -93,18 +93,10 @@
META-INF/LICENSE.junit=LICENSE.junit,
META-INF/NOTICE=NOTICE
</Include-Resource>
- <_plugin>org.apache.felix.ipojo.bnd.PojoizationPlugin;metadata=${basedir}/metadata.xml;use-local-schemas=true</_plugin>
</instructions>
</configuration>
- <dependencies>
- <dependency>
- <groupId>org.apache.felix</groupId>
- <artifactId>bnd-ipojo-plugin</artifactId>
- <version>1.0.0-SNAPSHOT</version>
- </dependency>
- </dependencies>
</plugin>
- <!--<plugin>
+ <plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-ipojo-plugin</artifactId>
<version>1.9.0-SNAPSHOT</version>
@@ -118,7 +110,7 @@
</configuration>
</execution>
</executions>
- </plugin>-->
+ </plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rat-maven-plugin</artifactId>