m2eclipse

Eclipse Extension Point for Updating the Classpath

Question Given a Classpath Container I've written as a plugin/extension, how do I add it to the classpath, automatically? Background Ok so I'm an experienced Java Developer but extremely new to writing Eclipse Plugins. I've been googling, following tutorials and reading source code of other plugins for a couple days. I know exactly ...

Define Eclipse project encoding as UTF-8 from Maven

Hi, I want to have the encoding of my project's file to be set to UTF-8. Following maven FAQ answer, I set the project.build.sourceEncoding property to UTF-8. unfortunatly, it has no effect. Then, by looking at a m2eclipse JIRA, I tried a workaround by defining compiler plugin sourceEncoding, but it neither worked, as I try to do that ...

on save compile and deploy with maven eclipse and weblogic

Hi All, I just started maven in general and m2eclipse in specific. What I have been doing before is follow: 1)Deploy my application to tomcat. 2) make any changes to the java or jsp files. 3) save and run the application again ( no restart is neccessary unless I changed a config file). now, everytime I make a minor change to my maven...