Fix Sonar integration
[yangtools.git] / yang / yang-model-export / pom.xml
index 0e42455ba48c70d5ef5dc7a7c6de968fab21ea8d..fdb80dc0c046ff6fab9da6ca39c0502220fbc2ba 100644 (file)
                             <destFile>${project.build.directory}/code-coverage/jacoco.exec</destFile>
                         </configuration>
                     </execution>
-                    <execution>
-                        <id>post-unit-test</id>
-                        <goals>
-                            <goal>report</goal>
-                        </goals>
-                        <configuration>
-                            <dataFile>${project.build.directory}/code-coverage/jacoco.exec</dataFile>
-                        </configuration>
-                    </execution>
                 </executions>
             </plugin>
         </plugins>