Source copied to ${workspace_loc:/project}/targetnullbuild-sources when using NMaven ------------------------------------------------------------------------------------
Key: MNGECLIPSE-202 URL: http://jira.codehaus.org/browse/MNGECLIPSE-202 Project: Maven 2.x Extension for Eclipse Issue Type: Bug Components: Maven Launcher Affects Versions: 0.0.9 Environment: Fedora Core 5, Fedora Eclipse 3.1.2, Java SDK 1.5.0 Update 9 for Linux Reporter: Ricardo Gladwell Priority: Minor Right-clicking and selecting Maven2 -> Update Sources generates targetnullbuildsources in project directory when NMaven plugin (http://nmaven.sourceforge.net) enabled: <build>... <plugins> <plugin> <groupId>net.sf.nmaven.plugins</groupId> <artifactId>nmaven-compile-plugin</artifactId> <extensions>true</extensions> <configuration> <language>C_SHARP</language> <vendor>MONO</vendor> </configuration> </plugin> </plugins> It appears the ${file.separator} property is not being interpolated properly in the plugin.xml for nmaven-compile-plugin when run through M2 Eclipse. This executes properly in command line mvn version 2.0.4. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira