[
https://issues.apache.org/jira/browse/FELIX-390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12537256
]
Stuart McCulloch commented on FELIX-390:
----------------------------------------
I keep a copy of the latest bundle-plugin snapshot in our local OPS4J
repository:
<pluginRepositories>
<pluginRepository>
<id>ops4j-snapshots</id>
<url>http://repository.ops4j.org/mvn-snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
</pluginRepository>
</pluginRepositories>
as I also don't like dragging in all the other maven plugin snapshots :)
> upgrade to bnd 0.199+
> ---------------------
>
> Key: FELIX-390
> URL: https://issues.apache.org/jira/browse/FELIX-390
> Project: Felix
> Issue Type: Improvement
> Components: Maven Bundle Plugin
> Affects Versions: 1.0.0
> Reporter: Costin Leau
> Assignee: Stuart McCulloch
>
> bnd 0.199 fixes the problem where classes refered just by their name such as:
> sysout(SomeClass.class.getName()) do not get their package into
> Import-Package entry.
> The upgrade should be straight-forward.
> Cheers,
> Costin
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.