summaryrefslogtreecommitdiffstats
path: root/misc/rosetta
diff options
context:
space:
mode:
authorIanHowell <ian.howell@att.com>2018-04-03 15:26:47 -0500
committerIanHowell <ian.howell@att.com>2018-04-03 15:47:26 -0500
commite612377163e148280503ca8db93223ab1fdee4dc (patch)
tree1cbf9cfe9b7a739875f456eb33204a964b1ae14a /misc/rosetta
parent61f8fdfa4be59b1c6172bec7ab54369c20b59f2e (diff)
Fix the remaining failing tests in Cadi
Change-Id: Icac61b413bdc2de9ee73c14a785d26a3fe443fe4 Signed-off-by: IanHowell <ian.howell@att.com> Modify deprecated sonar properties in AAF Modified Misc pom files. Issue-ID: AAF-208 Change-Id: Iaf4e12c81f98fdca18992ffb24b78cd0135996df Signed-off-by: Sai Gandham <sg481n@att.com> Include Cadi and Misc JUnits for testing phase Issue-ID: AAF-128 Change-Id: Iee531d58c3aad1c5504e2e2619f611f30063e601 Signed-off-by: IanHowell <ian.howell@att.com> Fix a concurrency bug when removing invalid items from a Pool Change-Id: I5f3e18ff4e3eaedc2b4f3a4be1891c5187ab261b Signed-off-by: IanHowell <ian.howell@att.com>
Diffstat (limited to 'misc/rosetta')
-rw-r--r--misc/rosetta/pom.xml8
1 files changed, 7 insertions, 1 deletions
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 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.17</version>
<configuration>
+ <skipTests>false</skipTests>
+ <includes>
+ <include>**/JU*.java</include>
+ </includes>
+ <excludes>
+ </excludes>
</configuration>
</plugin>
@@ -313,4 +319,4 @@
</site>
</distributionManagement>
-</project> \ No newline at end of file
+</project>