This been reported already. Check the following link. http://mail-archives.apache.org/mod_mbox/maven-issues/200605.mbox/[EMAIL PROTECTED]
Here is a small work-a-round I have tried. After you get the above error message go inside to your ejb project. Then type 'mvn install' or 'mvn -e -U install'(This will turn on the stacktrace, update options). While this is running, it will complain about some missing pom.xml files. (Not sure if this will repeat for you.But it happened to me.I tried it several times :-) ) 1.Copy a generated pom.xml from a created location (eg. from 'primary-source' sub-project) & do the changes to it accordingly(This is necessary). 2.Then run the above command again.(you may have to repeat 1 & 2 several times to get everything fixed.) Hope this helps. /sumedha -- View this message in context: http://www.nabble.com/Error-with-maven-archetype-j2ee-simple-t1799029.html#a4949053 Sent from the Maven - Users forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
