Title: How to exclude files in jar but not in target/classes dir
Anyone any help?
-----Original Message-----
From: Verma, Nitin (GECP, OTHER, 529706)
Sent: Wednesday, June 04, 2003 9:56 PM
To: Maven Users List
Subject: How to exclude files in jar but not in target/classes dir

Hi All,

        This is what I need:-

        Source:-
                java/src/config/**
                java/src/my/**
        Classes:-
                targer/classes/config/**
                targer/classes/my/**
        Jar:-
                my-1.1.jar!my/**

                I load "config.resource" and need it to be outside jar.

                I would use the jar as follows:-

                        WEB-INF/classes/config/**
                        WEB-INF/lib/my-1.1.jar

                So having config inside my jar will mess-up my appliaction.
                And if I don't have targer/classes/config/** my tests will fail.

Regards,

Nitin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to