7d3291a304da85723285b0212cae28d3ee055d57
[controller.git] / opendaylight / sal / yang-prototype / code-generator / maven-yang-plugin-it / src / test / resources / NoGenerators / 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     <artifactId>test</artifactId>
8
9     <build>
10         <plugins>
11             <plugin>
12                 <groupId>org.opendaylight.controller</groupId>
13                 <artifactId>yang-maven-plugin</artifactId>
14                 <version>0.5.1-SNAPSHOT</version>
15                 <executions>
16                     <execution>
17                         <goals>
18                             <goal>generate-sources</goal>
19                         </goals>
20                         <configuration>
21                             <yangFilesRootDir>../files</yangFilesRootDir>
22                             <codeGenerators>
23                             </codeGenerators>
24                             <resourceProviders>
25                                 <provider>
26                                     <resourceProviderClass>
27                                         org.opendaylight.controller.yang2sources.spi.ResourceProviderTestImpl
28                                     </resourceProviderClass>
29                                     <outputBaseDir>
30                                         outDir/
31                                     </outputBaseDir>
32                                 </provider>
33                             </resourceProviders>
34                         </configuration>
35                     </execution>
36                 </executions>
37                                 <dependencies>
38                     <dependency>
39                         <groupId>org.opendaylight.controller</groupId>
40                         <artifactId>yang-maven-plugin-spi</artifactId>
41                         <version>0.5.1-SNAPSHOT</version>
42                         <type>test-jar</type>
43                     </dependency>
44                 </dependencies>
45             </plugin>
46         </plugins>
47     </build>
48 </project>