@Nullable
 protected Element getGoalConfig(MavenProject p, String goal) {
   return p.getPluginGoalConfiguration(myPluginGroupID, myPluginArtifactID, goal);
 }