[
https://issues.jboss.org/browse/SHRINKRES-158?page=com.atlassian.jira.plu...
]
Karel Piwko commented on SHRINKRES-158:
---------------------------------------
Example of list configuration in plugin:
{code}
<compilerArgs>
<arg>1</arg>
<arg>2</arg>
</compilerArgs>
{code}
Maps to list compilerArgs = [1, 2]
Wrong parsing of plugins with list configuration
------------------------------------------------
Key: SHRINKRES-158
URL:
https://issues.jboss.org/browse/SHRINKRES-158
Project: ShrinkWrap Resolvers
Issue Type: Bug
Components: impl-maven
Affects Versions: 2.0.1
Reporter: Karel Piwko
Assignee: Karel Piwko
Fix For: 2.0.2
*When*:
I want to parse an argument list via MavenImporter in a plugin configuration.
*Then*:
A expect that arguments will be correctly propagated.
*Current behavior*:
Default value is always retrieved due to bug in ConfigurationUtils.
--
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