BUG-1988: OF Plugin changes the order of NodeConnector update events
[openflowplugin.git] / openflowplugin / 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3     <modelVersion>4.0.0</modelVersion>
4     <parent>
5         <groupId>org.opendaylight.openflowplugin</groupId>
6         <artifactId>openflowplugin-parent</artifactId>
7         <version>0.0.3-SNAPSHOT</version>
8         <relativePath>../</relativePath>
9     </parent>
10
11     <artifactId>openflowplugin</artifactId>
12     <packaging>bundle</packaging>
13
14     <properties>
15         <yangtools.version>0.6.2-SNAPSHOT</yangtools.version>
16         <yangtools.generator.version>0.6.2-SNAPSHOT</yangtools.generator.version>
17         <yangtools.binding.version>0.6.2-SNAPSHOT</yangtools.binding.version>
18         <jmxGeneratorPath>${project.build.directory}/generated-sources/config</jmxGeneratorPath>
19         <sal-binding-api.version>1.1-SNAPSHOT</sal-binding-api.version>
20         <sonar.jacoco.excludes>${project.basedir}/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/openflow/**/*.java</sonar.jacoco.excludes>
21         <sonar.exclusions>
22             ${project.basedir}/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/openflow/**/*.java
23         </sonar.exclusions>
24     </properties>
25
26     <build>
27         <plugins>
28             <plugin>
29                 <groupId>org.apache.maven.plugins</groupId>
30                 <artifactId>maven-surefire-plugin</artifactId>
31                 <version>2.16</version>
32                 <configuration>
33                     <excludes>
34                         <exclude>
35                             ${project.basedir}/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/openflow/**/*.java
36                         </exclude>
37                     </excludes>
38                 </configuration>
39             </plugin>
40             <plugin>
41                 <groupId>org.apache.felix</groupId>
42                 <artifactId>maven-bundle-plugin</artifactId>
43             </plugin>
44             <plugin>
45                 <groupId>org.opendaylight.yangtools</groupId>
46                 <artifactId>yang-maven-plugin</artifactId>
47                 <executions>
48                     <execution>
49                         <goals>
50                             <goal>generate-sources</goal>
51                         </goals>
52                         <configuration>
53                             <codeGenerators>
54                                 <generator>
55                                     <codeGeneratorClass>
56                                         org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator
57                                     </codeGeneratorClass>
58                                     <outputBaseDir>${project.build.directory}/generated-sources/config</outputBaseDir>
59                                     <additionalConfiguration>
60                                         <namespaceToPackage1>
61                                             urn:opendaylight:params:xml:ns:yang:controller==org.opendaylight.controller.config.yang
62                                         </namespaceToPackage1>
63                                     </additionalConfiguration>
64                                 </generator>
65                                 <generator>
66                                     <codeGeneratorClass>
67                                         org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl
68                                     </codeGeneratorClass>
69                                     <outputBaseDir>${project.build.directory}/generated-sources/sal</outputBaseDir>
70                                 </generator>
71                                 <generator>
72                                     <codeGeneratorClass>org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl</codeGeneratorClass>
73                                     <outputBaseDir>${project.build.directory}/site/models</outputBaseDir>
74                                 </generator>
75                             </codeGenerators>
76                             <inspectDependencies>true</inspectDependencies>
77                         </configuration>
78                     </execution>
79                 </executions>
80                 <dependencies>
81                     <dependency>
82                         <groupId>org.opendaylight.controller</groupId>
83                         <artifactId>yang-jmx-generator-plugin</artifactId>
84                         <version>${config.parent.version}</version>
85                     </dependency>
86                     <dependency>
87                         <groupId>org.opendaylight.yangtools</groupId>
88                         <artifactId>maven-sal-api-gen-plugin</artifactId>
89                         <version>${yangtools.version}</version>
90                         <type>jar</type>
91                     </dependency>
92                 </dependencies>
93             </plugin>
94         </plugins>
95     </build>
96     <dependencies>
97         <dependency>
98             <groupId>org.opendaylight.openflowplugin</groupId>
99             <artifactId>openflowplugin-api</artifactId>
100             <version>${project.version}</version>
101         </dependency>
102         <dependency>
103             <groupId>org.opendaylight.openflowplugin</groupId>
104             <artifactId>openflowplugin-extension-api</artifactId>
105             <version>${project.version}</version>
106         </dependency>
107         <dependency>
108             <groupId>org.opendaylight.controller</groupId>
109             <artifactId>liblldp</artifactId>
110         </dependency>
111         <dependency>
112             <groupId>org.opendaylight.controller.model</groupId>
113             <artifactId>model-flow-base</artifactId>
114         </dependency>
115         <dependency>
116             <groupId>org.opendaylight.controller.model</groupId>
117             <artifactId>model-flow-service</artifactId>
118         </dependency>
119         <dependency>
120             <groupId>org.opendaylight.controller.model</groupId>
121             <artifactId>model-flow-statistics</artifactId>
122         </dependency>
123         <dependency>
124             <groupId>org.opendaylight.controller.model</groupId>
125             <artifactId>model-inventory</artifactId>
126         </dependency>
127         <dependency>
128             <groupId>org.opendaylight.controller</groupId>
129             <artifactId>sal-binding-api</artifactId>
130         </dependency>
131         <dependency>
132             <groupId>org.opendaylight.controller</groupId>
133             <artifactId>sal-binding-broker-impl</artifactId>
134             <version>${sal-binding-api.version}</version>
135         </dependency>
136
137         <dependency>
138             <groupId>org.opendaylight.openflowjava</groupId>
139             <artifactId>openflow-protocol-api</artifactId>
140         </dependency>
141         <dependency>
142             <groupId>org.opendaylight.openflowjava</groupId>
143             <artifactId>openflow-protocol-spi</artifactId>
144         </dependency>
145         <dependency>
146             <groupId>org.opendaylight.openflowjava</groupId>
147             <artifactId>openflow-protocol-impl</artifactId>
148         </dependency>
149         <dependency>
150             <groupId>org.opendaylight.controller</groupId>
151             <artifactId>config-api</artifactId>
152         </dependency>
153
154         <dependency>
155             <groupId>com.google.guava</groupId>
156             <artifactId>guava</artifactId>
157         </dependency>
158         <dependency>
159             <groupId>org.apache.commons</groupId>
160             <artifactId>commons-lang3</artifactId>
161         </dependency>
162
163         <dependency>
164             <groupId>junit</groupId>
165             <artifactId>junit</artifactId>
166             <scope>test</scope>
167         </dependency>
168         <dependency>
169             <groupId>org.mockito</groupId>
170             <artifactId>mockito-all</artifactId>
171             <scope>test</scope>
172         </dependency>
173
174         <dependency>
175             <groupId>org.slf4j</groupId>
176             <artifactId>slf4j-log4j12</artifactId>
177         </dependency>
178         <dependency>
179             <groupId>org.opendaylight.controller</groupId>
180             <artifactId>sal-common-util</artifactId>
181         </dependency>
182         <dependency>
183             <groupId>org.opendaylight.openflowjava</groupId>
184             <artifactId>util</artifactId>
185         </dependency>
186
187     </dependencies>
188 </project>
189