On Wed, Nov 17, 2010 at 8:25 PM, asdas adasads <[email protected]> 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 remote repository ? I couldn't find any function that allows > that. Any idea ? I would package the .properties files in a jar and deploy the jar. Use the dependency plugin to retrieve it and unpack it where you need it. The .exe files are binary artifacts of their own and could be deployed separately. But it really depends on what you're doing / how you're using them. What are you doing now and why isn't it working? -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
