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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
12 <groupId>org.opendaylight.odlparent</groupId>
13 <artifactId>odlparent</artifactId>
14 <version>12.0.1</version>
17 <modelVersion>4.0.0</modelVersion>
19 <groupId>org.opendaylight.yangtools</groupId>
20 <artifactId>benchmarks</artifactId>
21 <version>10.0.1-SNAPSHOT</version>
24 <!-- JMH-generated code does not pass SB (very noisily)-->
25 <odlparent.spotbugs.skip>true</odlparent.spotbugs.skip>
30 <groupId>org.opendaylight.yangtools</groupId>
31 <artifactId>yang-data-tree-ri</artifactId>
32 <version>10.0.1-SNAPSHOT</version>
35 <groupId>org.opendaylight.yangtools</groupId>
36 <artifactId>yang-test-util</artifactId>
37 <version>10.0.1-SNAPSHOT</version>
38 <scope>compile</scope>
41 <groupId>org.openjdk.jmh</groupId>
42 <artifactId>jmh-core</artifactId>
43 <version>1.23</version>
50 <artifactId>maven-compiler-plugin</artifactId>
52 <annotationProcessorPaths>
54 <groupId>org.openjdk.jmh</groupId>
55 <artifactId>jmh-generator-annprocess</artifactId>
56 <version>1.23</version>
58 </annotationProcessorPaths>
68 <name>benchmarks</name>
74 <groupId>org.codehaus.mojo</groupId>
75 <artifactId>exec-maven-plugin</artifactId>
77 <classpathScope>test</classpathScope>
78 <executable>java</executable>
80 <argument>-classpath</argument>
82 <argument>org.openjdk.jmh.Main</argument>
83 <argument>.*</argument>
88 <id>run-benchmarks</id>
89 <phase>integration-test</phase>