[jbosstools-dev] [Soa-tools-list] Builds broken after JBoss Nexus' cleanup of 90-day old SNAPSHOTs :: ACTION REQUIRED :: update your site/pom.xml files to point to new version!

Max Rydahl Andersen max.andersen at redhat.com
Mon Feb 25 05:27:40 EST 2013


FYI: Updating to 0.16.0-SNAPSHOT as described below is only a shortterm fix - use it if your build is having problems.

I'll meet with Mistria today and go over our options and we'll see what we can do to avoid this longterm.

/max

On 24 Feb 2013, at 20:33, Nick Boldt <nboldt at redhat.com> wrote:

> 
> Policy in JBoss Nexus is to purge old stuff from the snapshots repo when it gets to be 90 days old.
> 
> This has exposed a problem this weekend in that an old artifact,
> org.jboss.tools.tycho-plugins:repository-utils:0.0.1-SNAPSHOT, which is
> used to generate update sites for projects, no longer exists.
> 
> The replacement version, aligned with the current version of Tycho we
> use, is this:
> 
> org.jboss.tools.tycho-plugins:repository-utils:0.16.0-SNAPSHOT
> 
> Therefore projects who use this maven plugin when building their sites
> will need to change this:
> 
> <plugin>
> <groupId>org.jboss.tools.tycho-plugins</groupId>
> <artifactId>repository-utils</artifactId>
> <version>0.0.1-SNAPSHOT</version>
> 
> to this:
> 
> <plugin>
> <groupId>org.jboss.tools.tycho-plugins</groupId>
> <artifactId>repository-utils</artifactId>
> <version>0.16.0-SNAPSHOT</version>
> 
> I'm not sure how many projects are affected by this, but a quick scan of what's on my disk suggests that at least the following need to be
> updated in the 4.0.x, 4.1.0.Alpha1x and master branches:
> 
> jbosstools-base/site/pom.xml
> jbosstools-central/site/pom.xml
> jbosstools-integration-tests/site/pom.xml
> jbosstools-javaee/site/pom.xml
> jbosstools-server/site/pom.xml
> modeshape-tools/site/pom.xml
> jbosstools-integration-stack/aggregate-site/pom.xml
> 
> 
> -- 
> Nick Boldt :: JBoss by Red Hat
> Productization Lead :: JBoss Tools & Dev Studio
> http://nick.divbyzero.com
> 
> 
> 
> _______________________________________________
> Soa-tools-list mailing list
> Soa-tools-list at redhat.com
> https://www.redhat.com/mailman/listinfo/soa-tools-list




More information about the jbosstools-dev mailing list