Ok, that is good, and I think the bug summarizes my issue well.
I was thinking that you might want to select just the goals you want.
I have no need at the moment to exclude any of the earlier goals, 
so taking one of the last ones is fine with me.

Now, running a goal of install, I get errors surrounding the
maven-surefire-plugin, shown below.

Also, I noticed something in the project debugging is null, as in:   
for project: null:maven-resources-plugin

Thoughts?

Cheers,

Andy
___________________________________________

[DEBUG] Building Maven user-level plugin registry from:
'<home>\.m2\plugin-registry.xml'
[DEBUG] Building Maven user-level plugin registry from:
'<home>\.m2\plugin-registry.xml'
[INFO] Scanning for projects...
[INFO]
----------------------------------------------------------------------------
[INFO] Building Unnamed - common_java:common_java:jar:0.0.1
[INFO]    task-segment: [install]
[INFO]
----------------------------------------------------------------------------
[DEBUG] maven-resources-plugin: resolved to version 2.2 from repository
central
[DEBUG] Retrieving parent-POM:
org.apache.maven.plugins:maven-plugins::1 for project:
null:maven-resources-plugin:maven-plugin:2.2 from the repository.
[DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::1 for
project: org.apache.maven.plugins:maven-plugins:pom:1 from the
repository.
[DEBUG] Retrieving parent-POM: org.apache:apache::1 for project:
org.apache.maven:maven-parent:pom:1 from the repository.
[DEBUG] maven-compiler-plugin: resolved to version 2.0.1 from
repository central
[DEBUG] Retrieving parent-POM:
org.apache.maven.plugins:maven-plugins::1 for project:
null:maven-compiler-plugin:maven-plugin:2.0.1 from the repository.
[DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::1 for
project: org.apache.maven.plugins:maven-plugins:pom:1 from the
repository.
[DEBUG] Retrieving parent-POM: org.apache:apache::1 for project:
org.apache.maven:maven-parent:pom:1 from the repository.
[DEBUG] maven-surefire-plugin: using locally installed snapshot
[DEBUG] Artifact not found - using stub model: Unable to determine the
latest version

  org.apache.maven.plugins:maven-surefire-plugin:pom:LATEST


[DEBUG] Using defaults for missing POM
org.apache.maven.plugins:maven-surefire-plugin:pom:LATEST
[DEBUG] maven-surefire-plugin: using locally installed snapshot
[DEBUG] Artifact not found - using stub model: Unable to determine the
release version

  org.apache.maven.plugins:maven-surefire-plugin:pom:RELEASE


[DEBUG] Using defaults for missing POM
org.apache.maven.plugins:maven-surefire-plugin:pom:RELEASE
[ERROR] project-execute : common_java:common_java:jar:0.0.1 ( 
task-segment: [install] )
Diagnosis: The plugin 'org.apache.maven.plugins:maven-surefire-plugin'
does not exist or no valid version could be found
FATAL ERROR: Error executing Maven for a project
[ERROR] reactor-execute : C:\projects\common_java
Diagnosis: The plugin 'org.apache.maven.plugins:maven-surefire-plugin'
does not exist or no valid version could be found
FATAL ERROR: Error executing Maven for a project
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] The plugin 'org.apache.maven.plugins:maven-surefire-plugin' does
not exist or no valid version could be found
[INFO]
------------------------------------------------------------------------
[DEBUG] Trace The plugin
'org.apache.maven.plugins:maven-surefire-plugin' does not exist or no
valid version could be found
[INFO]
------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Tue Jan 23 09:07:59 NZDT 2007
[INFO] Final Memory: 1M/3M
[INFO]
------------------------------------------------------------------------
[INFO] Error for project: Unnamed - common_java:common_java:jar:0.0.1
(during install)
[INFO]
------------------------------------------------------------------------
[INFO] The plugin 'org.apache.maven.plugins:maven-surefire-plugin' does
not exist or no valid version could be found
[INFO]
------------------------------------------------------------------------
[DEBUG] Trace The plugin
'org.apache.maven.plugins:maven-surefire-plugin' does not exist or no
valid version could be found
[INFO]
------------------------------------------------------------------------
[ERROR] reactor-execute : C:\projects\common_java
FATAL ERROR: Error executing Maven for a project
[INFO] BUILD ERRORS
[INFO]
------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Tue Jan 23 09:07:59 NZDT 2007
[INFO] Final Memory: 1M/3M
[INFO]
------------------------------------------------------------------------


___________________________________________

>>> [EMAIL PROTECTED] 22/01/2007 4:07 p.m. >>>
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 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
WARNING: This email and any attachments may be confidential and/or
privileged. They are intended for the addressee only and are not to be read,
used, copied or disseminated by anyone receiving them in error.  If you are
not the intended recipient, please notify the sender by return email and
delete this message and any attachments.

The views expressed in this email are those of the sender and do not
necessarily reflect the official views of Landcare Research.  

SirTrack
http://www.sirtrack.com
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



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

    http://xircles.codehaus.org/manage_email

Reply via email to