Hi Nathan 2005/6/9, Nathan Sowatskey (nsowatsk) <[EMAIL PROTECTED]>: > Hi > > It may be that I too much of a newbie to Maven to be considering M2, but I > am trying anyway :-) > > In the example below I have some EJB code that won't compile as it can't > find the EJB jars. > > What I can't see is how to set the location of the EJB jars though. If this > were Maven 1.x I would use properties as part of the solution, but for M2 I > just don't know where to start. > > I half suspect that I need to create a dependency, but to what and where and > how I don't know.
You have the solution here : you need to add a j2ee-XX.jar dependency in your pom for this project. But as it will not be on ibiblio you need to download and install it in your m2 repository manually. > > If someone wants to tell me that M2 is not ready for newbies, that's fine > and I will go look at 1.x. If someone can help me get this to work though, > then I will persevere and maybe help make M2 a better thing. We all are newbies in M2 ;-) (only the great dev team is not...) Nicolas, --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
