Fix FELIX-2755 Allow the manipulator and the different front end to use several metadata files
Modify some test projects to use this new feature.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1054377 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/composite/pom.xml b/ipojo/composite/pom.xml
index 7a1298c..cab706b 100644
--- a/ipojo/composite/pom.xml
+++ b/ipojo/composite/pom.xml
@@ -117,7 +117,7 @@
<goal>ipojo-bundle</goal>
</goals>
<configuration>
- <metadata>metadata.xml</metadata>
+ <metadata>src/main/resources/metadata.xml</metadata>
<ignoreAnnotations>true</ignoreAnnotations>
</configuration>
</execution>