cf158cc7b016aff06af65f6ae81558e60e4a8a21
[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     <parent>
5         <artifactId>binding-generator</artifactId>
6         <groupId>org.opendaylight.controller</groupId>
7         <version>0.5-SNAPSHOT</version>
8     </parent>
9     <artifactId>test</artifactId>
10
11     <build>
12         <plugins>
13             <plugin>
14                 <groupId>org.opendaylight.controller</groupId>
15                 <artifactId>yang-maven-plugin</artifactId>
16                 <version>0.5-SNAPSHOT</version>
17                 <executions>
18                     <execution>
19                         <goals>
20                             <goal>generate-sources</goal>
21                         </goals>
22                         <configuration>
23                             <yangFilesRootDir>${basedir}/../../../../../yang-model-parser-impl/src/test/resources/model</yangFilesRootDir>
24                             <codeGenerators>
25                             </codeGenerators>
26                             <resourceProviders>
27                                 <provider>
28                                     <resourceProviderClass>
29                                         org.opendaylight.controller.yang2sources.spi.ResourceProviderTestImpl
30                                     </resourceProviderClass>
31                                     <outputBaseDir>
32                                         outDir/
33                                     </outputBaseDir>
34                                 </provider>
35                             </resourceProviders>
36                         </configuration>
37                     </execution>
38                 </executions>
39                                 <dependencies>
40                     <dependency>
41                         <groupId>org.opendaylight.controller</groupId>
42                         <artifactId>yang-maven-plugin-spi</artifactId>
43                         <version>0.5-SNAPSHOT</version>
44                         <type>test-jar</type>
45                     </dependency>
46                 </dependencies>
47             </plugin>
48         </plugins>
49     </build>
50 </project>