Sebastian Hoß wrote:
> ${project.licenses[0].url} should do the trick

Thanks, Sebastian. Works like a charm.

Now I can generate even nicer OSGi Bundle-License headers than with the
maven-bundle-plugin's defaults:

> <Bundle-License>${project.licenses[0].url};description="${project.licenses[0].name}"</Bundle-License>

Best wishes,

Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to