b437e77b9d7a115527ad06b5cc740f6f3716b61f
[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.4.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
16   <dependencies>
17     <dependency>
18       <groupId>commons-io</groupId>
19       <artifactId>commons-io</artifactId>
20     </dependency>
21     <dependency>
22       <groupId>org.apache.maven</groupId>
23       <artifactId>maven-plugin-api</artifactId>
24       <version>${maven.plugin.api.version}</version>
25     </dependency>
26   </dependencies>
27 </project>