Overall - I heavily rely on functionality provided by maven plugin and think the new pom editor rules!!!
I have noticed a couple of glitches with the new pom editor, like ctrl-s does not remove the asterisk on the editor tab after changes have been made. I am prompted to save however on exit, and changes do persist. Running on eclipse 3.4 ;) Also - there a couple of issues with wtp integration: org.eclipse.wst.common.project.facet.core.xml changing facet to jst.web to 2.5 causes hiccups with new maven project using archetypes: - after creating the project, the compiler gets set to "override project defaults" which in my case switches from a 1.6 (or 6.0 ) compiler to a 1.5 compiler. Also if my archetype:create-from-project pom group id begins with the same prefix as the "new project" group; the package names in the java files get changed, but not moved to a new directory structure. My workaround is to give my template projects a "org.dummy" group id, and the new project a "com.whatever" and it works fine without renaming the package. Great work!! Eugene Kuleshov wrote: > > > We have published stable development build 0.9.5.20080713-1542. You > can install the latest dev build from the dev update site at > http://m2eclipse.sonatype.org/update-dev/ > > This build includes number of bug fixes and extensions in the > Form-based POM editor. The most notable addition is content assist for > Maven artifact entries in the form-based POM editor. You can see > complete New and Noteworthy features for this and previous builds on the > wiki at http://docs.codehaus.org/display/M2ECLIPSE/New+and+Noteworthy > > We would like to hear your feedback on the new POM editor as well as > on other features you would like to see in m2eclipse. Please don't > hesitate to share your thoughts in the news group and mailing lists, > submit bug reports to the project issue tracker [1] and expand project > documentation on the wiki [2]. > > Thanks > > m2eclipse team > > [1] http://jira.codehaus.org/browse/MNGECLIPSE > [2] http://docs.codehaus.org/display/M2ECLIPSE > > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > > -- View this message in context: http://www.nabble.com/stable-dev-build-0.9.5.20080713-1542-is-published-tp18434037p18507255.html 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
