30ac8554fec138064858df71c0141da7e91f4f4f
[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"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5     <parent>
6         <groupId>org.opendaylight.controller</groupId>
7         <artifactId>config-plugin-parent</artifactId>
8         <version>0.2.3-SNAPSHOT</version>
9         <relativePath>../config-plugin-parent</relativePath>
10     </parent>
11     <modelVersion>4.0.0</modelVersion>
12     <packaging>maven-plugin</packaging>
13     <artifactId>yang-test-plugin</artifactId>
14
15     <description>Remove generated source files, after new files generation, implementation is inserted.</description>
16     <name>${project.artifactId}</name>
17     <prerequisites>
18         <maven>3.0.4</maven>
19     </prerequisites>
20
21     <dependencies>
22         <dependency>
23             <groupId>org.apache.maven</groupId>
24             <artifactId>maven-plugin-api</artifactId>
25             <version>3.0.5</version>
26         </dependency>
27     </dependencies>
28 </project>