The pom.xml in camel-osgi have this repo setting

  <repositories>
    <repository>
      <id>java.net</id>
      <name>java.net Maven Repository</name>
      <url>http://download.java.net/maven/1/</url>
      <layout>legacy</layout>
      <releases>
        <enabled>true</enabled>
      </releases>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
    </repository>
    <repository>
      <id>spring.osgi</id>
      <url>http://static.springframework.org/maven2</url>
    </repository>
    <repository>
      <id>spring.svn.repo</id>
      
<url>https://springframework.svn.sourceforge.net/svnroot/springframework/repos/repo-ext</url>
    </repository>
  </repositories>



On Mon, Jul 27, 2009 at 3:25 PM, S. Ali Tokmen<[email protected]> wrote:
> Hello
>
> As soon as I include camel-osgi, it adds the repository reference to the
> HTTPS repository... Do you know if Maven does a difference between proxies
> for HTTP and HTTPS connections?
>
> Cheers
>
> S. Ali Tokmen
> [email protected]
>
> Office: +33 4 76 29 76 19
> GSM:    +33 66 43 00 555
>
> Bull, Architect of an Open World TM
> http://www.bull.com
>
>
>
> Willem Jiang a écrit :
>>
>> Hi,
>>
>> Can you tell me which module building has this issue ?
>>
>> Here are the answer of your question:
>>
>> * Why is that repository on HTTPS? I would expect it to be HTTP...
>> It's the svn repoistory, and it support the HTTP/HTTPS at the same time.
>> In this way we could manage the mvn repository by using the SVN :)
>> * Is anyone else having the same issue?
>> I did't get this issue.
>> * What is on that repository anyway?
>> It hosts the spring framework needs third part bundle jar.
>>
>> Willem
>
>



-- 
Claus Ibsen
Apache Camel Committer

Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus

Reply via email to