78ad3f24c7a219c060d78e1946d72fa415a9bd4e
[controller.git] / opendaylight / adsal / web / osgi-brandfragment / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3   <modelVersion>4.0.0</modelVersion>
4
5   <parent>
6     <groupId>org.opendaylight.controller</groupId>
7     <artifactId>commons.opendaylight</artifactId>
8     <version>1.5.0-SNAPSHOT</version>
9     <relativePath>../../../commons/opendaylight</relativePath>
10   </parent>
11
12   <artifactId>osgi-brandfragment.web</artifactId>
13   <version>0.1.0-SNAPSHOT</version>
14   <packaging>bundle</packaging>
15   <description>OSGi management web application brand fragment</description>
16
17   <build>
18     <plugins>
19       <plugin>
20         <groupId>org.apache.felix</groupId>
21         <artifactId>maven-bundle-plugin</artifactId>
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>