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>
5 <groupId>org.opendaylight.controller</groupId>
6 <artifactId>config-plugin-parent</artifactId>
7 <version>0.5.3-SNAPSHOT</version>
8 <relativePath>../config-plugin-parent</relativePath>
10 <artifactId>yang-test-plugin</artifactId>
11 <packaging>maven-plugin</packaging>
12 <name>${project.artifactId}</name>
14 <description>Remove generated source files, after new files generation, implementation is inserted.</description>
18 <groupId>org.apache.maven</groupId>
19 <artifactId>maven-plugin-api</artifactId>
20 <version>${maven.plugin.api.version}</version>