You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org> on 2005/09/20 11:12:10 UTC

[jira] Created: (MNG-929) release:perform doesn't work with dependency define in dependencyManagement

release:perform doesn't work with dependency define in dependencyManagement
---------------------------------------------------------------------------

         Key: MNG-929
         URL: http://jira.codehaus.org/browse/MNG-929
     Project: Maven 2
        Type: Bug
 Reporter: Emmanuel Venisse
 Assigned to: John Casey 
     Fix For: 2.0-beta-2


[INFO] ----------------------------------------------------------------------------
[INFO] Building Continuum Parent Project
[INFO]    task-segment: [release:perform] (aggregator-style)
[INFO] ----------------------------------------------------------------------------
[INFO] [release:perform]
[INFO] Checking out the project to perform the release ...
[INFO] NOTE: Using release-pom: E:\continuum\target\checkout\release-pom.xml in reactor build.
[INFO] ----------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ----------------------------------------------------------------------------
[INFO] Reason: Failed to validate POM for 'E:\continuum\target\checkout\continuum-api\pom.xml'.

  Reason(s):
  [0]  In Dependency {groupId=plexus, artifactId=plexus-formica, version=null, type=jar}:

       -> 'dependencies.dependency.version' is missing.
  [1]  In Dependency {groupId=org.apache.maven.continuum, artifactId=continuum-model, version=null, type=jar}:

       -> 'dependencies.dependency.version' is missing.

[INFO] ----------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Tue Sep 20 10:43:46 CEST 2005
[INFO] Final Memory: 1M/2M
[INFO] ----------------------------------------------------------------------------
[INFO] ----------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ----------------------------------------------------------------------------
[INFO] Continuum Parent Project.........................................SUCCESS
[INFO] Continuum Model..................................................SUCCESS
[INFO] Continuum API....................................................SUCCESS
[INFO] Continuum Test...................................................SUCCESS
[INFO] Continuum Notifiers..............................................SUCCESS
[INFO] Continuum Notifier API...........................................SUCCESS
[INFO] Continuum Store..................................................SUCCESS
[INFO] Continuum Core...................................................SUCCESS
[INFO] Continuum Cruise Control Importer................................SUCCESS
[INFO] Continuum XMLRPC Interface.......................................SUCCESS
[INFO] Continuum MSN Notifier...........................................SUCCESS
[INFO] Continuum Jabber Notifier........................................SUCCESS
[INFO] Continuum Web....................................................SUCCESS
[INFO] Continuum IRC Notifier...........................................SUCCESS
[INFO] Continuum Plexus Application.....................................SUCCESS
[INFO] Continuum Core Integration Test..................................SUCCESS
[INFO]
[INFO]
[INFO] ----------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ----------------------------------------------------------------------------
[INFO] Total time: 11 minutes 34 seconds
[INFO] Finished at: Tue Sep 20 10:43:47 CEST 2005
[INFO] Final Memory: 3M/5M
[INFO] ----------------------------------------------------------------------------

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNG-929) release:perform doesn't work with dependency define in dependencyManagement

Posted by "John Casey (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-929?page=all ]

John Casey updated MNG-929:
---------------------------

    Remaining Estimate: 2 hours
     Original Estimate: 7200

> release:perform doesn't work with dependency define in dependencyManagement
> ---------------------------------------------------------------------------
>
>          Key: MNG-929
>          URL: http://jira.codehaus.org/browse/MNG-929
>      Project: Maven 2
>         Type: Bug
>     Reporter: Emmanuel Venisse
>     Assignee: John Casey
>      Fix For: 2.0-beta-2

>
> Original Estimate: 2 hours
>         Remaining: 2 hours
>
> [INFO] ----------------------------------------------------------------------------
> [INFO] Building Continuum Parent Project
> [INFO]    task-segment: [release:perform] (aggregator-style)
> [INFO] ----------------------------------------------------------------------------
> [INFO] [release:perform]
> [INFO] Checking out the project to perform the release ...
> [INFO] NOTE: Using release-pom: E:\continuum\target\checkout\release-pom.xml in reactor build.
> [INFO] ----------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ----------------------------------------------------------------------------
> [INFO] Reason: Failed to validate POM for 'E:\continuum\target\checkout\continuum-api\pom.xml'.
>   Reason(s):
>   [0]  In Dependency {groupId=plexus, artifactId=plexus-formica, version=null, type=jar}:
>        -> 'dependencies.dependency.version' is missing.
>   [1]  In Dependency {groupId=org.apache.maven.continuum, artifactId=continuum-model, version=null, type=jar}:
>        -> 'dependencies.dependency.version' is missing.
> [INFO] ----------------------------------------------------------------------------
> [INFO] Total time: < 1 second
> [INFO] Finished at: Tue Sep 20 10:43:46 CEST 2005
> [INFO] Final Memory: 1M/2M
> [INFO] ----------------------------------------------------------------------------
> [INFO] ----------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO] ----------------------------------------------------------------------------
> [INFO] Continuum Parent Project.........................................SUCCESS
> [INFO] Continuum Model..................................................SUCCESS
> [INFO] Continuum API....................................................SUCCESS
> [INFO] Continuum Test...................................................SUCCESS
> [INFO] Continuum Notifiers..............................................SUCCESS
> [INFO] Continuum Notifier API...........................................SUCCESS
> [INFO] Continuum Store..................................................SUCCESS
> [INFO] Continuum Core...................................................SUCCESS
> [INFO] Continuum Cruise Control Importer................................SUCCESS
> [INFO] Continuum XMLRPC Interface.......................................SUCCESS
> [INFO] Continuum MSN Notifier...........................................SUCCESS
> [INFO] Continuum Jabber Notifier........................................SUCCESS
> [INFO] Continuum Web....................................................SUCCESS
> [INFO] Continuum IRC Notifier...........................................SUCCESS
> [INFO] Continuum Plexus Application.....................................SUCCESS
> [INFO] Continuum Core Integration Test..................................SUCCESS
> [INFO]
> [INFO]
> [INFO] ----------------------------------------------------------------------------
> [INFO] BUILD SUCCESSFUL
> [INFO] ----------------------------------------------------------------------------
> [INFO] Total time: 11 minutes 34 seconds
> [INFO] Finished at: Tue Sep 20 10:43:47 CEST 2005
> [INFO] Final Memory: 3M/5M
> [INFO] ----------------------------------------------------------------------------

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MNG-929) release:perform doesn't work with dependency define in dependencyManagement

Posted by "John Casey (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-929?page=all ]
     
John Casey closed MNG-929:
--------------------------

    Resolution: Fixed

> release:perform doesn't work with dependency define in dependencyManagement
> ---------------------------------------------------------------------------
>
>          Key: MNG-929
>          URL: http://jira.codehaus.org/browse/MNG-929
>      Project: Maven 2
>         Type: Bug
>     Reporter: Emmanuel Venisse
>     Assignee: John Casey
>      Fix For: 2.0-beta-2

>
> Original Estimate: 2 hours
>        Time Spent: 2 hours
>         Remaining: 0 minutes
>
> [INFO] ----------------------------------------------------------------------------
> [INFO] Building Continuum Parent Project
> [INFO]    task-segment: [release:perform] (aggregator-style)
> [INFO] ----------------------------------------------------------------------------
> [INFO] [release:perform]
> [INFO] Checking out the project to perform the release ...
> [INFO] NOTE: Using release-pom: E:\continuum\target\checkout\release-pom.xml in reactor build.
> [INFO] ----------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ----------------------------------------------------------------------------
> [INFO] Reason: Failed to validate POM for 'E:\continuum\target\checkout\continuum-api\pom.xml'.
>   Reason(s):
>   [0]  In Dependency {groupId=plexus, artifactId=plexus-formica, version=null, type=jar}:
>        -> 'dependencies.dependency.version' is missing.
>   [1]  In Dependency {groupId=org.apache.maven.continuum, artifactId=continuum-model, version=null, type=jar}:
>        -> 'dependencies.dependency.version' is missing.
> [INFO] ----------------------------------------------------------------------------
> [INFO] Total time: < 1 second
> [INFO] Finished at: Tue Sep 20 10:43:46 CEST 2005
> [INFO] Final Memory: 1M/2M
> [INFO] ----------------------------------------------------------------------------
> [INFO] ----------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO] ----------------------------------------------------------------------------
> [INFO] Continuum Parent Project.........................................SUCCESS
> [INFO] Continuum Model..................................................SUCCESS
> [INFO] Continuum API....................................................SUCCESS
> [INFO] Continuum Test...................................................SUCCESS
> [INFO] Continuum Notifiers..............................................SUCCESS
> [INFO] Continuum Notifier API...........................................SUCCESS
> [INFO] Continuum Store..................................................SUCCESS
> [INFO] Continuum Core...................................................SUCCESS
> [INFO] Continuum Cruise Control Importer................................SUCCESS
> [INFO] Continuum XMLRPC Interface.......................................SUCCESS
> [INFO] Continuum MSN Notifier...........................................SUCCESS
> [INFO] Continuum Jabber Notifier........................................SUCCESS
> [INFO] Continuum Web....................................................SUCCESS
> [INFO] Continuum IRC Notifier...........................................SUCCESS
> [INFO] Continuum Plexus Application.....................................SUCCESS
> [INFO] Continuum Core Integration Test..................................SUCCESS
> [INFO]
> [INFO]
> [INFO] ----------------------------------------------------------------------------
> [INFO] BUILD SUCCESSFUL
> [INFO] ----------------------------------------------------------------------------
> [INFO] Total time: 11 minutes 34 seconds
> [INFO] Finished at: Tue Sep 20 10:43:47 CEST 2005
> [INFO] Final Memory: 3M/5M
> [INFO] ----------------------------------------------------------------------------

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org