BUG-980: stop emiting copyright
[controller.git] / opendaylight / 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.4.2-SNAPSHOT</version>
9     <relativePath>../../commons/opendaylight</relativePath>
10   </parent>
11
12   <artifactId>osgi-brandfragment.web</artifactId>
13   <version>0.0.2-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         <version>2.4.0</version>
23         <extensions>true</extensions>
24         <configuration>
25           <instructions>
26             <Fragment-Host>org.apache.felix.webconsole</Fragment-Host>
27           </instructions>
28         </configuration>
29       </plugin>
30     </plugins>
31   </build>
32
33 </project>