Hello,
Sorry, I should have been clearer. I have created a jbi project using
maven jbi:createArchetype. In my project.xml file I have
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-http</artifactId>
<version>${pom.currentVersion}</version>
<properties>
<jbi.bundle>true</jbi.bundle>
</properties>
</dependency>
My current version is 3.0-SNAPSHOT. When I run maven jbi:jbi, it
complains that it cannot find the servicemix-http-3.0-SNAPSHOT.jar in
any of the following remote repositories
maven.repo.remote = http://cvs.apache.org/repository, \
http://www.ibiblio.org/maven, \
http://dist.codehaus.org, \
http://repo.logicblaze.com/maven1
Thanks,
Stefan
Guillaume Nodet wrote:
Everything seems to be here:
http://svn.apache.org/repos/asf/incubator/servicemix/trunk/servicemix-http/
http://cvs.apache.org/repository/incubator-servicemix/jars/
http://cvs.apache.org/repository/incubator-servicemix/zips/
What are you refering to ?
Cheers,
Guillaume Nodet
Stefan Klinger wrote:
Hello,
Is there a reason why the latest servicemix-http package does not
exist in a remote repository. Every other package seems to be there...
Stefan