aboutsummaryrefslogtreecommitdiffstats
path: root/policy-core/drools-artifact-1.1/src/main/resources/META-INF/kmodule.xml
AgeCommit message (Collapse)AuthorFilesLines
2018-02-08programatic install of rules artifacts for junitsJorge Hernandez1-6/+0
instead of relying on pom.xml, build settings. since jenkins jobs that generate sonars don't seem to go through a build phase anymore, therefore the preceding artifacts are not available in the local repository, which is required by the tests. Change-Id: Icfd14b2f8a6c6e1ac7d986bd6eb977b2a83b044d Issue-ID: POLICY-621 Signed-off-by: Jorge Hernandez <jh1730@att.com>
2017-09-18Add Junit tests to 'policy-core'Ralph Straubs1-0/+6
These tests focus on the following classes: - PolicyContainer - PolicySession - PolicySessionFeatureAPI 'maven-invoker-plugin' was used to compile and install artifacts for testing during the 'test-compile' phase. These aren't part of the Maven project hierarchy, so they aren't visible to Sonar and SonarQube, and they aren't deployed. Change-Id: I67c122debbe5280f0153e7330248dc5d13c5b2c0 Issue-ID: POLICY-236 Signed-off-by: Ralph Straubs <rs8887@att.com>