Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Latest commit

 

History

History
41 lines (30 loc) · 1.43 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.43 KB

Obsolete

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.

ARQUILLIAN RESIN 4 CONTAINER ADAPTER

This is the Arquillian Plugin for the Resin 4 Java EE 6 server by Caucho Technologies (http://www.caucho.com/)

Prerequisites

a) Java b) Apache Maven 3 c) Git d) m2e (optional)

Building the Plugin:

  1. Create a workspace for Arquillian, e.g. /home/yourUsername/work/resin

  2. 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

  1. 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