A)
1 - run all tests with maven: mvn test
2- run pitest with configuration in pom: mvn test-compile org.pitest:pitest-maven:mutationCoverage site
result: pitest ran all mutations, tooks ~21 minutes to finish
B)
1- run only numbers package test: mvn test -Dtest=org/apache/commons/text/numbers/**
2- run pitest with configuration in pom: mvn test-compile org.pitest:pitest-maven:mutationCoverage site
result: pitest ran all mutations, tooks ~21 minutes to finish