00ddbdd344cffad03eda9f3dac81d1a2bff5f5eb
[controller.git] / opendaylight / sal / yang-prototype / code-generator / maven-yang-plugin-it / src / test / resources / NoOutputDir / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2     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
5         <groupId>org.opendaylight.controller</groupId>
6         <version>0.5.1-SNAPSHOT</version>
7
8     <artifactId>test</artifactId>
9
10     <build>
11         <plugins>
12             <plugin>
13                 <groupId>org.opendaylight.controller</groupId>
14                 <artifactId>yang-maven-plugin</artifactId>
15                 <version>0.5.1-SNAPSHOT</version>
16                 <executions>
17                     <execution>
18                         <goals>
19                             <goal>generate-sources</goal>
20                         </goals>
21                         <configuration>
22                             <yangFilesRootDir>../files</yangFilesRootDir>
23                             <codeGenerators>
24                                 <generator>
25                                     <codeGeneratorClass>
26                                         org.opendaylight.controller.yang2sources.spi.CodeGeneratorTestImpl
27                                     </codeGeneratorClass>
28                                 </generator>
29                             </codeGenerators>
30                             <resourceProviders>
31                                 <provider>
32                                     <resourceProviderClass>
33                                         org.opendaylight.controller.yang2sources.spi.ResourceProviderTestImpl
34                                     </resourceProviderClass>
35                                 </provider>
36                             </resourceProviders>
37                         </configuration>
38                     </execution>
39                 </executions>
40
41                 <dependencies>
42                     <dependency>
43                         <groupId>org.opendaylight.controller</groupId>
44                         <artifactId>yang-maven-plugin-spi</artifactId>
45                         <version>0.5.1-SNAPSHOT</version>
46                         <type>test-jar</type>
47                     </dependency>
48                 </dependencies>
49             </plugin>
50         </plugins>
51     </build>
52 </project>