You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Donald Woods (JIRA)" <ji...@apache.org> on 2007/01/02 14:37:27 UTC

[jira] Created: (GERONIMO-2683) Multiple versions of org.codehaus.wadi.wadi-tribes listed in server/trunk/pom.xml

Multiple versions of org.codehaus.wadi.wadi-tribes listed in server/trunk/pom.xml
---------------------------------------------------------------------------------

                 Key: GERONIMO-2683
                 URL: http://issues.apache.org/jira/browse/GERONIMO-2683
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: common
    Affects Versions: 2.0-M2
            Reporter: Donald Woods
             Fix For: 2.0-M2


There are two versions in the server's pom.xml, with the older listed last, which will be the one Maven uses -

            <dependency>
                <groupId>org.codehaus.wadi</groupId>
                <artifactId>wadi-tribes</artifactId>
                <version>2.0M3-SNAPSHOT</version>
            </dependency>

            <dependency>
                <groupId>org.codehaus.wadi</groupId>
                <artifactId>wadi-tribes</artifactId>
                <version>2.0M2</version>
            </dependency>


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

        

[jira] Updated: (GERONIMO-2683) Multiple versions of org.codehaus.wadi.wadi-tribes listed in server/trunk/pom.xml

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donald Woods updated GERONIMO-2683:
-----------------------------------

    Attachment: G2683-server-2.0.patch

> Multiple versions of org.codehaus.wadi.wadi-tribes listed in server/trunk/pom.xml
> ---------------------------------------------------------------------------------
>
>                 Key: GERONIMO-2683
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2683
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: common
>    Affects Versions: 2.0-M2
>            Reporter: Donald Woods
>             Fix For: 2.0-M2
>
>         Attachments: G2683-server-2.0.patch
>
>
> There are two versions in the server's pom.xml, with the older listed last, which will be the one Maven uses -
>             <dependency>
>                 <groupId>org.codehaus.wadi</groupId>
>                 <artifactId>wadi-tribes</artifactId>
>                 <version>2.0M3-SNAPSHOT</version>
>             </dependency>
>             <dependency>
>                 <groupId>org.codehaus.wadi</groupId>
>                 <artifactId>wadi-tribes</artifactId>
>                 <version>2.0M2</version>
>             </dependency>

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

        

[jira] Commented: (GERONIMO-2683) Multiple versions of org.codehaus.wadi.wadi-tribes listed in server/trunk/pom.xml

Posted by "Anita Kulshreshtha (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-2683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12461736 ] 

Anita Kulshreshtha commented on GERONIMO-2683:
----------------------------------------------

   Maven quietly uses the first definition, but the maven-dependency-plugin  in assemblies uses the last definition.   It can cause problems like this:
http://www.nabble.com/Re%3A-boilerplate-minimal-assembly-p7491356.html

> Multiple versions of org.codehaus.wadi.wadi-tribes listed in server/trunk/pom.xml
> ---------------------------------------------------------------------------------
>
>                 Key: GERONIMO-2683
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2683
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: common
>    Affects Versions: 2.0-M2
>            Reporter: Donald Woods
>             Fix For: 2.0-M2
>
>         Attachments: G2683-server-2.0.patch
>
>
> There are two versions in the server's pom.xml, with the older listed last, which will be the one Maven uses -
>             <dependency>
>                 <groupId>org.codehaus.wadi</groupId>
>                 <artifactId>wadi-tribes</artifactId>
>                 <version>2.0M3-SNAPSHOT</version>
>             </dependency>
>             <dependency>
>                 <groupId>org.codehaus.wadi</groupId>
>                 <artifactId>wadi-tribes</artifactId>
>                 <version>2.0M2</version>
>             </dependency>

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

        

[jira] Resolved: (GERONIMO-2683) Multiple versions of org.codehaus.wadi.wadi-tribes listed in server/trunk/pom.xml

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donald Woods resolved GERONIMO-2683.
------------------------------------

    Resolution: Fixed

Patch applied by Anita.  Thanks.

> Multiple versions of org.codehaus.wadi.wadi-tribes listed in server/trunk/pom.xml
> ---------------------------------------------------------------------------------
>
>                 Key: GERONIMO-2683
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2683
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: common
>    Affects Versions: 2.0-M2
>            Reporter: Donald Woods
>             Fix For: 2.0-M2
>
>         Attachments: G2683-server-2.0.patch
>
>
> There are two versions in the server's pom.xml, with the older listed last, which will be the one Maven uses -
>             <dependency>
>                 <groupId>org.codehaus.wadi</groupId>
>                 <artifactId>wadi-tribes</artifactId>
>                 <version>2.0M3-SNAPSHOT</version>
>             </dependency>
>             <dependency>
>                 <groupId>org.codehaus.wadi</groupId>
>                 <artifactId>wadi-tribes</artifactId>
>                 <version>2.0M2</version>
>             </dependency>

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

        

[jira] Commented: (GERONIMO-2683) Multiple versions of org.codehaus.wadi.wadi-tribes listed in server/trunk/pom.xml

Posted by "Anita Kulshreshtha (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-2683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12461746 ] 

Anita Kulshreshtha commented on GERONIMO-2683:
----------------------------------------------

patch applied to trunk rev 491817, Thanks Donald!

> Multiple versions of org.codehaus.wadi.wadi-tribes listed in server/trunk/pom.xml
> ---------------------------------------------------------------------------------
>
>                 Key: GERONIMO-2683
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2683
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: common
>    Affects Versions: 2.0-M2
>            Reporter: Donald Woods
>             Fix For: 2.0-M2
>
>         Attachments: G2683-server-2.0.patch
>
>
> There are two versions in the server's pom.xml, with the older listed last, which will be the one Maven uses -
>             <dependency>
>                 <groupId>org.codehaus.wadi</groupId>
>                 <artifactId>wadi-tribes</artifactId>
>                 <version>2.0M3-SNAPSHOT</version>
>             </dependency>
>             <dependency>
>                 <groupId>org.codehaus.wadi</groupId>
>                 <artifactId>wadi-tribes</artifactId>
>                 <version>2.0M2</version>
>             </dependency>

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