[jbosstools-issues] [JBoss JIRA] (JBIDE-24788) [Maven 3.5] hibernate site does not include new hibernate.reddeer plugin; skipTests not working

Nick Boldt (JIRA) issues at jboss.org
Fri Aug 4 11:31:00 EDT 2017


    [ https://issues.jboss.org/browse/JBIDE-24788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13444572#comment-13444572 ] 

Nick Boldt commented on JBIDE-24788:
------------------------------------

The first manifestation of this was that the hibernate site was not publishing the new hibernate.bot.ui and hibernate.reddeer plugins, so the coretests site was not picking them up and the integration tests site was broken due to the missing dep.

So I fixed that, but then realized that we introduced a circular self-dependency in the coretests site by adding the new ITests profile [1] to the parent pom. This meant that when building the coretests site, the maven reactor would resolve against a previous coretests site build, rather than the local artifacts of the local build. That too has been fixed.

But then I discovered another problem w/ the way that the browsersim deployment was being done - the resulting update site contained all the latest plugins physically, but was NOT containing them via the p2 metadata; the result was that the JBT aggregate site was broken due to missing dependency: org.jboss.tools.cordovasim.eclipse 3.8.4.v20170530-1153 requires 'bundle org.jboss.tools.browsersim.eclipse 3.8.0 

So, I've had to redo the way the browsersim standalone zip is built and deployed... that work is in progress but will hopefully allow me to resolve the missing deps and get a good JBT aggregate site build. And from there, we can rebuild devstudio installer & rpm, and finally get the bits staged later today. Future work TBD in https://issues.jboss.org/browse/JBIDE-24798

> [Maven 3.5] hibernate site does not include new hibernate.reddeer plugin; skipTests not working
> -----------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-24788
>                 URL: https://issues.jboss.org/browse/JBIDE-24788
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: hibernate
>    Affects Versions: 4.5.0.Final
>            Reporter: Nick Boldt
>            Assignee: Nick Boldt
>            Priority: Critical
>             Fix For: 4.5.0.Final
>
>
> After switching jobs to use maven 3.5.0, publishing is no longer working -- old artifacts are being pulled from JBT site, rather than using locally-built artifacts.
> So, hibernate site does not include new hibernate.reddeer plugin, causing this failure in the integration tests site build:
> {code}11:54:30 [ERROR]   Missing requirement: org.jboss.tools.forge.ui.bot.test 4.4.100.qualifier requires 'bundle org.jboss.tools.hibernate.reddeer 0.0.0' but it could not be found
> {code} - https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/view/Devstudio/view/devstudio_master/job/jbosstools-integration-tests.aggregate_master/743/console
> Also, the -DskipTests flag is not working. 



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jbosstools-issues mailing list