Re: question about shared assembly descriptor

2014-06-03 Thread ishachadha
Unsubscribe Sent from Samsung Mobile Original message From: John Casey Date:03/06/2014 14:14 (GMT+00:00) To: Maven Developers List Subject: Re: question about shared assembly descriptor Typically, I create a separate module to do nothing but house the assembly

Re: question about shared assembly descriptor

2014-06-03 Thread John Casey
Typically, I create a separate module to do nothing but house the assembly descriptors I'm sharing in my project. Modules are cheap, after all. Then, you can include the assembly module as a plugin-level dependency in both modules that use it. FWIW, it's also best to ask this sort of usage que

question about shared assembly descriptor

2014-06-02 Thread Mingliang Qi
Hello *, I have a problem when using the sharing assembly descriptors. Let’s say i have a directory structure loos like: module-A +-- src | `-- main | `-- resources | `-- assemblies | `-- myassembly.xml `— pom.xml module-B `—pom.