Allow unqualified node-identifiers in instance-identifier
[yangtools.git] / xpath / yang-xpath-impl / pom.xml
index 8dfd23b0b06c17a1ec7eae27dd986efaa89c64dc..76e7c4a17b04ef5beb4fe166d3996bf736745b43 100644 (file)
                     <listener>false</listener>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <argLine>
+                        --add-exports org.opendaylight.yangtools.yang.xpath.impl/org.opendaylight.yangtools.yang.xpath.impl=ALL-UNNAMED
+                    </argLine>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 </project>