You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Shawn Jiang (JIRA)" <ji...@apache.org> on 2009/07/10 07:30:16 UTC

[jira] Updated: (GERONIMO-4737) geronimo-commands module should inherit filter settings from genesis.

     [ https://issues.apache.org/jira/browse/GERONIMO-4737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shawn Jiang updated GERONIMO-4737:
----------------------------------

    Attachment: G4737.patch

This is the patch for trunk. 

> geronimo-commands module should inherit filter settings from genesis.
> ---------------------------------------------------------------------
>
>                 Key: GERONIMO-4737
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4737
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: buildsystem
>    Affects Versions: 2.2
>            Reporter: Shawn Jiang
>            Assignee: Shawn Jiang
>            Priority: Minor
>             Fix For: 2.2
>
>         Attachments: G4737.patch
>
>
> geronimo-commands  has is own filter setting in pom.xml.  The settings have conflicts:
> {code}
> <resources>
>             <resource>
>                 <directory>${pom.basedir}/src/main/resources</directory>
>                 <includes>
>                     <include>**/*</include>
>                 </includes>
>             </resource>
>             <resource>
>                 <directory>${pom.basedir}/src/main/resources</directory>
>                 <filtering>true</filtering>
>                 <includes>
>                     <include>org/apache/geronimo/commands/version.properties</include>
>                 </includes>
>             </resource>
> {code}
> One is <filtering>false</filtering>, the other is <filtering>true</filtering>.   This will result in filter setting merge error sometime.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.