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

arquillian/arquillian-container-resin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages