Re: [RFC] MJAR-193

2016-05-02 Thread Tibor Digana
> > - > > To unsubscribe, e-mail: [hidden email] > <http:///user/SendEmail.jtp?type=node&node=5866744&i=1> > > For additional commands, e-mail: [hidden email] > <http:///user/SendEmail.j

Re: [RFC] MJAR-193

2016-05-01 Thread Robert Scholte
Hi, I'm not into OSGi, so I don't fully understand the requirement. But what I can say is that one of the principals of Maven is that maven-plugins don't depend on each other. Regarding the MANIFEST.MF file, I think that both the maven-ear-plugin and the maven-shade-plugin are good examples o

[RFC] MJAR-193

2016-05-01 Thread Karl Heinz Marbaise
Hi, currently there are some requirements to allow other mojo's to contribute to MANIFEST.MF which is used during the package of for example of maven-jar-plugin... The question is: o Does someone has a good idea to solve such things ? Or what might be a good direction to go? o Let ot