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#4246845

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4246845
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to