[
https://issues.apache.org/jira/browse/FELIX-2819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990098#comment-12990098
]
Alasdair Nottingham commented on FELIX-2819:
--------------------------------------------
I didn't realize the package-info.java would be picked up, but I have some
packages which are copied from the OSGi git repo and they use package.html and
packageinfo. I don't feel comfortable rewriting these to be package-info.java
instead. It is worth considering though.
> packageinfo files in src/main/java are ignored
> ----------------------------------------------
>
> Key: FELIX-2819
> URL: https://issues.apache.org/jira/browse/FELIX-2819
> Project: Felix
> Issue Type: Bug
> Components: Maven Bundle Plugin
> Reporter: Alasdair Nottingham
>
> The bnd tool can pick up the package version from a packageinfo file if it is
> stored next to the java files.
> The maven-bundle-plugin will only include them in the jar, and make them
> visible to bnd if they are in the src/main/resources directory. I would like
> to use these files for specifying versions, rather than putting it in the
> pom. This allows me to specify the version once in this file even if it is
> repackaged in a different jar later.
> The problem is I have to put the files into src/main/resources which
> significantly reduces the chance of updating them when a change is made.
> Could the maven-bundle-plugin be updated to put the packageinfo files from
> src/main/java into the jar before calling bnd?
> Thanks
> Alasdair
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira