Hi
I am seeing the following when executing the maven bundle plugin in commons
auth.
The MANIFEST.MF looks Ok.
I think its caused by
<Import-Package>
org.apache.sling.api.auth;version="[$(version;==;$(@)),$(version;=+;$(@)))",
*
</Import-Package>
which is greek to me, without reading the BND docs.
Any ideas,
does it matter
Ian
Caused by: java.lang.IllegalArgumentException: Invalid syntax for version:
$...@}
at aQute.libg.version.Version.<init>(Version.java:45)
at aQute.lib.osgi.Macro._version(Macro.java:627)