a2dad7e2862a7ac94418ca8ae1bc2bff62684d8e
[controller.git] / opendaylight / web / osgi-brandfragment / pom.xml
1 <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/xsd/maven-4.0.0.xsd">
2   <modelVersion>4.0.0</modelVersion>
3
4   <parent>
5     <groupId>org.opendaylight.controller</groupId>
6     <artifactId>commons.opendaylight</artifactId>
7     <version>1.4.1-SNAPSHOT</version>
8     <relativePath>../../commons/opendaylight</relativePath>
9   </parent>
10
11   <artifactId>osgi-brandfragment.web</artifactId>
12   <version>0.0.1-SNAPSHOT</version>
13   <description>OSGi management web application brand fragment</description>
14   <packaging>bundle</packaging>
15
16   <build>
17     <plugins>
18       <plugin>
19         <groupId>org.apache.felix</groupId>
20         <artifactId>maven-bundle-plugin</artifactId>
21         <version>2.4.0</version>
22         <extensions>true</extensions>
23         <configuration>
24           <instructions>
25             <Fragment-Host>org.apache.felix.webconsole</Fragment-Host>
26           </instructions>
27         </configuration>
28       </plugin>
29     </plugins>
30   </build>
31
32 </project>