my first.
I am looking for a way to disable maven resource and jar plugin phases from command line specifically,
something like -Dmaven.test.skip=true
which seems to disable maven-surefire-plugin:version:test
-Dmaven.{jar,resource}.skip=true
kind of.
Is this possible ?