mirror of
https://github.com/apache/maven.git
synced 2025-02-15 06:26:19 +00:00
can calculate the build order - no more rebuilds needed to fix this! o Added a switch -Declipse.workpace=/path/to/workspace that allows for the .classpath and .project files to be written to a new directory: - For each project a new directory is created. - Eclipse 'Links' are created to the original project location for the sources and resources directories. - The target directory will be in the new workspace location, not in the original project tree. This offers the following advantages: - Project trees that normally couldn't be imported into eclipse because of the overlap error now can be imported succesfully (m2 works now!) - Projects that reside on a ClearCase SMB mounted drive (which are very slow) can now have a target directory on a local drive without modifying the pom, greatly improving build speed in eclipse. o Fixed some minor bugs where the wrong project instance was used. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@226669 13f79535-47bb-0310-9956-ffa450edef68