Open
Description
Currently when trying to use parameters and profile:
mvn buildplan:list -Dbuildplan.tasks="clean,verify,org.eluder.coveralls:coveralls-maven-plugin:3.0.1:report -Prun-coverage -DdryRun -DrepoToken=toto"
It fails with:
Failed to execute goal fr.jcgay.maven.plugins:buildplan-maven-plugin:1.1:list (default-cli) on project maven-notifier: Cannot calculate Maven execution plan, caused by: Could not find goal 'report -Prun-coverage -DdryRun -DrepoToken=toto' in plugin org.eluder.coveralls:coveralls-maven-plugin:3.0.1 among available goals help, report -> [Help 1]
Find if it's possible to use them when calculating build plan.