public boolean isApplicable(MavenProject mavenProject) {
   return mavenProject.findPlugin(myPluginGroupID, myPluginArtifactID) != null;
 }