On 1/12/06, Tom Joad <[EMAIL PROTECTED]> wrote: > Hi, > I would like to know if someone uses the maven2 eclipse plugin.I > Install it , and create the pom file dependencies for a test project > .It seems to work well but i see that ,it doesn't connect to my own > repository because , nowhere we can declare settings.xml so it > directly searchs on central repository. For my company , it is not > possible to use as it. > On eclipse workbench external tools there is m2 icon and command > configuration, > But for instance i launch any lifecycle phase , I have error message > "java class not foud : and ". > Could , someone , give me hints for using this plugin? > > Thanks in advance > > Tom. >
Hi Tom, I have the same problems. I fix this by first running maven from the command line. After that the plugin can find dependencies in the local machine repo. Ever since I installed eclipse 3.1.1 + web tools I also have the same class not found exception. Kees de Kooter --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
