-
Notifications
You must be signed in to change notification settings - Fork 0
Maven
illyfrancis edited this page Nov 8, 2013
·
11 revisions
http://docs.codehaus.org/display/MAVENUSER/Maven+and+Integration+Testing
Some more text near the middle of this post http://stackoverflow.com/questions/1399240/how-do-i-get-my-maven-integration-tests-to-run
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.