Issue Type: Feature Request Feature Request
Assignee: Rafael Benevides
Components: qstools
Created: 08/Jan/14 4:45 PM
Description:

I'd like to be able to support the following in the generated POM:

#if ($enterprise == "true" || $enterprise == "y" || $enterprise == "yes" )
        <version.richfaces>${richfaces-enterprise-version}</version.richfaces>
        <version.jboss.bom.eap>${jboss-bom-enterprise-version-eap}</version.jboss.bom.eap>
        <version.jboss.bom.wfk>${jboss-bom-enterprise-version-wfk}</version.jboss.bom.wfk>
#else
        <version.richfaces>${richfaces-version}</version.richfaces>
        <version.jboss.bom>${jboss-bom-version}</version.jboss.bom>
#end

Currently qstools only has support for version.jboss.bom which is hard coded into the plugin.

I am requesting that the plugin be extended to work with arbitrary conditionals.

Project: JBoss Developer Framework
Priority: Major Major
Reporter: Brian Leathem
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