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
11 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
14 <modelVersion>4.0.0</modelVersion>
16 <groupId>org.opendaylight.bgpcep</groupId>
17 <artifactId>testtool-parent</artifactId>
18 <version>0.21.7-SNAPSHOT</version>
19 <relativePath>../../testtool-parent</relativePath>
22 <artifactId>pcep-testtool</artifactId>
23 <description>PCEP Interop Testing Tool</description>
24 <packaging>jar</packaging>
25 <name>${project.artifactId}</name>
29 <groupId>${project.groupId}</groupId>
30 <artifactId>concepts</artifactId>
33 <groupId>${project.groupId}</groupId>
34 <artifactId>pcep-api</artifactId>
37 <groupId>${project.groupId}</groupId>
38 <artifactId>pcep-spi</artifactId>
41 <groupId>${project.groupId}</groupId>
42 <artifactId>pcep-impl</artifactId>
45 <groupId>${project.groupId}</groupId>
46 <artifactId>pcep-pcc-mock</artifactId>
49 <groupId>${project.groupId}</groupId>
50 <artifactId>testtool-util</artifactId>
54 <groupId>${project.groupId}</groupId>
55 <artifactId>pcep-ietf-stateful</artifactId>
59 <groupId>io.netty</groupId>
60 <artifactId>netty-common</artifactId>
63 <groupId>io.netty</groupId>
64 <artifactId>netty-transport</artifactId>
67 <groupId>com.google.guava</groupId>
68 <artifactId>guava</artifactId>
71 <groupId>org.slf4j</groupId>
72 <artifactId>slf4j-api</artifactId>
75 <groupId>ch.qos.logback</groupId>
76 <artifactId>logback-classic</artifactId>
77 <scope>runtime</scope>
84 <groupId>org.apache.maven.plugins</groupId>
85 <artifactId>maven-jar-plugin</artifactId>
89 <mainClass>org.opendaylight.protocol.pcep.testtool.Main</mainClass>
95 <groupId>org.apache.maven.plugins</groupId>
96 <artifactId>maven-shade-plugin</artifactId>
101 <phase>package</phase>
107 <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
108 <mainClass>org.opendaylight.protocol.pcep.testtool.Main</mainClass>
110 <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
112 <shadedArtifactAttached>true</shadedArtifactAttached>
113 <shadedClassifierName>executable</shadedClassifierName>
122 <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
123 <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
124 <url>https://wiki.opendaylight.org/display/ODL/BGPCEP</url>