Revert "Bump versions to 3.0.3-SNAPSHOT"
[yangtools.git] / yang / yang-data-impl / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- vi: set et smarttab sw=4 tabstop=4: -->
3 <!-- Copyright (c) 2013 Cisco Systems, Inc. and others. All rights reserved.
4     This program and the accompanying materials are made available under the
5     terms of the Eclipse Public License v1.0 which accompanies this distribution,
6     and is available at http://www.eclipse.org/legal/epl-v10.html -->
7 <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">
8     <modelVersion>4.0.0</modelVersion>
9     <parent>
10         <groupId>org.opendaylight.yangtools</groupId>
11         <artifactId>bundle-parent</artifactId>
12         <version>3.0.2-SNAPSHOT</version>
13         <relativePath>../../bundle-parent</relativePath>
14     </parent>
15
16     <artifactId>yang-data-impl</artifactId>
17     <packaging>bundle</packaging>
18     <name>${project.artifactId}</name>
19     <description>${project.artifactId}</description>
20
21     <build>
22         <plugins>
23             <plugin>
24                 <groupId>org.antlr</groupId>
25                 <artifactId>antlr4-maven-plugin</artifactId>
26                 <executions>
27                     <execution>
28                         <goals>
29                             <goal>antlr4</goal>
30                         </goals>
31                     </execution>
32                 </executions>
33                 <configuration>
34                     <sourceDirectory>src/main/antlr</sourceDirectory>
35                     <outputDirectory>target/generated-sources/parser/org/opendaylight/yangtools/yang/data/impl/leafref</outputDirectory>
36                     <visitor>true</visitor>
37                     <listener>true</listener>
38                 </configuration>
39             </plugin>
40             <plugin>
41                 <groupId>org.apache.maven.plugins</groupId>
42                 <artifactId>maven-surefire-plugin</artifactId>
43                 <configuration>
44                 <argLine>-Dlog4j.configuration=log4j-test.xml
45                     -Xmx1500m ${jacoco.agent.ut.arg}</argLine>
46                     <redirectTestOutputToFile>true</redirectTestOutputToFile>
47                 </configuration>
48             </plugin>
49             <plugin>
50                 <groupId>org.apache.felix</groupId>
51                 <artifactId>maven-bundle-plugin</artifactId>
52                 <extensions>true</extensions>
53                 <configuration>
54                     <instructions>
55                         <Automatic-Module-Name>org.opendaylight.yangtools.yang.data.impl</Automatic-Module-Name>
56                         <Export-Package>
57                             {local-packages},
58                             org.opendaylight.yangtools.yang.data.impl.*,
59                             ;-split-package:=error
60                         </Export-Package>
61                         <Bundle-Activator>org.opendaylight.yangtools.yang.data.impl.osgi.Activator</Bundle-Activator>
62                     </instructions>
63                 </configuration>
64             </plugin>
65             <plugin>
66                 <groupId>org.jacoco</groupId>
67                 <artifactId>jacoco-maven-plugin</artifactId>
68                 <executions>
69                     <execution>
70                         <id>pre-unit-test</id>
71                         <goals>
72                             <goal>prepare-agent</goal>
73                         </goals>
74                         <configuration>
75                             <propertyName>jacoco.agent.ut.arg</propertyName>
76                         </configuration>
77                     </execution>
78                     <execution>
79                         <id>prepare-it-agent</id>
80                         <phase>pre-integration-test</phase>
81                         <goals>
82                             <goal>prepare-agent</goal>
83                         </goals>
84                         <configuration>
85                             <propertyName>jacoco.agent.it.arg</propertyName>
86                         </configuration>
87                     </execution>
88                 </executions>
89             </plugin>
90             <plugin>
91                 <groupId>org.apache.maven.plugins</groupId>
92                 <artifactId>maven-checkstyle-plugin</artifactId>
93                 <configuration>
94                     <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
95                 </configuration>
96             </plugin>
97         </plugins>
98     </build>
99
100     <dependencies>
101         <dependency>
102             <groupId>org.opendaylight.yangtools</groupId>
103             <artifactId>util</artifactId>
104         </dependency>
105         <dependency>
106             <groupId>org.opendaylight.yangtools</groupId>
107             <artifactId>yang-common</artifactId>
108         </dependency>
109         <dependency>
110             <groupId>org.opendaylight.yangtools</groupId>
111             <artifactId>yang-data-api</artifactId>
112         </dependency>
113         <dependency>
114             <groupId>org.opendaylight.yangtools</groupId>
115             <artifactId>yang-data-util</artifactId>
116         </dependency>
117         <dependency>
118             <groupId>org.opendaylight.yangtools</groupId>
119             <artifactId>yang-model-api</artifactId>
120         </dependency>
121         <dependency>
122             <groupId>org.opendaylight.yangtools</groupId>
123             <artifactId>yang-model-util</artifactId>
124         </dependency>
125         <dependency>
126             <groupId>org.opendaylight.yangtools</groupId>
127             <artifactId>rfc7952-data-util</artifactId>
128         </dependency>
129         <dependency>
130             <groupId>com.google.guava</groupId>
131             <artifactId>guava</artifactId>
132         </dependency>
133         <dependency>
134             <groupId>org.antlr</groupId>
135             <artifactId>antlr4-runtime</artifactId>
136         </dependency>
137         <dependency>
138             <groupId>javax.xml.bind</groupId>
139             <artifactId>jaxb-api</artifactId>
140         </dependency>
141
142         <dependency>
143             <groupId>org.kohsuke.metainf-services</groupId>
144             <artifactId>metainf-services</artifactId>
145         </dependency>
146         <dependency>
147             <groupId>org.osgi</groupId>
148             <artifactId>org.osgi.core</artifactId>
149         </dependency>
150
151         <dependency>
152             <groupId>org.slf4j</groupId>
153             <artifactId>slf4j-log4j12</artifactId>
154             <scope>test</scope>
155         </dependency>
156         <dependency>
157             <groupId>org.xmlunit</groupId>
158             <artifactId>xmlunit-legacy</artifactId>
159         </dependency>
160         <dependency>
161             <groupId>org.opendaylight.yangtools</groupId>
162             <artifactId>yang-parser-impl</artifactId>
163             <scope>test</scope>
164         </dependency>
165         <dependency>
166             <groupId>org.opendaylight.yangtools</groupId>
167             <artifactId>yang-test-util</artifactId>
168             <scope>test</scope>
169         </dependency>
170     </dependencies>
171
172 </project>