Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] new snapshot repository url

I've been using 0.13.0, I moved to 0.14.0-SNAPSHOT and added the
repository described below.

I built my RCP application without any issues.

I also built one of my features with no problems.

Both builds are multi module builds.

Thanks,
Trace Windham



>   2. new snapshot repository url (Igor Fedorenko)
>
>
> Message: 2
> Date: Mon, 12 Dec 2011 09:22:36 -0500
> From: Igor Fedorenko <igor@xxxxxxxxxxxxxx>
> To: Tycho developers list <tycho-dev@xxxxxxxxxxx>,      Tycho user list
>        <tycho-user@xxxxxxxxxxx>
> Subject: [tycho-user] new snapshot repository url
> Message-ID: <4EE60E2C.5080605@xxxxxxxxxxxxxx>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> We are moving tycho and tycho-extras snapshot builds to
> oss.sonatype.org. If you are using a -SNAPSHOT version, please update
> your pom.xml files to the <pluginRepository> snippet below
>
>
> <pluginRepositories>
>   <pluginRepository>
>     <id>tycho-snapshots</id>
>     <url>https://oss.sonatype.org/content/groups/public/</url>
>   </pluginRepository>
> </pluginRepositories>
>
> --
> Regards,
> Igor
>
>
> ------------------------------


Back to the top