From e612377163e148280503ca8db93223ab1fdee4dc Mon Sep 17 00:00:00 2001 From: IanHowell Date: Tue, 3 Apr 2018 15:26:47 -0500 Subject: Fix the remaining failing tests in Cadi Change-Id: Icac61b413bdc2de9ee73c14a785d26a3fe443fe4 Signed-off-by: IanHowell Modify deprecated sonar properties in AAF Modified Misc pom files. Issue-ID: AAF-208 Change-Id: Iaf4e12c81f98fdca18992ffb24b78cd0135996df Signed-off-by: Sai Gandham Include Cadi and Misc JUnits for testing phase Issue-ID: AAF-128 Change-Id: Iee531d58c3aad1c5504e2e2619f611f30063e601 Signed-off-by: IanHowell Fix a concurrency bug when removing invalid items from a Pool Change-Id: I5f3e18ff4e3eaedc2b4f3a4be1891c5187ab261b Signed-off-by: IanHowell --- misc/env/pom.xml | 8 ++++++++ misc/log4j/pom.xml | 6 ++++++ misc/pom.xml | 6 ++++++ misc/rosetta/pom.xml | 8 +++++++- misc/xgen/pom.xml | 8 ++++++-- 5 files changed, 33 insertions(+), 3 deletions(-) (limited to 'misc') diff --git a/misc/env/pom.xml b/misc/env/pom.xml index 6ee52e45..a6a87e91 100644 --- a/misc/env/pom.xml +++ b/misc/env/pom.xml @@ -135,6 +135,14 @@ 2.5.2 -s ${mvn.settings} deploy + false + + **/JU*.java + + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + surefireArgLine diff --git a/misc/log4j/pom.xml b/misc/log4j/pom.xml index 0a12fdd7..12f7afdc 100644 --- a/misc/log4j/pom.xml +++ b/misc/log4j/pom.xml @@ -238,6 +238,12 @@ prepare-agent + false + + **/JU*.java + + + ${project.build.directory}/code-coverage/jacoco-ut.exec surefireArgLine diff --git a/misc/pom.xml b/misc/pom.xml index 5e8dc379..20ca34a5 100644 --- a/misc/pom.xml +++ b/misc/pom.xml @@ -262,6 +262,12 @@ prepare-agent + false + + **/JU*.java + + + ${project.build.directory}/code-coverage/jacoco-ut.exec surefireArgLine diff --git a/misc/rosetta/pom.xml b/misc/rosetta/pom.xml index 0c5228ec..7eecfe10 100644 --- a/misc/rosetta/pom.xml +++ b/misc/rosetta/pom.xml @@ -189,6 +189,12 @@ maven-surefire-plugin 2.17 + false + + **/JU*.java + + + @@ -313,4 +319,4 @@ - \ No newline at end of file + diff --git a/misc/xgen/pom.xml b/misc/xgen/pom.xml index f34c1eb2..0c0b3756 100644 --- a/misc/xgen/pom.xml +++ b/misc/xgen/pom.xml @@ -114,7 +114,6 @@ 1.7 - org.apache.maven.plugins 2.4 @@ -159,7 +158,6 @@ false - @@ -173,6 +171,12 @@ maven-surefire-plugin 2.17 + false + + **/JU*.java + + + -- cgit 1.2.3-korg