2010/12/7 fhomasp <[email protected]>: > using an assembly descriptor in the maven-assembly-plugin, how would I go > about getting property files from one my client apps? I mean... These > property files are of course centralized in the resources dir of that > module. I'd hate to have to tell my project manager that I'll have to get > these property files reduntantly into this new module...
If I understand you correctly, you want to copy a property inside one of your dependency inside a directory of your assembly, right? Then, prior to your assembly build, unpack part of your dependency: http://maven.apache.org/plugins/maven-dependency-plugin/examples/unpacking-artifacts.html After that, include it in your assembly. HTH Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
