Andy Dingfelder wrote:
Now I am trying to add "goals" which I assume is the next step.
I see from other maven docs that I might want as a min:

    * validate
    * compile
    * package
    * verify
    * install
* deploy trying to add multiple goals
Goals at the bottom will automatically execute all goals above them (as preconditions). So, install would run everything, including compile and test. Note that deploy mean deploying to the remote repository and used quite rare (i.e. at release time).
though gives a run error when executing
it... it seems it adds them all together like:
compilepackagepackage

Diagnosis: Invalid task 'compilepackagepackage: you must specify a
valid lifecycle phase, or a goal in the format plugin:goal or
pluginGroupId:pluginArtifactId:pluginVersion:goal
 MNGECLIPSE-123: Goals in dialog are getting mixed by new selection
http://jira.codehaus.org/browse/MNGECLIPSE-123

 As a work around, you can manually edit text in this field.

 regards,
 Eugene



---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to