Add report-aggregate sonar execution 88/100388/1
authorPamela Dragosh <pdragosh@research.att.com>
Thu, 16 Jan 2020 19:38:07 +0000 (14:38 -0500)
committerPamela Dragosh <pdragosh@research.att.com>
Thu, 16 Jan 2020 19:38:16 +0000 (14:38 -0500)
This seems to bump the xacml-pdp coverage back to where
it was previously. No effect on common, models, api, pap
or drools. Potentially this could help engine.

Not sure exactly how Jacoco now seems to find the coverage.

Does not solve cross sub-module lack of coverage. Will
continue investigating.

Issue-ID: POLICY-2321
Change-Id: Id71a2f06f30491246504cb2881b94fe11ad5f501
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
integration/pom.xml

index c840fac..ae6ab21 100644 (file)
                         <skip>true</skip>
                       </configuration>
                     </execution>
-
+                    <execution>
+                      <id>report-aggregate</id>
+                      <phase>prepare-package</phase>
+                      <goals>
+                        <goal>report-aggregate</goal>
+                      </goals>
+                    </execution>
                 </executions>
             </plugin>
         </plugins>