You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is already supported via the deploymentExportPath property of the arquillian.xml engine configuration or by setting the arquillian.deploymentExportPath system property.
This is already supported via the deploymentExportPath property of the arquillian.xml engine configuration or by setting the arquillian.deploymentExportPath system property.
I think that's something completely else, if I'm not mistaken.
That property makes Arquillian export the archive that was used for deployment to a file, right? What I'm looking for is essentially the reverse. Whatever target Maven created is used for deployment via a simple setting or annotation.
To deploy the output of a build in an IT test, we typically use code such as:
Though it's not difficult, it might be nice to have some annotation or annotations for this to declaratively state this.
The text was updated successfully, but these errors were encountered: