package test.sample; import com.stchome.mavenTest.AppTest; /** * Hello world! * */ public class App { public static void main( String[] args ) { AppTest a = new AppTest("My Tests"); System.out.println( "Hello World!" ); } }