BAEL-8960 Fix surefire configs of java security api, java annotations, jenkins, api, jhipster, jni, maven, msf4j, mustache projects

- Surefire config fixes, pom standardizations, added packaging pom at jhipster level and jhipster-microservice level
This commit is contained in:
Dhawal Kapil
2018-09-25 21:37:12 +05:30
parent 738d65b9be
commit 9799b93a21
15 changed files with 884 additions and 966 deletions
@@ -9,7 +9,7 @@ import org.jooby.test.MockRouter;
import org.junit.ClassRule;
import org.junit.Test;
public class AppTest {
public class AppUnitTest {
@ClassRule
public static JoobyRule app = new JoobyRule(new App());