[
https://issues.jboss.org/browse/JBIDE-24547?page=com.atlassian.jira.plugi...
]
Nick Boldt edited comment on JBIDE-24547 at 6/16/17 9:44 AM:
-------------------------------------------------------------
Given the choice, I prefer ITests to NOT RUN by default. +1 for PR #255, -1 for PR #256.
That way we build & run UNIT tests by default, and ITests are an optional additional
profile.
was (Author: nickboldt):
Given the choice, I prefer ITests to NOT RUN by default. +1 for PR #255. That way we build
& run UNIT tests by default, and ITests are an optional additional profile.
Refactor ITests settings in parent pom
--------------------------------------
Key: JBIDE-24547
URL:
https://issues.jboss.org/browse/JBIDE-24547
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build, integration-tests
Reporter: Pavol Srna
Assignee: Pavol Srna
Fix For: 4.5.0.AM1
It is desired that single 'mvn clean verify' command will run *unit tests* and
*integration tests* in a single run. Parent pom should hold all shared settings across
jbosstools repositories (e.g pluginCustomization, useUIThread etc ).
The problem is that unit tests require useUIThread=true, but integration tests the
opposite. We need to come with a solution where we share the settings in parent pom.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)