[jbosstools-issues] [JBoss JIRA] (JBIDE-19057) externalize MultipleVersionIssue#ignore into pom properties for easier extensibility

Nick Boldt (JIRA) issues at jboss.org
Wed Jan 21 14:36:49 EST 2015


     [ https://issues.jboss.org/browse/JBIDE-19057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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)


More information about the jbosstools-issues mailing list