Hi,
I am working with the email BC and I need the 2008.02 version of the
jar. I can see that it is present at
http://people.apache.org/repo/m2-snapshot-repository/org/apache/servicemix/servicemix-mail/2008.02-SNAPSHOT/
My Maven settings.xml has
<repository>
<id>servicemix repository</id>
<name>ServiceMix Repository</name>
<url>
http://people.apache.org/repo/m2-snapshot-repository
</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</repository>
but I still don't see it in my local repository. What could be the
problem? I do have the 2008.01 version, but I need 02.
My maven build shows:
Path to dependency:
1) com.rapid:EmailBC:jbi-service-unit:0.0.1-SNAPSHOT
2) org.apache.servicemix:servicemix-mail:jar:2008.02
----------
1 required artifact is missing.
for artifact:
com.rapid:EmailBC:jbi-service-unit:0.0.1-SNAPSHOT
from the specified remote repositories:
repo1 maven org (http://repo1.maven.org/maven2),
atlassian repository (https://repository.atlassian.com/maven2),
repo1.maven.org (http://repo1.maven.org/maven2),
people apache org (http://people.apache.org/repo/m1-snapshot-repository),
iona (http://repo.open.iona.com/maven2-all),
apache (http://people.apache.org/repo/m2-ibiblio-rsync-repository),
jboss (http://repository.jboss.com/maven2),
codehaus repository (http://repository.codehaus.org),
iona 3 (http://repo.open.iona.com/maven2-snapshot),
apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
atlassian (https://maven.atlassian.com/public),
servicemix repository 2
(http://svn.apache.org/repos/asf/servicemix/m2-repo),
activemq (http://repo.marketcetera.org/maven),
maven2-repository.dev.java.net (http://download.java.net/maven/2),
servicemix repository (http://people.apache.org/repo)
What could be the problem here?
Shreyas