85c06d09690e36aaa39f17fd42579c2327218c6b
[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.3-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.3-SNAPSHOT</version>
15                 <executions>
16                     <execution>
17                         <goals>
18                             <goal>generate-sources</goal>
19                         </goals>
20                         <configuration>
21                             <yangFilesRootDir>../files</yangFilesRootDir>
22                             <inspectDependencies>false</inspectDependencies>
23                             <codeGenerators>
24                             </codeGenerators>
25                             <resourceProviders>
26                                 <provider>
27                                     <resourceProviderClass>
28                                         org.opendaylight.controller.yang2sources.spi.ResourceProviderTestImpl
29                                     </resourceProviderClass>
30                                     <outputBaseDir>
31                                         outDir/
32                                     </outputBaseDir>
33                                 </provider>
34                             </resourceProviders>
35                         </configuration>
36                     </execution>
37                 </executions>
38                                 <dependencies>
39                     <dependency>
40                         <groupId>org.opendaylight.controller</groupId>
41                         <artifactId>yang-maven-plugin-spi</artifactId>
42                         <version>0.5.3-SNAPSHOT</version>
43                         <type>test-jar</type>
44                     </dependency>
45                 </dependencies>
46             </plugin>
47         </plugins>
48     </build>
49 </project>