fix ServiceHandler SpotBugs false positives
[transportpce.git] / tests / honeynode / 2.2.1 / honeynode-plugin-api / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2015 Cisco and/or its affiliates. Licensed under the Apache
3     License, Version 2.0 (the "License"); you may not use this file except in
4     compliance with the License. You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0
5     Unless required by applicable law or agreed to in writing, software distributed
6     under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
7     OR CONDITIONS OF ANY KIND, either express or implied. See the License for
8     the specific language governing permissions and limitations under the License. -->
9 <project xmlns="http://maven.apache.org/POM/4.0.0"
10     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     <parent>
13         <groupId>io.fd.honeycomb.common</groupId>
14         <artifactId>api-parent</artifactId>
15         <version>1.19.04</version>
16     </parent>
17     <modelVersion>4.0.0</modelVersion>
18     <groupId>io.fd.honeycomb.transportpce</groupId>
19     <artifactId>honeynode-plugin-api</artifactId>
20     <name>honeynode-plugin-api</name>
21     <packaging>bundle</packaging>
22     <properties>
23         <guice.version>4.2.2</guice.version>
24         <guice.config.version>1.4.1</guice.config.version>
25     </properties>
26     <build>
27         <plugins>
28             <plugin>
29                 <groupId>org.codehaus.mojo</groupId>
30                 <artifactId>build-helper-maven-plugin</artifactId>
31                 <version>1.1</version>
32                 <executions>
33                     <execution>
34                         <id>add-source</id>
35                         <phase>generate-sources</phase>
36                         <goals>
37                             <goal>add-source</goal>
38                         </goals>
39                         <configuration>
40                             <sources>
41                                 <source>target/generated-sources/mdsal-binding</source>
42                             </sources>
43                         </configuration>
44                     </execution>
45                 </executions>
46             </plugin>
47         </plugins>
48         <pluginManagement>
49             <plugins>
50                 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
51                 <plugin>
52                     <groupId>org.eclipse.m2e</groupId>
53                     <artifactId>lifecycle-mapping</artifactId>
54                     <version>1.0.0</version>
55                     <configuration>
56                         <lifecycleMappingMetadata>
57                             <pluginExecutions>
58                                 <pluginExecution>
59                                     <pluginExecutionFilter>
60                                         <groupId>
61                                             org.apache.maven.plugins
62                                         </groupId>
63                                         <artifactId>
64                                             maven-checkstyle-plugin
65                                         </artifactId>
66                                         <versionRange>
67                                             [3.0.0,)
68                                         </versionRange>
69                                         <goals>
70                                             <goal>check</goal>
71                                         </goals>
72                                     </pluginExecutionFilter>
73                                     <action>
74                                         <ignore></ignore>
75                                     </action>
76                                 </pluginExecution>
77                             </pluginExecutions>
78                         </lifecycleMappingMetadata>
79                     </configuration>
80                 </plugin>
81             </plugins>
82         </pluginManagement>
83     </build>
84 </project>