[ http://jira.codehaus.org/browse/MPIDEA-22?page=comments#action_38454 ] Geoffrey commented on MPIDEA-22: --------------------------------
See MPIDEA-11 > include resources as source path > -------------------------------- > > Key: MPIDEA-22 > URL: http://jira.codehaus.org/browse/MPIDEA-22 > Project: maven-idea-plugin > Type: Improvement > Reporter: Brett Porter > Fix For: 1.6 > > > From Matthew McGowan > 248a249,286 > <j:forEach var="res" items="${pom.build.resources}"> > <orderEntry type="module-library"> > <library> > <CLASSES> > <maven:makeRelativePath var="value" basedir="${basedir}" > path="${res.directory}" separator="/" /> > <root url="file://$$MODULE_DIR$$/${value}"/> > </CLASSES> > <JAVADOC /> > <SOURCES /> > </library> > </orderEntry> > </j:forEach> > <j:if test="${unitTestSourcesPresent == 'true'}"> > <j:if test="${pom.build.unitTest != null}"> > <j:forEach var="res" items="${pom.build.unitTest.resources}"> > <orderEntry type="module-library"> > <library> > <CLASSES> > <maven:makeRelativePath var="value" basedir="${basedir}" > path="${res.directory}" separator="/" /> > <root url="file://$$MODULE_DIR$$/${value}"/> > </CLASSES> > <JAVADOC /> > <SOURCES /> > </library> > </orderEntry> > </j:forEach> > </j:if> > </j:if> -- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
