Monday, June 15, 2009

Eclipse Maven m2eclipse native2ascii bug

Maven m2eclipse plugin has a very annoying bug which does not allow native2ascii ANT task to work properly.

This can be resolved as follows:

To make it working download the latest Maven installation from http://maven.apache.org/download.html and in Eclipse point your m2eclipse plugin to use this external runtime instead of the embedded installation. This can be set as follows:

Window-->Preferences-->Maven-->Installations-->click add and point to your Maven installation directory-->Check external and click ok

Note: To build project using Maven first goto Run configurations and select Maven Runtime: External.

No comments:

Post a Comment