Mayura Nawarathne created MECLIPSE-742:
------------------------------------------
Summary: Add project to Eclipse java build path of another project
Key: MECLIPSE-742
URL: https://jira.codehaus.org/browse/MECLIPSE-742
Project: Maven 2.x Eclipse Plugin
Issue Type: Improvement
Components: Core : .project
Affects Versions: 2.9
Environment: Cent OS 6
Reporter: Mayura Nawarathne
Priority: Minor
Current implementation lacks of adding a project to eclipse project classpath.
In this improvement one can add one project as another project's build path.
Usage
<configuration>
<classpathProjects>
<classpathProject>artifactId</classpathProject>
</classpathProjects>
</configuration>
Generated classpath entry:
<classpathentry combineaccessrules="false" kind="src" path="/artifactId"/>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira