Uploaded image for project: 'Maven Eclipse Plugin (RETIRED)'
  1. Maven Eclipse Plugin (RETIRED)
  2. MECLIPSE-178

symbolic links need to able to be specified in the pom

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.8
    • Core : .project
    • None

    Description

      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.

      Attachments

        1. mylyn-context.zip
          2 kB
          Arnaud Heritier
        2. MECLIPSE-178.patch
          9 kB
          Arnaud Heritier
        3. LinkedResourceCommand.java
          4 kB
          Arnaud Heritier
        4. EclipseProjectWriterTest.java
          5 kB
          kan
        5. EclipseProjectWriter.java
          15 kB
          Arnaud Heritier

        Activity

          People

            aheritier Arnaud Heritier
            sellersj Jim Sellers
            Votes:
            4 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: