Skip to content

Instantly share code, notes, and snippets.

View teicher's full-sized avatar

Tom Eicher teicher

  • Munich, Bavaria
View GitHub Profile
@mojavelinux
mojavelinux / README.md
Created April 11, 2012 21:59
Using Arquillian without Maven

Using Arquillian without Maven

This project is the end result of the Getting Started Guide, except that the Eclipse project files have been removed and the Maven plugin for copying the dependencies for each container adapter has been added to the respective profile. We'll be using this project merely as a script to download the dependencies from the Maven repository and stuff them into a directory for the purpose of creating a User Library in the IDE.

Dependency export plugin

We add a plugin execution and configuration for the Maven dependency copy plugin to instruct Maven to copy the dependencies a folder in the build directory.

Here's the plugin definition that's added inside the main build element that gets inherited by all profiles: