b3051ecaadfc0d4728eed65924a7f22a11ad99ff
[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.odlparent</groupId>
7         <artifactId>karaf4-parent</artifactId>
8         <version>3.0.2</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.8.0-SNAPSHOT</version>
15
16     <properties>
17         <karaf.localFeature>odl-packetcable-policy-server-all</karaf.localFeature>
18     </properties>
19     <dependencies>
20         <dependency>
21             <groupId>org.apache.karaf.features</groupId>
22             <artifactId>framework</artifactId>
23             <type>kar</type>
24         </dependency>
25         <dependency>
26             <groupId>org.opendaylight.packetcable</groupId>
27             <artifactId>features4-packetcable-policy</artifactId>
28             <classifier>features</classifier>
29             <version>${project.version}</version>
30             <type>xml</type>
31             <scope>runtime</scope>
32         </dependency>
33     </dependencies>
34     <build>
35         <plugins>
36             <plugin>
37                 <groupId>org.apache.maven.plugins</groupId>
38                 <artifactId>maven-deploy-plugin</artifactId>
39                 <configuration>
40                     <skip>true</skip>
41                 </configuration>
42             </plugin>
43             <plugin>
44                 <groupId>org.apache.maven.plugins</groupId>
45                 <artifactId>maven-install-plugin</artifactId>
46                 <configuration>
47                     <skip>true</skip>
48                 </configuration>
49             </plugin>
50         </plugins>
51     </build>
52 </project>