Configure Linked sources
------------------------

                 Key: MECLIPSE-330
                 URL: http://jira.codehaus.org/browse/MECLIPSE-330
             Project: Maven 2.x Eclipse Plugin
          Issue Type: New Feature
          Components: multiproject
    Affects Versions: 2.4
         Environment: Eclipse 3.3 with or without the m2eclipse plugin
            Reporter: Scott Olcott


I need the ability to create linked sources from within the plugin. 

This should create the following in the .project file:
<linkedResources>
  <link>
    <name>TestUtils</name>
    <type>2</type>
    <location>/path/to/linked/sources</location>
  </link>
</linkedResources>

and the following in the .classpath file:

<classpathentry kind="src" path="TestUtils"/>



-- 
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

        

Reply via email to