Hi Dave,

Thanks for your reply. I m not trying to place resources folder outside the
jar. I m trying to place the properties file that reside in resources folder
outside the jar so that my application can pickup. What should i modify in
my pom.xml?

Thanks,
Sundar


On 6/25/09, sundar varadarajan <sundarva...@gmail.com> wrote:
>
> Hello,
>
> I m new to Maven and I m trying to place property and config.xml files
> outside the Jar files. Here is my current directory
>
> Src
>  main
>   java
>   resources
> test
>  java
>   resources
>
> under java, i have all the java class files and in resources folder i have
> the properties and springbatch xml files.
>
> when i package the application, the property files which are under
> src/main/resources is also getting included. I need to place this outside
> the jar file so that the application can pickup when ever i make any changes
> to the property. currently i need to package again whenever a small change
> is made.
>
> please help.
>
> Thanks,
> Sundar
>

Reply via email to