> I don't want to go for creation of maven assembly and packing things > together. Please suggest me if there are any other approaches
There is nothing stopping you from making another Maven project that only contains your config files (in src/main/resources, perhaps) and then publishing that to the remote repo, then picking them up and unpacking (unjar/unzip) them to use in your app servers directly. This would not involve the assembly plugin or any non-standard approach. Why do you have a doubt about this? Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
