Maven - illyfrancis/scribble GitHub Wiki

How to structure/run integration test

http://docs.codehaus.org/display/MAVENUSER/Maven+and+Integration+Testing

http://maven.apache.org/surefire/maven-failsafe-plugin/

Some more text near the middle of this post http://stackoverflow.com/questions/1399240/how-do-i-get-my-maven-integration-tests-to-run

http://antoniogoncalves.org/2012/12/13/lets-turn-integration-tests-with-maven-to-a-first-class-citizen/

http://www.javacodegeeks.com/2013/01/running-unit-tests-and-integration-tests-separately-with-maven-failsafe-and-testng.html

Maven & RAD

https://www.ibm.com/developerworks/community/blogs/nfrsblog/entry/using_maven_integration_tools_in_ibm_rational_application_developer_a_two_part_video_series2?lang=en

Maven for EAR

There are multiple SOs and blogs:

General theme is, either generate it using archetype:generate then pick something like 'org.jboss.spec.archetypes:jboss-javaee6-ear-webapp'.

This kinda works but JBoss specific.

The most valuable info relating back to WAS is this:

Especially the section on how to setup WAS in local repo & recommendation on how to set up pom.xml for WAS.

Need to look at this

Check out Cargo

http://cargo.codehaus.org/