You need to configure the EAR project as JEE 5 like the following:
| ...
| <artifactId>maven-ear-plugin</artifactId>
| <configuration>
| ...
| <version>5</version>
| ...
| </configuration>
| ...
|
m2eclipse will add the EAR 5.0 facet, jboss-seam.jar will be deployed correctly.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246845#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...