Konrad Windszus
Konrad Windszus
> if the deployment event is the best time to react on such changes It happens like this with AEM 6.5, therefore I would first like to align both versions...
Duplicate of #781
As outlined in https://jackrabbit.apache.org/filevault-package-maven-plugin/migrating.html this plugin is still used for the actual deployment.
For me a ribbon is the fastest way how external contributors may raise PRs!
The next release introduces ribbons for plugins. That PR was back then approved by @olamy . Is there someone out there against this?
I am still trying to work out the inner Maven logic. We need to reproduce it in bnd due to the [bnd instruction inheritance](https://github.com/bndtools/bnd/tree/master/maven-plugins/bnd-maven-plugin#bnd-instruction-inheritance) which deviates a bit from the...
The merging mechanism in Maven and Bnd differs! bnd-maven-plugin deliberately deviates from Maven standards to allow merging of bnd configurations (which wouldn't be possible in Maven). Therefore also the same...
parent pom is not correctly considered: for example having multiple parent levels with each having `bnd` plugin parameter will just be merged by Maven logic, i.e. just one value wins....
Yes, I will look into this, but it will take some time.
An according new standard rule would need to be added to https://github.com/osgi/osgi/blob/e9be8cb54a3cc744d22fbb803fe5f2d124e16848/org.osgi.util.converter/src/org/osgi/util/converter/ConverterImpl.java#L58.