Skip to content

Allow set properties in maven-failsafe-plugin configuration #63

@hantsy

Description

@hantsy

I tried to set liberty properties(wlpHome) in maven-failsafe-plugin configuration like what I have done in wildfly configuration. But it seems it does not support.

I hope all liberty properties can be configured via environmentVariables and systemProperties, eg in maven-failsafe-plugin or maven-surefire-plugin, or system properties(can be overriden by Maven args) and make the properties config in arquillian.xml is optional.

<configuration>
                            <environmentVariables>
                                <WLP_HOME>${project.build.directory}/wlp</WLP_HOME>
                            </environmentVariables>
                            <systemProperties>
                                <wlpHome>${project.build.directory}/wlp</wlpHome>
                            </systemProperties>
                        </configuration>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions