[ 
https://issues.apache.org/jira/browse/GERONIMO-5532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

viola.lu closed GERONIMO-5532.
------------------------------

    Resolution: Invalid

We can use existing properties attribute of geronimo -maven-plugin to set 
oroperty value in config-substituions.properties like below, so close this 
invalide improvement.
<optionSets>
                <optionSet>
                    <id>default</id>
                    <options>                        
                       <option>-XX:MaxPermSize=256m</option>
                        <option>-Dnode.name=server1</option>
                    </options>
                    <properties>
                    <property>
                    
<name>org.apache.geronimo.config.substitution.PortOffset</name>
                    <value>1</value>
                    </property>
                    <property>
                    
<name>org.apache.geronimo.config.substitution.MulticastEnabled</name>
                    <value>true</value>
                    </property>
                    </properties>
                </optionSet>
            </optionSets>


> Add config-substitution.properties  overrrides options to 
> geronimo-maven-plugin start-server goal
> -------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5532
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5532
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: geronimo-maven-plugin
>    Affects Versions: 2.2.2
>         Environment: Add config-substitution.properties  overrride to 
> georonimo maven plugin  start-server plugin,  so that, users can change 
> substitution properties before start-server.
>            Reporter: viola.lu
>            Assignee: viola.lu
>            Priority: Minor
>
> May we can use 
> System.setProperty("org.apache.geronimo.config.substitution.PortOffset, "" + 
> actualPortOffset); something like that to apply changes.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to