Class DuplicateMojoDescriptorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.plexus.configuration.PlexusConfigurationException
org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException
org.apache.maven.plugin.descriptor.DuplicateMojoDescriptorException
All Implemented Interfaces:
Serializable

public class DuplicateMojoDescriptorException extends InvalidPluginDescriptorException
DuplicateMojoDescriptorException
See Also:
  • Constructor Details

    • DuplicateMojoDescriptorException

      public DuplicateMojoDescriptorException(String goalPrefix, String goal, String existingImplementation, String newImplementation)