[OS-JIRA] Created: (WOL-865) Define resources doesn't keep includes/excludes

From: Henrique Prange (JIRA) ("Henrique)
Date: Mon Jul 21 2008 - 18:26:08 EDT

  • Next message: Henrique Prange (JIRA): "[OS-JIRA] Created: (WOL-866) wolifecyle packaging doesn't adhere to Maven convetions"

    Define resources doesn't keep includes/excludes
    -----------------------------------------------

                     Key: WOL-865
                     URL: http://issues.objectstyle.org/jira/browse/WOL-865
                 Project: WOProject/WOLips
              Issue Type: Bug
              Components: maven plugins
                Reporter: Henrique Prange
             Assigned To: Henrique Prange

    wolifecycle plug-in ignores resource configuration for known folders (src/main/resources, Resources and etc). The following code is ignored:

    <build>
    ...
            <resources>
                    <resource>
                            <targetPath>Resources</targetPath>
                            <directory>src/main/resources</directory>
                            <excludes>
                                    <exclude>**/Prototypes.eomodeld/*</exclude>
                            </excludes>
                    </resource>
            </resources>
    ...
    </build>

    -- 
    This message is automatically generated by JIRA.
    -
    If you think it was sent incorrectly contact one of the administrators: http://issues.objectstyle.org/jira/secure/Administrators.jspa
    -
    For more information on JIRA, see: http://www.atlassian.com/software/jira
    



    This archive was generated by hypermail 2.0.0 : Mon Jul 21 2008 - 18:26:59 EDT