Remove mvn31 verify jobs in Beryllium 42/34042/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 4 Feb 2016 02:38:29 +0000 (21:38 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 4 Feb 2016 02:38:47 +0000 (21:38 -0500)
Working with the docs project we would really like to start pushing
javadocs to Nexus, especially the apidocs. As we found in Gerrit 27711
one of the issues we're having is with generating maven-sites against
Maven 3.1. In this version of Maven, site generation fails with:

[WARNING] The POM for org.apache.felix:maven-bundle-plugin:jar:3.0.0 is
missing, no dependency information available

We'd like to propose that we don't test with Maven 3.1.x series in
Beryllium so that we can cherry-pick the patch from Gerrit 27711 in
Beryllium in hopes that in the next Beryllium release (SR1) we'll be
able to provide Java apidocs for all projects in Nexus.

See:
https://git.opendaylight.org/gerrit/27711/

Change-Id: I7b725ab270f3cbfdb4b1204329824b2b910fdf62
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb/yangtools/yangtools-verify.yaml

index 364f35509291be2af8a25b6a19a8c617aaec4b89..57477d8c8f3d63f76cbb8f3274ca3abe568402a0 100644 (file)
@@ -30,8 +30,6 @@
 
     # {mvn*} values are defined in releng/builder jjb/releng-defaults.yaml
     maven:
-        - mvn31:
-            mvnver: '{mvn31}'
         - mvn32:
             mvnver: '{mvn32}'
         - mvn33: