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
Maven & RAD
Maven for EAR
There are multiple SOs and blogs:
- most relevant
- http://antoniogoncalves.org/2009/10/23/because-i-always-forget-how-to-use-maven-ear-plugin/
- a litte out of date?
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.
- http://pic.dhe.ibm.com/infocenter/rsahelp/v8r5/index.jsp?topic=%2Fcom.ibm.etools.maven.doc%2Ftopics%2Fadd_libs_to_ear_lib_dir.html
- http://pic.dhe.ibm.com/infocenter/rsahelp/v8r5/index.jsp?topic=%2Fcom.ibm.etools.maven.doc%2Ftopics%2Fmaven_intro.html
- simpler example dealing with war only but good explanation here