Minimize surefire overrides
[yangtools.git] / yang / yang-parser-rfc7950 / pom.xml
index 79178a250bf8a73d7a6d08d890af88728d142038..6d2c5292dc4b3771206cb468145116e652523002 100644 (file)
 
     <build>
         <plugins>
-            <plugin>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <configuration>
-                    <argLine>@{argLine}
-                        --add-opens org.opendaylight.yangtools.yang.parser.rfc7950/org.opendaylight.yangtools.yang.parser.rfc7950.stmt.path=ALL-UNNAMED
-                    </argLine>
-                </configuration>
-            </plugin>
             <plugin>
                 <!-- FIXME: why is this needed? -->
                 <groupId>org.codehaus.mojo</groupId>