[
https://issues.jboss.org/browse/JBIDE-19057?page=com.atlassian.jira.plugi...
]
Nick Boldt updated JBIDE-19057:
-------------------------------
Description:
Currently, there are two IUs which are excluded from tracking as a MultipleVersionIssue:
{code:title=MultipleVersionIssue.java}
String[] ignore = {"javax.wsdl","org.apache.commons.logging"};
{code}
However, we need to add more, such as *org.eclipse.jdt.annotation*, so might as well
externalize this into a pom property for easier use.
was:
Currently, there are two IUs which are excluded from tracking as a MultipleVersionIssue:
{code:title=MultipleVersionIssue.java}
String[] ignore = {"javax.wsdl","org.apache.commons.logging"};
{code}
However, we need to add more, so might as well externalize this into a pom property for
easier use.
externalize MultipleVersionIssue#ignore into pom properties for
easier extensibility
------------------------------------------------------------------------------------
Key: JBIDE-19057
URL:
https://issues.jboss.org/browse/JBIDE-19057
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build, qa
Affects Versions: 4.2.2.Final
Reporter: Nick Boldt
Assignee: Nick Boldt
Currently, there are two IUs which are excluded from tracking as a MultipleVersionIssue:
{code:title=MultipleVersionIssue.java}
String[] ignore = {"javax.wsdl","org.apache.commons.logging"};
{code}
However, we need to add more, such as *org.eclipse.jdt.annotation*, so might as well
externalize this into a pom property for easier use.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)