[
https://issues.apache.org/jira/browse/GERONIMO-4737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Jencks updated GERONIMO-4737:
-----------------------------------
Attachment: G4737_filter_svn_commands_patch.txt
Ths svn script I actually used, modified from shawn's
> geronimo source code should follow resource filtering best practice defined
> in genesis.
> ---------------------------------------------------------------------------------------
>
> Key: GERONIMO-4737
> URL: https://issues.apache.org/jira/browse/GERONIMO-4737
> Project: Geronimo
> Issue Type: Improvement
> Security Level: public(Regular issues)
> Components: buildsystem
> Affects Versions: 2.2
> Reporter: Shawn Jiang
> Assignee: David Jencks
> Priority: Minor
> Fix For: 2.2
>
> Attachments: G4737_filter_svn_commands_patch.txt,
> G4737_filter_svn_commands_patch.txt, G4737_trunk
>
>
> See the filtering setting in
> http://repo1.maven.org/maven2/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom
> {code}
> <resources>
> <resource>
> <directory>${project.basedir}/src/main/resources</directory>
> <filtering>false</filtering>
> <includes>
> <include>**/*</include>
> </includes>
> </resource>
> <resource>
>
> <directory>${project.basedir}/src/main/filtered-resources</directory>
> <filtering>true</filtering>
> <includes>
> <include>**/*</include>
> </includes>
> </resource>
> </resources>
> <testResources>
> <testResource>
> <directory>${project.basedir}/src/test/resources</directory>
> <filtering>false</filtering>
> <includes>
> <include>**/*</include>
> </includes>
> </testResource>
> <testResource>
>
> <directory>${project.basedir}/src/test/filtered-resources</directory>
> <filtering>true</filtering>
> <includes>
> <include>**/*</include>
> </includes>
> </testResource>
> </testResources>
> {code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.