You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Raúl Kripalani (JIRA)" <ji...@apache.org> on 2016/03/30 21:10:25 UTC

[jira] [Comment Edited] (CAMEL-9764) Maven build: fix to support lambdas in code (JDK8)

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

Raúl Kripalani edited comment on CAMEL-9764 at 3/30/16 7:09 PM:
----------------------------------------------------------------

Upgraded to maven-bundle-plugin 3.0.1.

Modules now use packaging = jar, instead of bundle.

We no longer use the maven-bundle-plugin:bundle goal, but the 'manifest' goal. The goal generates the OSGi MANIFEST.MF and we package it into the JAR though configuration of maven-jar-plugin.

This makes our build compatible with any other plugin that expects a JAR packaging type or that does not support extended packaging types.




was (Author: raulvk):
Upgraded to maven-bundle-plugin 3.0.1.


> Maven build: fix to support lambdas in code (JDK8)
> --------------------------------------------------
>
>                 Key: CAMEL-9764
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9764
>             Project: Camel
>          Issue Type: Task
>            Reporter: Raúl Kripalani
>            Assignee: Raúl Kripalani
>             Fix For: 2.18.0
>
>
> See http://camel.465427.n5.nabble.com/Usage-of-Lambdas-in-our-Maven-build-jdk8-lambdas-branch-tp5779737.html.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)