RE: Invoking POJO test from batch file not working

2024-02-06 Thread Neil Aggarwal
Aggarwal *Sent:* Tuesday, February 6, 2024 12:49 PM *To:* 'Maven Users List' *Subject:* Invoking POJO test from batch file not working I have a test class krazydad.slitherlink.SolverTest It has a method public void testRun() Reading the Maven page, that should be enough to run it as a POJO

Invoking POJO test from batch file not working

2024-02-06 Thread Neil Aggarwal
I have a test class krazydad.slitherlink.SolverTest It has a method public void testRun() Reading the Maven page, that should be enough to run it as a POJO test. If I use this command line to invoke Maven: mvn test -Dtest=com._3dmathpuzzles.krazydad.slitherlink.SolverTest It does not