You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Sigmund <si...@gmail.com> on 2008/02/28 10:44:57 UTC

Re: ActiveMQ - Maven - ActiveIO



> > [WARNING] An error occurred during dependency resolution.
> >     Failed to retrieve org.apache.activemq:activeio-core-3.1-SNAPSHOT
> > Caused by: Unable to download the artifact from any repository
> >
> > Try downloading the file manually from the project website.
> >
> > Then, install it using the command:
> >     mvn install:install-file
> -DgroupId=org.apache.activemq-DartifactId=activeio-core -Dversion=
> > 3.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
> >

This error is still around, got around it by excluding activeio from tj
activemq-core dependency:
..
            <exclusions>
                <exclusion>
                    <groupId>org.apache.activemq</groupId>
                    <artifactId>activeio-core</artifactId>
                </exclusion>
            </exclusions>
..

This is a workaround, this issue causes a lot of problems. Would be great if
somebody fixed it :-)

/S
-- 
View this message in context: http://www.nabble.com/ActiveMQ---Maven---ActiveIO-tp14422739s2354p15732938.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.