On Mar 11, 2008, at 6:52 AM, seleshmaster wrote: <snip>
thx againI dont know what I am missing but I installed the jar file under maven/lib directory where other jar file exist but I am still getting the same error.by the way, i reverted back to maven 2.0.6
The maven-ejb-plugin needs to end up in your .m2 repository. For me, it's:
/Users/kevan/.m2/repository/org/apache/maven/plugins/maven-ejb-plugin/ 2.1/maven-ejb-plugin-2.1.jar
--kevan