Author: clement
Date: Sun Oct 28 01:31:35 2007
New Revision: 589304
URL: http://svn.apache.org/viewvc?rev=589304&view=rev
Log:
Update the JMX handler pom file to add iPOJO configuration.
Modified:
felix/trunk/ipojo/jmx.handler/pom.xml
Modified: felix/trunk/ipojo/jmx.handler/pom.xml
URL:
http://svn.apache.org/viewvc/felix/trunk/ipojo/jmx.handler/pom.xml?rev=589304&r1=589303&r2=589304&view=diff
==============================================================================
--- felix/trunk/ipojo/jmx.handler/pom.xml (original)
+++ felix/trunk/ipojo/jmx.handler/pom.xml Sun Oct 28 01:31:35 2007
@@ -53,6 +53,21 @@
<target>1.5</target>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-ipojo-plugin</artifactId>
+ <version>${pom.version}</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>ipojo-bundle</goal>
+ </goals>
+ <configuration>
+
<metadata>metadata.xml</metadata>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
</project>