You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2013/10/26 10:33:32 UTC

[jira] [Updated] (KARAF-2530) Build failure on Mac....

     [ https://issues.apache.org/jira/browse/KARAF-2530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré updated KARAF-2530:
----------------------------------------

    Fix Version/s: 2.3.4
                   3.0.0
                   2.4.0

> Build failure on Mac....
> ------------------------
>
>                 Key: KARAF-2530
>                 URL: https://issues.apache.org/jira/browse/KARAF-2530
>             Project: Karaf
>          Issue Type: Bug
>            Reporter: Daniel Kulp
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.4.0, 3.0.0, 2.3.4
>
>
> Currently, the build fails on the Mac with Java 6.  Honestly, I have no idea why it works on the other platforms. 
> On the Mac, the karaf-maven-plugin pulls in plexus-utils 1.5.10, but the plexus-io and archiver that it pulls in requires 3.0 or newer.  Just updating the version for the plugin fixes it:
> {code:text}
> diff --git a/tooling/karaf-maven-plugin/pom.xml b/tooling/karaf-maven-plugin/pom.xml
> index 079a13e..99f162f 100644
> --- a/tooling/karaf-maven-plugin/pom.xml
> +++ b/tooling/karaf-maven-plugin/pom.xml
> @@ -83,7 +83,7 @@
>          <dependency>
>              <groupId>org.codehaus.plexus</groupId>
>              <artifactId>plexus-utils</artifactId>
> -            <version>1.5.10</version>
> +            <version>3.0</version>
>          </dependency>
>          <dependency>
>              <groupId>org.apache.felix</groupId>
> {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)