You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/06/07 12:51:06 UTC

[jira] Created: (MPRELEASE-7) goal convert-snapshots(-auto)

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPRELEASE-7

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPRELEASE-7
    Summary: goal convert-snapshots(-auto)
       Type: Improvement

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-release-plugin

   Assignee: Jason van Zyl
   Reporter: Roman Macko

    Created: Mon, 7 Jun 2004 6:50 AM
    Updated: Mon, 7 Jun 2004 6:50 AM
Environment: maven-rc3 
maven-release-plugin-1.3

Description:
1) Snapshots should be resolved whenever version specification contains
   string SNAPSHOT and not only when the value is exactly SNAPSHOT

2) Errors should not be ignored when getting snapshot-version file
   from remote repository. If the file does not exist, no message
   is reported 


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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] Commented: (MPRELEASE-7) goal convert-snapshots(-auto)

Posted by ji...@codehaus.org.
The following comment has been added to this issue:

     Author: Trygve Laugstol
    Created: Wed, 14 Jul 2004 10:10 AM
       Body:
> 2) Errors should not be ignored when getting snapshot-version file
>   from remote repository. If the file does not exist, no message
>   is reported

Why should there be a message? Maven can try several repositories and there is nothing wrong if the artifact is missing. But the build shouldn't continue if a jar is missing in the local repository after all artifacts have been tried downloaded.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPRELEASE-7?page=comments#action_21767

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPRELEASE-7

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPRELEASE-7
    Summary: goal convert-snapshots(-auto)
       Type: Improvement

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-release-plugin

   Assignee: Jason van Zyl
   Reporter: Roman Macko

    Created: Mon, 7 Jun 2004 6:50 AM
    Updated: Wed, 14 Jul 2004 10:10 AM
Environment: maven-rc3 
maven-release-plugin-1.3

Description:
1) Snapshots should be resolved whenever version specification contains
   string SNAPSHOT and not only when the value is exactly SNAPSHOT

2) Errors should not be ignored when getting snapshot-version file
   from remote repository. If the file does not exist, no message
   is reported 


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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: (MPRELEASE-7) goal convert-snapshots(-auto)

Posted by ji...@codehaus.org.
The following issue has been updated:

    Updater: Roman Macko (mailto:roman.macko@assetsoft.sk)
       Date: Wed, 14 Jul 2004 7:28 AM
    Comment:
1) patch2.SNAPSHOT replaces patch.SNAPSHOT
2) fixed incorrect replacement of SNAPSHOT in convert-snapshots(-auto)
   goals when version does not include only SNAPSHOT string
3) terminate loop throught remote repositories when first
   available timestamp file is found
    Changes:
             Attachment changed to patch2.SNAPSHOT
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MPRELEASE-7?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPRELEASE-7

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPRELEASE-7
    Summary: goal convert-snapshots(-auto)
       Type: Improvement

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-release-plugin

   Assignee: Jason van Zyl
   Reporter: Roman Macko

    Created: Mon, 7 Jun 2004 6:50 AM
    Updated: Wed, 14 Jul 2004 7:28 AM
Environment: maven-rc3 
maven-release-plugin-1.3

Description:
1) Snapshots should be resolved whenever version specification contains
   string SNAPSHOT and not only when the value is exactly SNAPSHOT

2) Errors should not be ignored when getting snapshot-version file
   from remote repository. If the file does not exist, no message
   is reported 


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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: (MPRELEASE-7) goal convert-snapshots(-auto)

Posted by ji...@codehaus.org.
The following issue has been updated:

    Updater: Roman Macko (mailto:roman.macko@assetsoft.sk)
       Date: Mon, 7 Jun 2004 6:55 AM
    Comment:
patch file to solve the issue
    Changes:
             Attachment changed to patch.SNAPSHOT
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MPRELEASE-7?page=history

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPRELEASE-7

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPRELEASE-7
    Summary: goal convert-snapshots(-auto)
       Type: Improvement

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-release-plugin

   Assignee: Jason van Zyl
   Reporter: Roman Macko

    Created: Mon, 7 Jun 2004 6:50 AM
    Updated: Mon, 7 Jun 2004 6:55 AM
Environment: maven-rc3 
maven-release-plugin-1.3

Description:
1) Snapshots should be resolved whenever version specification contains
   string SNAPSHOT and not only when the value is exactly SNAPSHOT

2) Errors should not be ignored when getting snapshot-version file
   from remote repository. If the file does not exist, no message
   is reported 


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report 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