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

Add Support for Adding classpathentrys to .classpath

    XMLWordPrintableJSON

Details

    Description

      One of the main issues with trying to configure a groovy / maven project within eclipse is that one must manually configure the classpath each time a project is materialized from SCM or created anew.

      It would be extremely helpful if one could specify classpathentry}}s to be generated in {{.classpath so that when eclipse:eclipse or eclipse:m2eclipse is performed the following is produced:

      	
      <classpathentry kind="src" output="target/classes" path="src/main/java" including="**/*.java"/>
      <classpathentry kind="src" output="target/classes" path="src/main/groovy" including="**/*.groovy"/>
      <classpathentry kind="src" output="target/test-classes" path="src/test/java" including="**/*.java"/>
      <classpathentry kind="src" output="target/test-classes" path="src/test/groovy" including="**/*.groovy"/>
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            btiernay Bob Tiernay
            Votes:
            2 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: