|
Description:
|
- Create a new remote catalog in preferences > maven > archetypes, poiting to http://open-archetypes.github.com/maven-repo/snapshots/archetype-catalog.xml
- Create a new maven project (select Open Archetypes catalog, check "include snapshot archetypes")
- select multi-javaee6-archetype
- define GAV properties and finish
- A multimodule project will be created : Parent project, EAR containing EJB and Web. The web project references a utility project.
- Deploy on EAP6
- ASSERT the utility project is deployed under <web>.war/WEB-INF/lib <= FAILS
- ASSERT the utility project has no red cross in the server view, under the deployed modules <= FAILS
Logs show that stacktrace :
IOException message = path not found
The same project deploys properly in AS 7.1
|