Web UI Branding support
[controller.git] / opendaylight / web / 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"
3          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4
5     <modelVersion>4.0.0</modelVersion>
6     <parent>
7         <groupId>org.opendaylight.controller</groupId>
8         <artifactId>commons.opendaylight</artifactId>
9         <version>1.4.0-SNAPSHOT</version>
10         <relativePath>../../commons/opendaylight</relativePath>
11     </parent>
12
13     <groupId>org.opendaylight.controller</groupId>
14     <artifactId>web.brandfragment</artifactId>
15     <version>0.4.0-SNAPSHOT</version>
16     <packaging>bundle</packaging>
17
18     <build>
19         <plugins>
20             <plugin>
21                 <groupId>org.apache.felix</groupId>
22                 <artifactId>maven-bundle-plugin</artifactId>
23                 <version>2.3.6</version>
24                 <extensions>true</extensions>
25                 <configuration>
26                     <instructions>
27                         <Fragment-Host>org.opendaylight.controller.web</Fragment-Host>
28                         <Web-ContextPath>/</Web-ContextPath>
29                     </instructions>
30                 </configuration>
31             </plugin>
32         </plugins>
33     </build>
34 </project>