ba2c15ab8ab7111d3bcded97ba906d5f0818ad4a
[packetcable.git] / packetcable-policy-karaf / 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     <modelVersion>4.0.0</modelVersion>
5     <parent>
6         <groupId>org.opendaylight.controller</groupId>
7         <artifactId>karaf-parent</artifactId>
8         <version>1.6.0-SNAPSHOT</version>
9         <relativePath />
10     </parent>
11     <artifactId>packetcable-policy-karaf</artifactId>
12     <groupId>org.opendaylight.packetcable</groupId>
13     <name>${project.artifactId}</name>
14     <version>1.3.0-SNAPSHOT</version>
15     <prerequisites>
16         <maven>3.1.1</maven>
17     </prerequisites>
18     <properties>
19         <karaf.localFeature>odl-packetcable-policy-server-all</karaf.localFeature>
20     </properties>
21     <dependencies>
22         <dependency>
23             <groupId>org.apache.karaf.features</groupId>
24             <artifactId>framework</artifactId>
25             <type>kar</type>
26         </dependency>
27         <dependency>
28             <groupId>org.opendaylight.packetcable</groupId>
29             <artifactId>features-packetcable-policy</artifactId>
30             <classifier>features</classifier>
31             <version>${project.version}</version>
32             <type>xml</type>
33             <scope>runtime</scope>
34         </dependency>
35     </dependencies>
36     <build>
37         <plugins>
38             <plugin>
39                 <groupId>org.apache.maven.plugins</groupId>
40                 <artifactId>maven-deploy-plugin</artifactId>
41                 <configuration>
42                     <skip>true</skip>
43                 </configuration>
44             </plugin>
45             <plugin>
46                 <groupId>org.apache.maven.plugins</groupId>
47                 <artifactId>maven-install-plugin</artifactId>
48                 <configuration>
49                     <skip>true</skip>
50                 </configuration>
51             </plugin>
52         </plugins>
53     </build>
54 </project>