You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Vanja Petreski <vp...@gmail.com> on 2007/06/24 20:21:07 UTC

Xstream 1.2.x is broken

Hi, you have wrong poms for XStream 1.2.x.

Fix:

<?xml version="1.0" encoding="iso-8859-1"?>
<project>
    <groupId>xstream</groupId>
    <artifactId>xstream</artifactId>
    <version>1.2.2</version>
    <distributionManagement>
        <relocation>
            <groupId>com.thoughtworks.xstream</groupId>
        </relocation>
    </distributionManagement>
</project>

to this:

<project>
    <modelVersion>4.0.0</modelVersion>
    <groupId>xstream</groupId>
    <artifactId>xstream</artifactId>
    <version>1.2.2</version>
    <distributionManagement>
        <relocation>
            <groupId>com.thoughtworks.xstream</groupId>
        </relocation>
    </distributionManagement>
</project>



V

Re: Xstream 1.2.x is broken

Posted by Vanja Petreski <vp...@gmail.com>.
Yes, because this pom is not valid 4.0.0 model version as you can see here:
http://repo1.maven.org/maven2/xstream/xstream/1.2/xstream-1.2.pom

V

On 6/24/07, Wendy Smoak <ws...@gmail.com> wrote:
>
>
> (However, repository poms are rarely changed unless they are broken.
> Is that the case here?)
>
> --
> Wendy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

Re: Xstream 1.2.x is broken

Posted by Wendy Smoak <ws...@gmail.com>.
On 6/24/07, Vanja Petreski <vp...@gmail.com> wrote:

> Hi, you have wrong poms for XStream 1.2.x.

Try filing an issue in the MEV project:  http://jira.codehaus.org/browse/MEV

(However, repository poms are rarely changed unless they are broken.
Is that the case here?)

-- 
Wendy

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