That is extremely useful information, Edwin. ;-) Wayne
On 5/29/06, Edwin Punzalan <[EMAIL PROTECTED]> wrote:
Both the <resources> and <testResources> are copied into the target/test-classes and since resources are copied first, the testResources files will overwrite the ones from resources. However, only resources are copied into target/classes so you'll only have the production files in there when the jar plugin runs and packages the contents of target/classes. Hope that helps. ^_^
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
