Unsubscribe
Sent from Samsung Mobile <div>-------- Original message --------</div><div>From: John Casey <[email protected]> </div><div>Date:03/06/2014 14:14 (GMT+00:00) </div><div>To: Maven Developers List <[email protected]> </div><div>Subject: Re: question about shared assembly descriptor </div><div> </div>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 question on [email protected]. This list is for development of Maven itself (and associated projects). -john On 06/02/2014 04:17 PM, Mingliang Qi wrote: > 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.xml > > > module-B’s pom.xml wants to use the descriptor in module-A, which could be > done by adding module-A as a dependency on the assembly plugin then use the > descriptorRefs. But the problem is I already has module B as a dependency in > module-A. so this will lead to a cyclic reference. > > If i do without the dependency and just use the descriptor directly will also > lead to wrong base directory for the descriptor.(the base directory for > myassembly.xml will be module-B) > > How can i use the shared assembly descriptor in this case properly? > > Best, > Mingliang > > -- John Casey --- GitHub: https://github.com/jdcasey/ Twitter: http://twitter.com/buildchimp --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
