org.apache.maven
Class NoGoalsSpecifiedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.BuildFailureException
              extended by org.apache.maven.NoGoalsSpecifiedException
All Implemented Interfaces:
java.io.Serializable

public class NoGoalsSpecifiedException
extends BuildFailureException

Exception indicating that Maven has no instructions for what to execute. This happens when no goals are specified on the command line, and there is no defaultGoal specified in the POM itself.

Author:
jdcasey
See Also:
Serialized Form

Constructor Summary
NoGoalsSpecifiedException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoGoalsSpecifiedException

public NoGoalsSpecifiedException(java.lang.String message)


Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.