Here is the link to the Github repo for a Gradle plugin that uses Arquillian for deployment: https://github.com/aslakknutsen/arquillian-gradle-plugin
This is the class where all the code is: https://github.com/aslakknutsen/arquillian-gradle-plugin/blob/master/src/main/groovy/org/jboss/arquillian/gradle/ArquillianPlugin.groovy Initially I would love to see two things to evolve: 1.) Make this plugin production ready, 2.) Add another webRun plugin that does what the Jetty or Tomcat plugin in a generic way by using Arquillian plugin under the hood. Not sure how we should approach this yet and who will be doing what. Nonetheless I just wanted to share of what is our there and that I'm excited about the opportunities Arquillian integration can bring to Gradle. Hans -- Hans Dockter Founder, Gradle http://www.gradle.org, http://twitter.com/gradleware CEO, Gradleware - Gradle Training, Support, Consulting http://www.gradleware.com
