Can't Package Axis2 In EAR with Maven2

2007-12-13 Thread devnulled
Unfortunately this is kind of an obtuse question, but I’m hoping someone out there has ran into this problem before. I’m currently trying to repackage some existing projects into an EAR for JBoss (converting from a WAR) because I have some EJB session beans I need to deploy. A couple of the

Re: Can't Package Axis2 In EAR with Maven2

2007-12-13 Thread devnulled
Sumedha, Thanks for the response. I just created a simple mock project and added the maven-mar plugin, a couple of logging deps, and an empty mock class, added it as a dependency to the main project, and commented-out references to the two projects which have Axis2 dependencies. It worked

Re: Can't Package Axis2 In EAR with Maven2

2007-12-13 Thread devnulled
! - Brandon devnulled wrote: Sumedha, Thanks for the response. I just created a simple mock project and added the maven-mar plugin, a couple of logging deps, and an empty mock class, added it as a dependency to the main project, and commented-out references to the two projects which have