Fix YangToSourcesPluginTestIT failure
[yangtools.git] / yang / yang-maven-plugin-it / pom.xml
index ec49020712e0bb50c452f029b29e2c8706913684..22660113aed2cf96d5670be2ba2f94aa3a55271c 100644 (file)
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <artifactId>maven-help-plugin</artifactId>
+                <configuration>
+                    <output>${project.build.directory}/effective-settings.xml</output>
+                </configuration>
+                <executions>
+                    <execution>
+                      <phase>pre-integration-test</phase>
+                      <goals>
+                          <goal>effective-settings</goal>
+                      </goals>
+                    </execution>
+                </executions>
+            </plugin>
         </plugins>
     </build>