You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by javahollic <ja...@gmail.com> on 2008/12/14 14:01:37 UTC

Availability of 3.3 jars from maven2 repository?

Hello,
I'm just starting to look at this project, but am not able to source the
jars through repo1.maven.org, on closer inspection, it seems like the jars
deployed there stop at v 3.2.1.  Is this intentional or have they not yet
been uploaded?  I could of course install each one by hand locally, but
would rather not!

Eg, building a 3.3 project with 3.3 servicemix dependancy:
<dependency>
    <groupId>org.apache.servicemix</groupId>
    <artifactId>servicemix-file</artifactId>
    <version>3.3</version>
</dependency>

Bombs with:
  Path to dependency: 
  	1) com.xyz.xyz:jar:1.0-SNAPSHOT
  	2) org.apache.servicemix:servicemix-file:jar:3.3

http://repo1.maven.org/maven2/org/apache/servicemix/servicemix-file/

Hopefully this is an automated push that hasn't happened yet?
-- 
View this message in context: http://www.nabble.com/Availability-of-3.3-jars-from-maven2-repository--tp21000099p21000099.html
Sent from the ServiceMix - Dev mailing list archive at Nabble.com.


Re: Availability of 3.3 jars from maven2 repository?

Posted by javahollic <ja...@gmail.com>.
Thanks all, that's what I needed, classes are now resolving, cheers!
-- 
View this message in context: http://www.nabble.com/Availability-of-3.3-jars-from-maven2-repository--tp21000099p21001258.html
Sent from the ServiceMix - Dev mailing list archive at Nabble.com.


Re: Availability of 3.3 jars from maven2 repository?

Posted by Freeman Fang <fr...@gmail.com>.
Matteo Redaelli wrote:
> If I'm not wrong, the servicemix components have been decoupled from
> servicemix releases. try with <version>2008.01</version>
>
>   
Yes, components version used in Servicemix 3.3 release is 2008.01, since 
components are decoupled projects now.
>
> javahollic wrote:
>   
>> Hello,
>> I'm just starting to look at this project, but am not able to source the
>> jars through repo1.maven.org, on closer inspection, it seems like the jars
>> deployed there stop at v 3.2.3.  Is this intentional or have they not yet
>> been uploaded?  I could of course install each one by hand locally, but
>> would rather not!
>>
>> Eg, building a 3.3 project with 3.3 servicemix dependancy:
>> <dependency>
>>     <groupId>org.apache.servicemix</groupId>
>>     <artifactId>servicemix-file</artifactId>
>>     <version>3.3</version>
>> </dependency>
>>
>> Bombs with:
>>   Path to dependency: 
>>   	1) com.xyz.xyz:jar:1.0-SNAPSHOT
>>   	2) org.apache.servicemix:servicemix-file:jar:3.3
>>
>> http://repo1.maven.org/maven2/org/apache/servicemix/servicemix-file/
>>
>> Hopefully this is an automated push that hasn't happened yet?
>>
>>     
>
>   


Re: Availability of 3.3 jars from maven2 repository?

Posted by Matteo Redaelli <ma...@libero.it>.
If I'm not wrong, the servicemix components have been decoupled from
servicemix releases. try with <version>2008.01</version>



javahollic wrote:
> 
> Hello,
> I'm just starting to look at this project, but am not able to source the
> jars through repo1.maven.org, on closer inspection, it seems like the jars
> deployed there stop at v 3.2.3.  Is this intentional or have they not yet
> been uploaded?  I could of course install each one by hand locally, but
> would rather not!
> 
> Eg, building a 3.3 project with 3.3 servicemix dependancy:
> <dependency>
>     <groupId>org.apache.servicemix</groupId>
>     <artifactId>servicemix-file</artifactId>
>     <version>3.3</version>
> </dependency>
> 
> Bombs with:
>   Path to dependency: 
>   	1) com.xyz.xyz:jar:1.0-SNAPSHOT
>   	2) org.apache.servicemix:servicemix-file:jar:3.3
> 
> http://repo1.maven.org/maven2/org/apache/servicemix/servicemix-file/
> 
> Hopefully this is an automated push that hasn't happened yet?
> 

-- 
View this message in context: http://www.nabble.com/Availability-of-3.3-jars-from-maven2-repository--tp21000099p21000185.html
Sent from the ServiceMix - Dev mailing list archive at Nabble.com.