You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Arnaud Heritier (JIRA)" <ji...@codehaus.org> on 2009/04/28 01:03:45 UTC

[jira] Updated: (MECLIPSE-178) symbolic links need to able to be specified in the pom

     [ http://jira.codehaus.org/browse/MECLIPSE-178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arnaud Heritier updated MECLIPSE-178:
-------------------------------------

    Attachment: LinkedResourceCommand.java
                EclipseProjectWriter.java

Modified files by Ashokkumar Sankaran

> symbolic links need to able to be specified in the pom
> ------------------------------------------------------
>
>                 Key: MECLIPSE-178
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-178
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: New Feature
>            Reporter: Jim Sellers
>         Attachments: EclipseProjectWriter.java, LinkedResourceCommand.java
>
>
> In eclipse, you can make a symbolic link to a file.
> create new file -> advanced -> "link to file in the system".
> This will create a part in the .project file like this:
> <linkedResources>
> 		<link>
> 			<name>src/test/resources/oracle-ds.xml</name>
> 			<type>1</type>
> 			<location>C://jboss/server/default/deploy/oracle-ds.xml</location>
> 		</link>
> 	</linkedResources>
> When you run "mvn eclipse:eclipse" this gets wipped out.  It would be great if this soft link didn't have to be re-created someone runs the command.

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