Remove yang-maven-plugin interfaces
[yangtools.git] / plugin / yang-maven-plugin-it / src / test / resources / test-parent / MissingYangInDep / pom.xml
index 2933592ddc562a6ecb7f1ccdbd106403f810dbbc..ae11f8222622461323b9d3ba4d856104d84b8346 100644 (file)
                         <configuration>
                             <yangFilesRootDir>${project.basedir}/yang</yangFilesRootDir>
                             <inspectDependencies>true</inspectDependencies>
-                            <codeGenerators>
-                                <generator>
-                                    <codeGeneratorClass>
-                                        org.opendaylight.yangtools.yang2sources.spi.CodeGeneratorTestImpl
-                                    </codeGeneratorClass>
-                                    <outputBaseDir>
-                                        outDir/
-                                    </outputBaseDir>
-                                </generator>
-                            </codeGenerators>
-                            <resourceProviders>
-                                <provider>
-                                    <resourceProviderClass>
-                                        org.opendaylight.yangtools.yang2sources.spi.ResourceProviderTestImpl
-                                    </resourceProviderClass>
-                                    <outputBaseDir>
-                                        outDir/
-                                    </outputBaseDir>
-                                </provider>
-                            </resourceProviders>
+                            <fileGenerators>
+                                <fileGenerator>
+                                    <identifier>
+                                        org.opendaylight.yangtools.plugin.generator.api.TestFileGenerator
+                                    </identifier>
+                                </fileGenerator>
+                            </fileGenerators>
                         </configuration>
                     </execution>
                 </executions>
@@ -56,7 +43,7 @@
                 <dependencies>
                     <dependency>
                         <groupId>org.opendaylight.yangtools</groupId>
-                        <artifactId>yang-maven-plugin-spi</artifactId>
+                        <artifactId>plugin-generator-api</artifactId>
                         <version>${project.version}</version>
                         <type>test-jar</type>
                     </dependency>