[
https://issues.jboss.org/browse/JBIDE-24788?page=com.atlassian.jira.plugi...
]
Nick Boldt commented on JBIDE-24788:
------------------------------------
Need to do more work to make the deployment work from the root folder:
* add new properties to support skipping the deployment steps:
https://github.com/jbosstools/jbosstools-build/commit/225ce73383ee77b5254...
* then use that new property in site/pom.xml files, eg:
https://github.com/jbosstools/jbosstools-hibernate/commit/50158bc512a3a1f...
* and then need to redo the jobs so that we don't do deployment 50 times for one
reactor, but rather ONCE for the site/pom.xml
[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/Devstud...
Also, the -DskipTests flag is not working.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)