Christoph Läubrich

Results 823 comments of Christoph Läubrich

@joakime I think this can happen when not all reactor projects are build (e.g. you only build the p2 project alone) could it be something like this? If I look...

> * Find a way to automatically attach the generate goal to the generate-sources phase You need a make your plugin an extension and define a custom packaging type for...

> The `maven-shade-plugin` also modifies the pom. I even need it to do that , so it removes the dependencies that are now included, so they don't polut the classpath....

I just noticed that the BND baseline mojo do something similar to look-up the basline artifact ...

@stbischof I'll try to take a look a good example where this occurs seems - https://github.com/ClickHouse/clickhouse-jdbc/tree/master/clickhouse-client/

> I think it's more than fair that bndtools be allowed to own this mapping bnd is allowed to do so, m2e only adds a configurator to configure PDE. This...

This is how it will look like for a execution phase with duplicate mappings: ![grafik](https://user-images.githubusercontent.com/1331477/152800974-5585d7c3-70d6-4af8-82f0-b1d366cbe9d6.png) This for a duplicate packaging type mapping: ![grafik](https://user-images.githubusercontent.com/1331477/152801154-2640f0ab-009b-4909-ae20-f54824723f69.png) this requires the latest m2e release. Also...

> Awesome, you don't mind if we put these images in our docs. I am thinking the Wiki for example. Feel free if you think its useful :-)

by the way it would be useful to check what `bndtools.m2e` actually do (maybe similar to what `m2e.pde.connector` does) and if it might make sense to merge/contribute some codes here.