BAEL-20655 Which sub-modules aren't being built?
- Added several missing modules in the main pom.xml - Fixed the modules list for all the profiles - Commented several test cases so that all modules can run and be included in the pom.xml - Moved child modules from main pom to parent modules pom
This commit is contained in:
@@ -2,7 +2,7 @@ package com.baeldung.exitvshalt;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
public class JvmExitDemoUnitTest {
|
||||
public class JvmExitDemoManualTest {
|
||||
|
||||
JvmExitAndHaltDemo jvmExitAndHaltDemo = new JvmExitAndHaltDemo();
|
||||
|
||||
@@ -2,7 +2,7 @@ package com.baeldung.exitvshalt;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
public class JvmHaltDemoUnitTest {
|
||||
public class JvmHaltDemoManualTest {
|
||||
|
||||
JvmExitAndHaltDemo jvmExitAndHaltDemo = new JvmExitAndHaltDemo();
|
||||
|
||||
Reference in New Issue
Block a user