[Patch] allowing to optionally not link certain modules directly ----------------------------------------------------------------
Key: MPIDEA-48 URL: http://jira.codehaus.org/browse/MPIDEA-48 Project: maven-idea-plugin Issue Type: Improvement Affects Versions: 1.6 Reporter: Martin Marinschek Attachments: linkModulesExcept.patch Maven-Idea currently allows to centrally switch linking modules on or off (using the switch link-modules). This patch allows to specify _exactly_ which modules will not be linked directly. For our project (Apache MyFaces, to be more precise) this is essential - we need to link some modules as a jar (cause there are some artifacts in these modules which need to be built specifically), but don't want to loose the freedom of working with the other modules without having to go through a full maven build always. This patch adds a new property: linkModulesExcept which is treated as a comma-separated list of modules which will necessarily be linked as a jar. regards, Martin P.S.: for people trying this out locally - I had to change the version in the pom of the maven-idea-plugin from 2-SNAPSHOT to 2 for building the maven-idea-plugin locally. -- 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