Configuration of additional source folders
------------------------------------------

                 Key: MECLIPSE-562
                 URL: http://jira.codehaus.org/browse/MECLIPSE-562
             Project: Maven 2.x Eclipse Plugin
          Issue Type: Wish
          Components: M2Eclipse support
    Affects Versions: 2.6
         Environment: M2 2.0.10
            Reporter: Bruno Marti
            Priority: Minor


I need to define some additional source folders in classpath (.classpath) like
  <classpathentry kind="src" path="target/generated-sources/mySources" 
including="**/*.java"/>

Please, could you add an additional parameter to the m2eclipse goal, or perhaps 
in plugins general configuration:
  <addSources>
      <source>${project.build.directory}/generated-sources/mySources</source>
  </addSources>



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