« Return to Thread: [jira] Created: (MEVENIDE-628) Fails to represent resources as Other Sources in the Project tree for POM that explicitly points to a non-conventional resources folder.

[jira] Created: (MEVENIDE-628) Fails to represent resources as Other Sources in the Project tree for POM that explicitly points to a non-conventional resources folder.

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View in Thread

Fails to represent resources as Other Sources in the Project tree for POM that explicitly points to a non-conventional resources folder.
----------------------------------------------------------------------------------------------------------------------------------------

                 Key: MEVENIDE-628
                 URL: http://jira.codehaus.org/browse/MEVENIDE-628
             Project: mevenide
          Issue Type: Bug
          Components: mevenide-netbeans
    Affects Versions: NB_FUTURE
         Environment: All operating systems, not platform or hardware specific.
            Reporter: Martin Jozef
            Assignee: Milos Kleint
             Fix For: NB_FUTURE


Our company BIPT.com is starting to use Maven for our project, however most of our code came from eclipse environment therefore we configured our POM to reflect as much as possible to our existing folder structure including resources. So for example:
<build>
        <sourceDirectory>src</sourceDirectory>
        <outputDirectory>build</outputDirectory>
        <testSourceDirectory>srctest</testSourceDirectory>
        <resources>
            <resource>
                <directory>resources</directory>
            </resource>
        </resources>
    </build>

in this case mavenide-netbeans fails to represent   <directory>resources</directory>   as Other Sources as it does when using standard Maven archetype.
We have to flip between Projects & files view all the time to get to the resources folder.

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

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


 « Return to Thread: [jira] Created: (MEVENIDE-628) Fails to represent resources as Other Sources in the Project tree for POM that explicitly points to a non-conventional resources folder.