Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] please test staged tycho 0.14.1

On 02/27/2012 09:25 PM, Matthew O'Connor wrote:

> Pardon my ignorance, but how do I go about adding the repositories, etc.
> to configure Maven to pick up 0.14.1 from this repo?
> 
> I added:
> 
>         <repository>
>             <id>oss</id>

As Tycho is a Maven plugin, this should go into
<pluginRepositories><pluginRepository> and not <repositories><repository>.

>            
> <url>https://oss.sonatype.org/content/repositories/orgeclipsetycho-168/</url>
>         </repository>
> 
> to the <repositories> of my pom.xml, but Maven's trying to download from
> repo.maven.apache.org <http://repo.maven.apache.org>.

-- 
Mykola

http://ua.linkedin.com/in/manandbytes
https://github.com/manandbytes/


Back to the top