Hi,

Normally I add the stage repo url in my .m2/settings.xml like

<profiles>
    <profile>
      <id>test</id>
      <activation>
        <activeByDefault>true</activeByDefault>
      </activation>
          <repositories>
        <repository>
          <id>stage-repo</id>
<url>https://repository.apache.org/content/repositories/orgapachecamel-023/ </url>
          <snapshots>
            <enabled>false</enabled>
          </snapshots>
          <releases>
            <enabled>true</enabled>
          </releases>
        </repository>
      </repositories>
      <pluginRepositories>
        <pluginRepository>
          <id>stage-repo</id>
<url>https://repository.apache.org/content/repositories/orgapachecamel-023/ </url>
          <snapshots>
            <enabled>false</enabled>
          </snapshots>
          <releases>
            <enabled>true</enabled>
          </releases>
        </pluginRepository>
      </pluginRepositories>

    </profile>
   </profiles>

Freeman
On 2011-7-15, at 下午5:15, bvahdat wrote:

Hi,

I just wanted to give a try for upgrading from 2.7.2 to 2.8.0 and
(temporarily) added the following repository into my parent pom of a
multi-module maven project until it gets populated to the official maven
repo next week (http://repo1.maven.org/maven2/ &
http://repo2.maven.org/maven2/)

                <repository>
                        <id>apache camel 2.8.0 staging repo</id>
                        <name>try apache camel new release</name>
                
<url>https://repository.apache.org/content/repositories/orgapachecamel-023 </url>
                        <releases>
                                <enabled>true</enabled>
                        </releases>
                        <snapshots>
                                <enabled>false</enabled>
                        </snapshots>
                </repository>

But somehow maven is not able to download the artifacts from the staging
repo above! Has anybody experienced the same problem?

Regards, Babak

--
View this message in context: 
http://camel.465427.n5.nabble.com/Some-indication-on-when-2-8-0-could-be-released-tp4585340p4589994.html
Sent from the Camel - Users mailing list archive at Nabble.com.

---------------------------------------------
Freeman Fang

FuseSource
Email:ff...@fusesource.com
Web: fusesource.com
Twitter: freemanfang
Blog: http://freemanfang.blogspot.com









Reply via email to