Update the JMX handler pom file to add iPOJO configuration.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@589304 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/jmx.handler/pom.xml b/ipojo/jmx.handler/pom.xml
index 37111eb..448bc15 100644
--- a/ipojo/jmx.handler/pom.xml
+++ b/ipojo/jmx.handler/pom.xml
@@ -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>