[
https://issues.apache.org/jira/browse/FELIX-495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12570931#action_12570931
]
Stuart McCulloch commented on FELIX-495:
----------------------------------------
> Stuart why have you used a different manifestLocation for the classified
> artifact?
the manifestLocation parameter is used to tell the plugin where to unpack the
manifest after creating the bundle (default is
target/classes/META-INF/MANIFEST.MF) this is just a convenience so people can
put the manifest in other places - it doesn't affect the content of the bundle.
For the classified artifact I set manifestLocation to a slightly different
place, so you can see both manifests - otherwise it would overwrite the first
one.
> Do you think that the pom I have committed is working?
looks ok - best way to check is to try the bundles on an actual framework ;)
> In general do you think it is better to add only the differences in the
> "extra" bundle goal or it is better to replicate the import,private, and
> export instruction?
it's really a personal preference - some people prefer to not repeat things and
just add the differences, others prefer to be explicit so you don't have to
merge the instructions in your head when reading the pom....
> release classified version of the basedriver
> --------------------------------------------
>
> Key: FELIX-495
> URL: https://issues.apache.org/jira/browse/FELIX-495
> Project: Felix
> Issue Type: Improvement
> Components: UPnP Subproject
> Reporter: Stefano Lenzi
> Assignee: Stefano Lenzi
> Priority: Critical
> Attachments: pom-embed.xml, pom.xml
>
>
> We should modify the POM in order to be able to release:
> - basedriver-<version>.jar for JDK 1.4 or above
> - basedriver-<version>-jdk13.jar for JDK 1.3
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.