We don't maintain this code base anymore. If you are interested in picking it up from where we left please reach out to us through Arquillian forum.
This is the Arquillian Plugin for the Resin 4 Java EE 6 server by Caucho Technologies (http://www.caucho.com/)
a) Java b) Apache Maven 3 c) Git d) m2e (optional)
-
Create a workspace for Arquillian, e.g. /home/yourUsername/work/resin
-
Checkout Caucho's Arquillian Repository
a) If you want to adjust the code and get your changes upstream, do the following: Fork & Clone Caucho's Arquillian Repo - Go to https://github.com/caucho/arquillian-container-resin - Click the fork button on the top right of the page - Clone your own fork by doing the following git clone [email protected]:/yourGithubUsername/arquillian-container-resin b) If you just want to build the module yourself Clone Caucho's Arquillian Repo - git clone git://github.com/caucho/arquillian-container-resin.git
- Build the module You should be in the directory /home/yourUsername/work/resin/arquillian-container-resin Now type to build and install the module mvn clean install