This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 188389 - Multiple webResources not displayed in sources folder
Summary: Multiple webResources not displayed in sources folder
Status: RESOLVED DUPLICATE of bug 182407
Alias: None
Product: javaee
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-05 15:36 UTC by fhopf
Modified: 2011-11-11 18:05 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description fhopf 2010-07-05 15:36:18 UTC
I have a war-project that contains two webResources:

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-war-plugin</artifactId>
    <configuration>
        <webResources>
            <resource>
                <directory>WebappWork</directory>
                <excludes>
                    <exclude>WEB-INF/web.xml</exclude>
                    <exclude>WEB-INF/lib/*</exclude>
                </excludes>
            </resource>
            <resource>
                <directory>src/main/webapp</directory>
            </resource>
        </webResources>
    </configuration>
</plugin>

Only the first resource is displayed in the Web Pages node.
Comment 1 Martin Janicek 2011-11-11 18:05:26 UTC

*** This bug has been marked as a duplicate of bug 182407 ***