1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
4 Copyright (c) 2013 Cisco Systems, Inc. and others. All rights reserved.
6 This program and the accompanying materials are made available under the
7 terms of the Eclipse Public License v1.0 which accompanies this distribution,
8 and is available at http://www.eclipse.org/legal/epl-v10.html
10 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12 <modelVersion>4.0.0</modelVersion>
14 <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
15 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
16 <url>https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main</url>
20 <groupId>org.opendaylight.bgpcep</groupId>
21 <artifactId>pcep-parent</artifactId>
22 <version>0.3.1-SNAPSHOT</version>
24 <artifactId>pcep-segment-routing</artifactId>
25 <description>PCE Segment Routing model plugin</description>
26 <packaging>bundle</packaging>
27 <name>${project.artifactId}</name>
34 <groupId>${project.groupId}</groupId>
35 <artifactId>pcep-ietf-stateful07</artifactId>
38 <groupId>${project.groupId}</groupId>
39 <artifactId>pcep-spi</artifactId>
41 <!--test dependencies -->
43 <groupId>junit</groupId>
44 <artifactId>junit</artifactId>
47 <groupId>org.opendaylight.controller</groupId>
48 <artifactId>config-manager</artifactId>
52 <groupId>org.opendaylight.controller</groupId>
53 <artifactId>config-manager</artifactId>
56 <groupId>org.opendaylight.controller</groupId>
57 <artifactId>config-util</artifactId>
60 <groupId>org.opendaylight.yangtools</groupId>
61 <artifactId>mockito-configuration</artifactId>
64 <groupId>${project.groupId}</groupId>
65 <artifactId>pcep-spi</artifactId>
74 <groupId>org.opendaylight.yangtools</groupId>
75 <artifactId>yang-maven-plugin</artifactId>
78 <groupId>org.apache.felix</groupId>
79 <artifactId>maven-bundle-plugin</artifactId>
80 <extensions>true</extensions>
83 <Bundle-Name>${project.groupId}.${project.artifactId}</Bundle-Name>