You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Michael Van Geertruy (JIRA)" <ji...@apache.org> on 2010/12/27 22:52:45 UTC

[jira] Issue Comment Edited: (KARAF-43) Use overriden properties instead of configuring the maven bundle plugin in each module

    [ https://issues.apache.org/jira/browse/KARAF-43?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12975347#action_12975347 ] 

Michael Van Geertruy edited comment on KARAF-43 at 12/27/10 4:52 PM:
---------------------------------------------------------------------

moved 

                  	
                        	<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
                        	<Export-Package>${project.artifactId}*;version=${project.version}</Export-Package>
                        	<_versionpolicy>${bnd.version.policy}</_versionpolicy>

To the parent pom.xml inside of <plugin-Management><plugins>

Removed the tags in the modules that equaled the new values in the parent pom.xml file.

      was (Author: karafman):
    moved 

                  	
                        	<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
                        	<Export-Package>${project.artifactId}*;version=${project.version}</Export-Package>
                        	<_versionpolicy>${bnd.version.policy}</_versionpolicy>

To the parent pom.xml inside of <plugin-Management><plugins>
  
> Use overriden properties instead of configuring the maven bundle plugin in each module
> --------------------------------------------------------------------------------------
>
>                 Key: KARAF-43
>                 URL: https://issues.apache.org/jira/browse/KARAF-43
>             Project: Karaf
>          Issue Type: Task
>            Reporter: Guillaume Nodet
>         Attachments: Karaf-43_patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.