From aa69a4db58140af6a605cadd3b8e6166f59d97ad Mon Sep 17 00:00:00 2001 From: Jorge Hernandez Date: Wed, 31 Jan 2018 12:31:05 -0600 Subject: junits+utils to generate/test rules applications 1. utilities to generate rules applications and installing in local maven repository programmatically. 2. using these utilities, use policy abstractions, ie. controllers, containers, .. to junit test it. Change-Id: I13c35e631a1120fad503feef2593d32a99e3358f Issue-ID: POLICY-583 Signed-off-by: Jorge Hernandez --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 30e60521..eb32cca6 100644 --- a/.gitignore +++ b/.gitignore @@ -8,8 +8,10 @@ *.log *.out .metadata/ +.idea/ target/ */logs/ */sql/ */testingLogs/ */config/ +**/*.iml -- cgit 1.2.3-korg