See plugin config from pom.xml below.
I can do:
mvn myplugin:myGoal
Which runs myGoal (both executions I suppose) but I want to be able
Hey you can create your goal like this:-
org.myplugin:myplugin-maven-plugin:1.1.1:myGoal i.e :::
It works in my case ...