Hi, On Mon, Nov 10, 2014 at 10:23 PM, mit_jones <[email protected]> wrote: > Hi, > > I have been experimenting with the maven-bundle-plugin baseline Mojo. I > can't find much documentation so not sure if I am seeing the expected > behaviour but it appears to be different than what I see in a 'native' > Eclipse bnd environment.
I'm not familiar with the Eclipse bnd environment, but here's a blanket statement about my understanding of baselining: it only concerns public API since that's the one that 'matters' in terms of backwards compatibility in OSGi. You are free to perform whatever changes you want to your implementation packages ; those will be validated by your Java compiler. Cheers, Robert > > 1) Only public API changes were detected. I noted that perhaps this is a > limitation of the plugin and was alluded to by Raymond Auge in > https://groups.google.com/forum/#!msg/bndtools-users/Hkm83OHl_F4/ObdcmvnEfnMJ > "without access to bnd's internal data collection model" > > 2) If the package isn't in the <Export-Package> section it is ignored > > 3) The report did not give advice on bumping the Bundle version only the > package version > > Can someone please confirm that this is a limitation of the > maven-bundle-plugin not something I have implemented incorrectly? > > > Thanks, > > Tim > > > > -- > View this message in context: > http://apache-felix.18485.x6.nabble.com/maven-bundle-plugin-and-baselining-tp5010417.html > Sent from the Apache Felix - Users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

