[ 
https://issues.apache.org/jira/browse/LUCENE-3167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13060469#comment-13060469
 ] 

Luca Stancapiano commented on LUCENE-3167:
------------------------------------------

Some OSGI informations are inside the pom.xml . So if we want an automatism to 
create the OSGI attributes in the MANIFEST.MF, we have to read inside the 
pom.xml.template files. 

Theese are the OSGI informations to add in the MANIFEST:

Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt    
(project.licenses.license.url in the parent pom.xml.template)
Bundle-SymbolicName: org.apache.lucene.misc    
(project.groupId+project.artifactId in the pom.xml.template)
Bundle-Name: Lucene Miscellaneous      (project.name attribute in the 
pom.xml.template)
Bundle-Vendor: The Apache Software Foundation           (from the parent 
pom.xml.template)  
Bundle-Version: 4.0-SNAPSHOT           ($version variable from ant)
Bundle-Description: Miscellaneous Lucene extensions             
(project.description from pom.xml.template)  
Bundle-DocURL: http://www.apache.org/                            
(project.documentation.url in the parent pom.xml.template)

Else we should duplicate the informations. What is the better road?


> Make lucene/solr a OSGI bundle through Ant
> ------------------------------------------
>
>                 Key: LUCENE-3167
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3167
>             Project: Lucene - Java
>          Issue Type: New Feature
>         Environment: bndtools
>            Reporter: Luca Stancapiano
>
> We need to make a bundle thriugh Ant, so the binary can be published and no 
> more need the download of the sources. Actually to get a OSGI bundle we need 
> to use maven tools and build the sources. Here the reference for the creation 
> of the OSGI bundle through Maven:
> https://issues.apache.org/jira/browse/LUCENE-1344
> Bndtools could be used inside Ant

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to