[jbosstools-issues] [JBoss JIRA] (JBIDE-16725) clean up jbosstools-maven-plugins/tycho-plugins/*

Nick Boldt (JIRA) issues at jboss.org
Fri Mar 7 19:46:33 EST 2014


Nick Boldt created JBIDE-16725:
----------------------------------

             Summary: clean up jbosstools-maven-plugins/tycho-plugins/*
                 Key: JBIDE-16725
                 URL: https://issues.jboss.org/browse/JBIDE-16725
             Project: Tools (JBoss Tools)
          Issue Type: Enhancement
            Reporter: Nick Boldt


A couple PRs/commits to clean stuff up, including:

* deprecation warnings (Maven)
* unused variables / imports (Eclipse)
* copyright dates

Applied already, as it was a simple substitution:

{code}
[WARNING] org.jboss.tools.tycho.targets.TargetToRepoMojo#outputRepository:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
{code}

https://github.com/jbosstools/jbosstools-maven-plugins/commit/eac10476e6572bd13fd0448bebd7173a6bb42fe9

However, this one was a bit more complicated as I switched from expression="" to default-value="" instead. Not sure if this is correct:

https://github.com/jbosstools/jbosstools-maven-plugins/pull/18



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list