You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Olivier Lamy (JIRA)" <ji...@codehaus.org> on 2011/08/12 15:58:42 UTC

[jira] Created: (MINDEXER-36) Add some OSGI metadata in the index to be able to search on

Add some OSGI metadata in the index to be able to search on
-----------------------------------------------------------

                 Key: MINDEXER-36
                 URL: https://jira.codehaus.org/browse/MINDEXER-36
             Project: Maven Indexer
          Issue Type: New Feature
            Reporter: Olivier Lamy


Index at least :
* Bundle-SymbolicName
* Bundle-Version
* Export-Package

Others OSGI metadata ?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MINDEXER-36) Add some OSGI metadata in the index to be able to search on

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MINDEXER-36?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy closed MINDEXER-36.
--------------------------------

    Resolution: Fixed

Require-Bundle added

> Add some OSGI metadata in the index to be able to search on
> -----------------------------------------------------------
>
>                 Key: MINDEXER-36
>                 URL: https://jira.codehaus.org/browse/MINDEXER-36
>             Project: Maven Indexer
>          Issue Type: New Feature
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>             Fix For: 4.1.2
>
>
> Index at least :
> * Bundle-SymbolicName
> * Bundle-Version
> * Export-Package
> * Export-Service
> Others OSGI metadata ?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MINDEXER-36) Add some OSGI metadata in the index to be able to search on

Posted by "Jesse Glick (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MINDEXER-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=276294#comment-276294 ] 

Jesse Glick commented on MINDEXER-36:
-------------------------------------

Regarding {{Bundle-Classpath}} - if I was not clear, I meant that when this is specified, {{JarFileContentsIndexCreator}} should search for {{**/*.class}} in the specified classpath entries instead of in the general JAR root. Normally {{.}} is an entry, meaning that classes in the bundle JAR are still searched, but this would allow the index of contained classes to list those in nested JARs.

For test-related identifiers, this is pretty trivial but: {{OSGIArtifactIndexCreatorTest}}, {{indexOSGIRepo}}, {{testIndexOSGIRepoThen...}}.

> Add some OSGI metadata in the index to be able to search on
> -----------------------------------------------------------
>
>                 Key: MINDEXER-36
>                 URL: https://jira.codehaus.org/browse/MINDEXER-36
>             Project: Maven Indexer
>          Issue Type: New Feature
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>             Fix For: 4.1.2
>
>
> Index at least :
> * Bundle-SymbolicName
> * Bundle-Version
> * Export-Package
> * Export-Service
> Others OSGI metadata ?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Issue Comment Edited: (MINDEXER-36) Add some OSGI metadata in the index to be able to search on

Posted by "Tamás Cservenák (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MINDEXER-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=276252#comment-276252 ] 

Tamás Cservenák edited comment on MINDEXER-36 at 8/17/11 12:26 PM:
-------------------------------------------------------------------

IMO, the most useful searches would be:

* Import-Package (example use case: "I want to see what bundles uses a certain package")
* Bundle-SymbolicName (example use case: "I know the bundle I want")
* Require-Bundle (example use case: "I want to see what bundles uses a certain bundle")
* Export-Package (example use case: "I know only the package I need")

And AFAIK, the Export-Service is deprecated.

As for returned (index contained) information, the adding these too would be nice:

* Bundle-Description (similar to MAVEN.DESCRIPTION)
* Bundle-Name (similar to MAVEN.NAME)

etc.

      was (Author: cstamas):
    IMO, the most useful searches would be:

* Import-Package (example use case: "I want to see what bundles uses a certain package")
* Bundle-SymbolicName (example use case: "I know the bundle I want")
* Require-Bundle (example use case: "I want to see what bundles uses a certain bundle")
* Export-Package (example use case: "I know only the package I need")

And IMO, the Export-Service is deprecated.

As for returned (index contained) information, the adding these too would be nice:

* Bundle-Description (similar to MAVEN.DESCRIPTION)
* Bundle-Name (similar to MAVEN.NAME)

etc.
  
> Add some OSGI metadata in the index to be able to search on
> -----------------------------------------------------------
>
>                 Key: MINDEXER-36
>                 URL: https://jira.codehaus.org/browse/MINDEXER-36
>             Project: Maven Indexer
>          Issue Type: New Feature
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>             Fix For: 4.1.2
>
>
> Index at least :
> * Bundle-SymbolicName
> * Bundle-Version
> * Export-Package
> * Export-Service
> Others OSGI metadata ?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Closed: (MINDEXER-36) Add some OSGI metadata in the index to be able to search on

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MINDEXER-36?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy closed MINDEXER-36.
--------------------------------

    Resolution: Fixed

fixed

> Add some OSGI metadata in the index to be able to search on
> -----------------------------------------------------------
>
>                 Key: MINDEXER-36
>                 URL: https://jira.codehaus.org/browse/MINDEXER-36
>             Project: Maven Indexer
>          Issue Type: New Feature
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>             Fix For: 4.1.2
>
>
> Index at least :
> * Bundle-SymbolicName
> * Bundle-Version
> * Export-Package
> * Export-Service
> Others OSGI metadata ?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MINDEXER-36) Add some OSGI metadata in the index to be able to search on

Posted by "Tamás Cservenák (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MINDEXER-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=276252#comment-276252 ] 

Tamás Cservenák commented on MINDEXER-36:
-----------------------------------------

IMO, the most useful searches would be:

* Import-Package (example use case: "I want to see what bundles uses a certain package")
* Bundle-SymbolicName (example use case: "I know the bundle I want")
* Require-Bundle (example use case: "I want to see what bundles uses a certain bundle")
* Export-Package (example use case: "I know only the package I need")

And IMO, the Export-Service is deprecated.

As for returned (index contained) information, the adding these too would be nice:

* Bundle-Description (similar to MAVEN.DESCRIPTION)
* Bundle-Name (similar to MAVEN.NAME)

etc.

> Add some OSGI metadata in the index to be able to search on
> -----------------------------------------------------------
>
>                 Key: MINDEXER-36
>                 URL: https://jira.codehaus.org/browse/MINDEXER-36
>             Project: Maven Indexer
>          Issue Type: New Feature
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>             Fix For: 4.1.2
>
>
> Index at least :
> * Bundle-SymbolicName
> * Bundle-Version
> * Export-Package
> * Export-Service
> Others OSGI metadata ?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Reopened: (MINDEXER-36) Add some OSGI metadata in the index to be able to search on

Posted by "Tamás Cservenák (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MINDEXER-36?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tamás Cservenák reopened MINDEXER-36:
-------------------------------------


Please update the field names in OSGIArtifactIndexCreatorTest and then close this issue, to mark a "go" for a 4.1.2 relase ;)

> Add some OSGI metadata in the index to be able to search on
> -----------------------------------------------------------
>
>                 Key: MINDEXER-36
>                 URL: https://jira.codehaus.org/browse/MINDEXER-36
>             Project: Maven Indexer
>          Issue Type: New Feature
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>             Fix For: 4.1.2
>
>
> Index at least :
> * Bundle-SymbolicName
> * Bundle-Version
> * Export-Package
> * Export-Service
> Others OSGI metadata ?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Commented: (MINDEXER-36) Add some OSGI metadata in the index to be able to search on

Posted by "Johannes Utzig (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MINDEXER-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=277181#comment-277181 ] 

Johannes Utzig commented on MINDEXER-36:
----------------------------------------

Shouldn't Require-Bundle be supported if Import-Package is supported?

> Add some OSGI metadata in the index to be able to search on
> -----------------------------------------------------------
>
>                 Key: MINDEXER-36
>                 URL: https://jira.codehaus.org/browse/MINDEXER-36
>             Project: Maven Indexer
>          Issue Type: New Feature
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>             Fix For: 4.1.2
>
>
> Index at least :
> * Bundle-SymbolicName
> * Bundle-Version
> * Export-Package
> * Export-Service
> Others OSGI metadata ?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MINDEXER-36) Add some OSGI metadata in the index to be able to search on

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MINDEXER-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=276254#comment-276254 ] 

Olivier Lamy commented on MINDEXER-36:
--------------------------------------

sure I know Export-Service is deprecated but it's used (IMHO) a lot.
So as all deprecated stuff, this field will probably live long time :-)

> Add some OSGI metadata in the index to be able to search on
> -----------------------------------------------------------
>
>                 Key: MINDEXER-36
>                 URL: https://jira.codehaus.org/browse/MINDEXER-36
>             Project: Maven Indexer
>          Issue Type: New Feature
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>             Fix For: 4.1.2
>
>
> Index at least :
> * Bundle-SymbolicName
> * Bundle-Version
> * Export-Package
> * Export-Service
> Others OSGI metadata ?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MINDEXER-36) Add some OSGI metadata in the index to be able to search on

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MINDEXER-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=276680#comment-276680 ] 

Olivier Lamy commented on MINDEXER-36:
--------------------------------------

I will move OSGIArtifactIndexCreator to OsgiArtifactIndexCreator

> Add some OSGI metadata in the index to be able to search on
> -----------------------------------------------------------
>
>                 Key: MINDEXER-36
>                 URL: https://jira.codehaus.org/browse/MINDEXER-36
>             Project: Maven Indexer
>          Issue Type: New Feature
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>             Fix For: 4.1.2
>
>
> Index at least :
> * Bundle-SymbolicName
> * Bundle-Version
> * Export-Package
> * Export-Service
> Others OSGI metadata ?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MINDEXER-36) Add some OSGI metadata in the index to be able to search on

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MINDEXER-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=276282#comment-276282 ] 

Olivier Lamy commented on MINDEXER-36:
--------------------------------------

Not sure searching on Bundle-Classpath will help maybe for read.

Can you elaborate on the ditto for test ?
Ditto someone complains because tests exists :P

> Add some OSGI metadata in the index to be able to search on
> -----------------------------------------------------------
>
>                 Key: MINDEXER-36
>                 URL: https://jira.codehaus.org/browse/MINDEXER-36
>             Project: Maven Indexer
>          Issue Type: New Feature
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>             Fix For: 4.1.2
>
>
> Index at least :
> * Bundle-SymbolicName
> * Bundle-Version
> * Export-Package
> * Export-Service
> Others OSGI metadata ?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MINDEXER-36) Add some OSGI metadata in the index to be able to search on

Posted by "Jesse Glick (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MINDEXER-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=276280#comment-276280 ] 

Jesse Glick commented on MINDEXER-36:
-------------------------------------

By the way, {{JarFileContentsIndexCreator}} could be updated to interpret {{Bundle-Classpath}} if specified. Not sure how commonly this is used.

> Add some OSGI metadata in the index to be able to search on
> -----------------------------------------------------------
>
>                 Key: MINDEXER-36
>                 URL: https://jira.codehaus.org/browse/MINDEXER-36
>             Project: Maven Indexer
>          Issue Type: New Feature
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>             Fix For: 4.1.2
>
>
> Index at least :
> * Bundle-SymbolicName
> * Bundle-Version
> * Export-Package
> * Export-Service
> Others OSGI metadata ?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MINDEXER-36) Add some OSGI metadata in the index to be able to search on

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MINDEXER-36?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy closed MINDEXER-36.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 4.1.2

> Add some OSGI metadata in the index to be able to search on
> -----------------------------------------------------------
>
>                 Key: MINDEXER-36
>                 URL: https://jira.codehaus.org/browse/MINDEXER-36
>             Project: Maven Indexer
>          Issue Type: New Feature
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>             Fix For: 4.1.2
>
>
> Index at least :
> * Bundle-SymbolicName
> * Bundle-Version
> * Export-Package
> * Export-Service
> Others OSGI metadata ?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MINDEXER-36) Add some OSGI metadata in the index to be able to search on

Posted by "Jesse Glick (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MINDEXER-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=276279#comment-276279 ] 

Jesse Glick commented on MINDEXER-36:
-------------------------------------

Spelling oddities which become visible in the public API: {{OSGIArtifactIndexCreator}} should perhaps be {{OSGiArtifactIndexCreator}} (ditto {{OSGI}} and various identifiers used in the test); {{osgi-metadatas}} should be {{osgi-metadata}}.

> Add some OSGI metadata in the index to be able to search on
> -----------------------------------------------------------
>
>                 Key: MINDEXER-36
>                 URL: https://jira.codehaus.org/browse/MINDEXER-36
>             Project: Maven Indexer
>          Issue Type: New Feature
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>             Fix For: 4.1.2
>
>
> Index at least :
> * Bundle-SymbolicName
> * Bundle-Version
> * Export-Package
> * Export-Service
> Others OSGI metadata ?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MINDEXER-36) Add some OSGI metadata in the index to be able to search on

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MINDEXER-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=275767#comment-275767 ] 

Olivier Lamy commented on MINDEXER-36:
--------------------------------------

first impl [rev 1157400|http://svn.apache.org/viewvc?rev=1157400&view=rev]

> Add some OSGI metadata in the index to be able to search on
> -----------------------------------------------------------
>
>                 Key: MINDEXER-36
>                 URL: https://jira.codehaus.org/browse/MINDEXER-36
>             Project: Maven Indexer
>          Issue Type: New Feature
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>
> Index at least :
> * Bundle-SymbolicName
> * Bundle-Version
> * Export-Package
> Others OSGI metadata ?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Reopened: (MINDEXER-36) Add some OSGI metadata in the index to be able to search on

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MINDEXER-36?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy reopened MINDEXER-36:
----------------------------------


reopen as Require-Bundle sounds a goo addition.

> Add some OSGI metadata in the index to be able to search on
> -----------------------------------------------------------
>
>                 Key: MINDEXER-36
>                 URL: https://jira.codehaus.org/browse/MINDEXER-36
>             Project: Maven Indexer
>          Issue Type: New Feature
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>             Fix For: 4.1.2
>
>
> Index at least :
> * Bundle-SymbolicName
> * Bundle-Version
> * Export-Package
> * Export-Service
> Others OSGI metadata ?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MINDEXER-36) Add some OSGI metadata in the index to be able to search on

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MINDEXER-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=276262#comment-276262 ] 

Olivier Lamy commented on MINDEXER-36:
--------------------------------------

rev 1158871.
Support added for :
* Bundle-Description
* Bundle-Name
* Bundle-License
* Bundle-DocURL
* Import-Package

> Add some OSGI metadata in the index to be able to search on
> -----------------------------------------------------------
>
>                 Key: MINDEXER-36
>                 URL: https://jira.codehaus.org/browse/MINDEXER-36
>             Project: Maven Indexer
>          Issue Type: New Feature
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>             Fix For: 4.1.2
>
>
> Index at least :
> * Bundle-SymbolicName
> * Bundle-Version
> * Export-Package
> * Export-Service
> Others OSGI metadata ?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MINDEXER-36) Add some OSGI metadata in the index to be able to search on

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MINDEXER-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=275766#comment-275766 ] 

Jean-Baptiste Onofré commented on MINDEXER-36:
----------------------------------------------

I would add Export-Service as well.

> Add some OSGI metadata in the index to be able to search on
> -----------------------------------------------------------
>
>                 Key: MINDEXER-36
>                 URL: https://jira.codehaus.org/browse/MINDEXER-36
>             Project: Maven Indexer
>          Issue Type: New Feature
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>
> Index at least :
> * Bundle-SymbolicName
> * Bundle-Version
> * Export-Package
> Others OSGI metadata ?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Commented: (MINDEXER-36) Add some OSGI metadata in the index to be able to search on

Posted by "Jesse Glick (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MINDEXER-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=279968#comment-279968 ] 

Jesse Glick commented on MINDEXER-36:
-------------------------------------

"osgi-metadatas" is still wrong ("data" is already plural).

> Add some OSGI metadata in the index to be able to search on
> -----------------------------------------------------------
>
>                 Key: MINDEXER-36
>                 URL: https://jira.codehaus.org/browse/MINDEXER-36
>             Project: Maven Indexer
>          Issue Type: New Feature
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>             Fix For: 4.1.2
>
>
> Index at least :
> * Bundle-SymbolicName
> * Bundle-Version
> * Export-Package
> * Export-Service
> Others OSGI metadata ?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MINDEXER-36) Add some OSGI metadata in the index to be able to search on

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MINDEXER-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=275801#comment-275801 ] 

Olivier Lamy commented on MINDEXER-36:
--------------------------------------

Export-Service added in [rev 1157497|http://svn.apache.org/viewvc?view=revision&revision=1157497]

> Add some OSGI metadata in the index to be able to search on
> -----------------------------------------------------------
>
>                 Key: MINDEXER-36
>                 URL: https://jira.codehaus.org/browse/MINDEXER-36
>             Project: Maven Indexer
>          Issue Type: New Feature
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>
> Index at least :
> * Bundle-SymbolicName
> * Bundle-Version
> * Export-Package
> Others OSGI metadata ?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (MINDEXER-36) Add some OSGI metadata in the index to be able to search on

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MINDEXER-36?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy updated MINDEXER-36:
---------------------------------

    Description: 
Index at least :
* Bundle-SymbolicName
* Bundle-Version
* Export-Package
* Export-Service

Others OSGI metadata ?

  was:
Index at least :
* Bundle-SymbolicName
* Bundle-Version
* Export-Package

Others OSGI metadata ?


> Add some OSGI metadata in the index to be able to search on
> -----------------------------------------------------------
>
>                 Key: MINDEXER-36
>                 URL: https://jira.codehaus.org/browse/MINDEXER-36
>             Project: Maven Indexer
>          Issue Type: New Feature
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>
> Index at least :
> * Bundle-SymbolicName
> * Bundle-Version
> * Export-Package
> * Export-Service
> Others OSGI metadata ?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira