arquillian-gradle-plugin
arquillian-gradle-plugin copied to clipboard
Gradle Plugin for handling Container control and deployment lifecycle
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Bumps spock-core from 0.6-groovy-1.8 to 2.0-groovy-3.0. [](https://dependabot.com/compatibility-score/?dependency-name=org.spockframework:spock-core&package-manager=gradle&previous-version=0.6-groovy-1.8&new-version=2.0-groovy-3.0) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps gradle-bintray-plugin from 0.3 to 1.8.5. [](https://dependabot.com/compatibility-score/?dependency-name=com.jfrog.bintray.gradle:gradle-bintray-plugin&package-manager=gradle&previous-version=0.3&new-version=1.8.5) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
trying to use your example for embedded jetty, however I don't know how to specify the contextPath, and the tutorial webapp I'm using from cometd uses a nonstandard path. Halp!
(first off, thanks for developing this gradle plugin, it's great) I work with a few Java SE 6 webapps where certain endorsed libraries need to be controlled independently of the...
I was unable to setup a basic test using tomcat 7. A ClassNotFound error occurs when trying to execute arquillianRunTomcat. I've created an extremely paired down example available in case...
.... the exmple does not say so. Thanks
When deploying a web-app which includes JSP-pages in an embedded Tomcat 7.0.47, it cannot find the class JspServlet. I debugged this and found JspServlet in Tomcat's container classpath, but this...
We will need to go through the configuration in the [container.json file](https://github.com/aslakknutsen/arquillian-gradle-plugin/blob/master/src/main/resources/containers.json) in order to verify its correctness. Following actions should be performed: - First make sure that all embedded...
As a User I would like to try my application on multiple different versions of a given Container. ``` arquillian { container { alias = 'customer' name = 'tomcat' version...