You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Thomas Carrie (JIRA)" <ji...@codehaus.org> on 2007/03/26 17:22:34 UTC

[jira] Created: (MNG-2901) Cannot have 2 modules as SNAPSHOT in same group id

Cannot have 2 modules as SNAPSHOT in same group id
--------------------------------------------------

                 Key: MNG-2901
                 URL: http://jira.codehaus.org/browse/MNG-2901
             Project: Maven 2
          Issue Type: Bug
    Affects Versions: 2.0.5
            Reporter: Thomas Carrie
         Attachments: manySnapshotModuleBug.tgz

In my project I have base 2 modules : metadatafiles and core

A third module called metadata depends on the 1st  2 as SNAPSHOT

Bug reproduction :

1) deploy module 1
2) deploy module 2
3) attemt to compile module 3, it fails

Expected result : successfull build since there are snapshots for the 2 modules in the repository

It seems that maven2 expects that there should be a most snapshot build for all the modules, it looks to me like an unwanted feature, that's why I submit it as a bug

-- 
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

        

[jira] Commented: (MNG-2901) Cannot have 2 modules as SNAPSHOT in same group id

Posted by "Thomas Carrie (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-2901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=159202#action_159202 ] 

Thomas Carrie commented on MNG-2901:
------------------------------------

The cause of the probelm is because I deploy on a maven repository version 1.

Feel free to set "won't fix" on the issue if you don't want SNAPSHOT to work with maven repository version 1


> Cannot have 2 modules as SNAPSHOT in same group id
> --------------------------------------------------
>
>                 Key: MNG-2901
>                 URL: http://jira.codehaus.org/browse/MNG-2901
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Dependencies
>    Affects Versions: 2.0.5
>            Reporter: Thomas Carrie
>             Fix For: 2.0.x
>
>         Attachments: manySnapshotModuleBug.tgz
>
>
> In my project I have base 2 modules : metadatafiles and core
> A third module called metadata depends on the 1st  2 as SNAPSHOT
> Bug reproduction :
> 1) deploy module 1
> 2) deploy module 2
> 3) attemt to compile module 3, it fails
> Expected result : successfull build since there are snapshots for the 2 modules in the repository
> It seems that maven2 expects that there should be a most snapshot build for all the modules, it looks to me like an unwanted feature, that's why I submit it as a bug

-- 
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

        

[jira] Commented: (MNG-2901) Cannot have 2 modules as SNAPSHOT in same group id

Posted by "Thomas Carrie (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-2901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_91049 ] 

Thomas Carrie commented on MNG-2901:
------------------------------------

manySnapshotModuleBug.tgz description :

- bugreproduction.txt contains step by step what is done on the workstation and on the maven repository

- my modules are minimal : they contain empty classes

- to reproduce the bug on your host
   * you need to change the repository vm-webdmz01 for your own repo
   * you may want to disable the plugins checkspace, javadoc, ...



> Cannot have 2 modules as SNAPSHOT in same group id
> --------------------------------------------------
>
>                 Key: MNG-2901
>                 URL: http://jira.codehaus.org/browse/MNG-2901
>             Project: Maven 2
>          Issue Type: Bug
>    Affects Versions: 2.0.5
>            Reporter: Thomas Carrie
>         Attachments: manySnapshotModuleBug.tgz
>
>
> In my project I have base 2 modules : metadatafiles and core
> A third module called metadata depends on the 1st  2 as SNAPSHOT
> Bug reproduction :
> 1) deploy module 1
> 2) deploy module 2
> 3) attemt to compile module 3, it fails
> Expected result : successfull build since there are snapshots for the 2 modules in the repository
> It seems that maven2 expects that there should be a most snapshot build for all the modules, it looks to me like an unwanted feature, that's why I submit it as a bug

-- 
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

        

[jira] Closed: (MNG-2901) Cannot have 2 modules as SNAPSHOT in same group id

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-2901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason van Zyl closed MNG-2901.
------------------------------

       Resolution: Won't Fix
    Fix Version/s:     (was: 2.2.x)

> Cannot have 2 modules as SNAPSHOT in same group id
> --------------------------------------------------
>
>                 Key: MNG-2901
>                 URL: http://jira.codehaus.org/browse/MNG-2901
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Dependencies
>    Affects Versions: 2.0.5
>            Reporter: Thomas Carrie
>         Attachments: manySnapshotModuleBug.tgz
>
>
> In my project I have base 2 modules : metadatafiles and core
> A third module called metadata depends on the 1st  2 as SNAPSHOT
> Bug reproduction :
> 1) deploy module 1
> 2) deploy module 2
> 3) attemt to compile module 3, it fails
> Expected result : successfull build since there are snapshots for the 2 modules in the repository
> It seems that maven2 expects that there should be a most snapshot build for all the modules, it looks to me like an unwanted feature, that's why I submit it as a bug

-- 
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

        

[jira] Updated: (MNG-2901) Cannot have 2 modules as SNAPSHOT in same group id

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-2901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated MNG-2901:
------------------------------

    Fix Version/s:     (was: Reviewed Pending Version Assignment)
                   2.0.x
      Component/s: Dependencies

> Cannot have 2 modules as SNAPSHOT in same group id
> --------------------------------------------------
>
>                 Key: MNG-2901
>                 URL: http://jira.codehaus.org/browse/MNG-2901
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Dependencies
>    Affects Versions: 2.0.5
>            Reporter: Thomas Carrie
>             Fix For: 2.0.x
>
>         Attachments: manySnapshotModuleBug.tgz
>
>
> In my project I have base 2 modules : metadatafiles and core
> A third module called metadata depends on the 1st  2 as SNAPSHOT
> Bug reproduction :
> 1) deploy module 1
> 2) deploy module 2
> 3) attemt to compile module 3, it fails
> Expected result : successfull build since there are snapshots for the 2 modules in the repository
> It seems that maven2 expects that there should be a most snapshot build for all the modules, it looks to me like an unwanted feature, that's why I submit it as a bug

-- 
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