Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add command to set and enable deploymentExportPath #16

Open
mojavelinux opened this issue Apr 29, 2012 · 0 comments
Open

Add command to set and enable deploymentExportPath #16

mojavelinux opened this issue Apr 29, 2012 · 0 comments
Labels
Milestone

Comments

@mojavelinux
Copy link
Member

Introduce a command that configures the Arquillian engine element in arquillian.xml to export the deployments to a specified folder.

Proposed name: configure-engine
Proposed flag or option name: deploymentExportPath

Example arquillian.xml contents after running the command:

<arquillian xmlns="http://jboss.org/schema/arquillian"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="
        http://jboss.org/schema/arquillian
        http://jboss.org/schema/arquillian/arquillian_1_0.xsd">
    <engine>
        <property name="deploymentExportPath">target/deployments</property>
    </engine>
</arquillian>
@aslakknutsen aslakknutsen added this to the 2.x milestone Jun 11, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants