You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by "Benjamin Hindman (JIRA)" <ji...@apache.org> on 2014/04/26 02:42:15 UTC

[jira] [Resolved] (MESOS-1212) Use maven to compile and package Mesos' Java files.

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

Benjamin Hindman resolved MESOS-1212.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.19.0

commit 66d0518b3042345bc747e675f4d1e82995fe3e8c
Author: Tobi Knaup <to...@knaup.me>
Date:   Fri Apr 25 17:37:33 2014 -0700

    Use maven to compile and package Mesos' Java files.
    
    Use Maven to build the Mesos jars, and include shaded protbuf jar. No
    longer builds a custom protobuf jar but relies on Maven.
    
    NOTE: If using the shaded jar then a JVM framework needs to update use
    of the com.google.protobuf namespace to org.apache.mesos.protobuf.
    
    Review: https://reviews.apache.org/r/20402

> Use maven to compile and package Mesos' Java files.
> ---------------------------------------------------
>
>                 Key: MESOS-1212
>                 URL: https://issues.apache.org/jira/browse/MESOS-1212
>             Project: Mesos
>          Issue Type: Improvement
>          Components: build, java api
>            Reporter: Benjamin Hindman
>            Assignee: Tobi Knaup
>             Fix For: 0.19.0
>
>
> We currently package our own jars which means we can't easily take advantage of maven plugins such as the shade plugin which we'd like to do for MESOS-1203. We might as well leverage maven for building Java. It would be great to check for maven during configure then too.



--
This message was sent by Atlassian JIRA
(v6.2#6252)