I got one project working with the eclipse maven plugin, and am now trying to get a second project working.
I enabled maven for the 2nd project, which made a pom file as before, and copied the first project's pom contents into it, changing the groupid, artifiactid, etc, and removed a couple of jar dependencies that I did not need for this project. I then added a m2 builder to the project, and double checked that the builder was set up the same way as the 1st project. Running the new project's maven build does indeed succeed, and copies the dependent jar files, and creates my project jar file, but it does not put any of my class files into the project's jar file. It also does not put a "classes" directory into the "target" dir like the previopus project did. Anyone know what I am doing wrong? Cheers, Andy -- View this message in context: http://www.nabble.com/new-class-doesn%27t-add-source-tf3096024.html#a8595451 Sent from the Maven Eclipse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
