[jbossts-issues] [JBoss JIRA] (JBTM-1802) Consider moving Arquillian profiles to root pom.xml

Paul Robinson (JIRA) jira-events at lists.jboss.org
Wed Jun 26 08:43:21 EDT 2013


    [ https://issues.jboss.org/browse/JBTM-1802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784727#comment-12784727 ] 

Paul Robinson commented on JBTM-1802:
-------------------------------------

One wrinkle is that some use byteman and some don't. This changes what properties need to be passed in to the arquilian.xml:

{code}
                            <systemPropertyVariables combine.children="append">
                                <!--
                                    Used in arquillian.xml
                                -->
                                <server.jvm.args>${jvm.args.other} ${jvm.args.byteman} ${jvm.args.memory}</server.jvm.args>
                            </systemPropertyVariables>
{code}
                
> Consider moving Arquillian profiles to root pom.xml
> ---------------------------------------------------
>
>                 Key: JBTM-1802
>                 URL: https://issues.jboss.org/browse/JBTM-1802
>             Project: JBoss Transaction Manager
>          Issue Type: Enhancement
>      Security Level: Public(Everyone can see) 
>          Components: Build System
>            Reporter: Paul Robinson
>            Assignee: Amos Feng
>            Priority: Minor
>             Fix For: 5.0.0.M4
>
>
> We have three Arquillian profiles (for managed, remote and ipv6-managed) present in the pom of nearly every test that uses Arquillian. I suspect they can all be identical and thus placed int he root pom.xml. This should simplify maintenance and will ensure any fixes to this config are made throughout.
> The problem is that we may have legitimate reasons for this config to differ for some tests. Maybe we could use overrides in these cases.
> Assigning to Tom for his input.

--
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 jbossts-issues mailing list