Merge "Fix checkstyle warnings in yang-test-plugin."
[controller.git] / opendaylight / config / yang-test-plugin / 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.controller</groupId>
6     <artifactId>config-plugin-parent</artifactId>
7     <version>0.3.0-SNAPSHOT</version>
8     <relativePath>../config-plugin-parent</relativePath>
9   </parent>
10   <artifactId>yang-test-plugin</artifactId>
11   <packaging>maven-plugin</packaging>
12   <name>${project.artifactId}</name>
13
14   <description>Remove generated source files, after new files generation, implementation is inserted.</description>
15   <prerequisites>
16     <maven>3.0.4</maven>
17   </prerequisites>
18
19   <dependencies>
20     <dependency>
21       <groupId>commons-io</groupId>
22       <artifactId>commons-io</artifactId>
23     </dependency>
24     <dependency>
25       <groupId>org.apache.maven</groupId>
26       <artifactId>maven-plugin-api</artifactId>
27       <version>${maven.plugin.api.version}</version>
28     </dependency>
29   </dependencies>
30 </project>