Re: Deploying properties files.

2010-11-17 Thread Kalpak Gadre
It would help if you elaborate what you are exactly trying to achieve. To install arbitrary artifacts to the repository, you can use build-helper-maven-plugin http://mojo.codehaus.org/build-helper-maven-plugin/attach-artifact-mojo.html Kalpak Hi, In my project I have a lot of *.prope

Re: Deploying properties files.

2010-11-17 Thread Wendy Smoak
On Wed, Nov 17, 2010 at 8:25 PM, asdas adasads wrote: >    In my project I have a lot of *.properties files as well as some third > party *.exe files. I know that using resources plugin I'm able to copy all > this stuff to my target directory. What about deploying this things from > target dir to

Deploying properties files.

2010-11-17 Thread asdas adasads
Hi, In my project I have a lot of *.properties files as well as some third party *.exe files. I know that using resources plugin I'm able to copy all this stuff to my target directory. What about deploying this things from target dir to remote repository ? I couldn't find any function that all