From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1S24um-0007s3-Bp for garchives@archives.gentoo.org; Mon, 27 Feb 2012 18:03:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED326E05B1 for ; Mon, 27 Feb 2012 18:03:11 +0000 (UTC) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 653A8E0417 for ; Mon, 27 Feb 2012 17:59:36 +0000 (UTC) Received: by wibhi8 with SMTP id hi8so3387458wib.40 for ; Mon, 27 Feb 2012 09:59:35 -0800 (PST) Received-SPF: pass (google.com: domain of paweld2@gmail.com designates 10.180.107.68 as permitted sender) client-ip=10.180.107.68; Authentication-Results: mr.google.com; spf=pass (google.com: domain of paweld2@gmail.com designates 10.180.107.68 as permitted sender) smtp.mail=paweld2@gmail.com; dkim=pass header.i=paweld2@gmail.com Received: from mr.google.com ([10.180.107.68]) by 10.180.107.68 with SMTP id ha4mr30592424wib.9.1330365575661 (num_hops = 1); Mon, 27 Feb 2012 09:59:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=2khHxWgvHcpbPyaBWdwg5HG9zyqHcQ7lzMSZSRZanwE=; b=NbgIva1T1NiSSaSP7meiYzsZLlZzAlDmnPYVMKFPfyIAk7LULm56Bqt4jv8Pk8PslU oPsBOXUdlhf5ZBxHGRBOVVZ/aVvQ1M+pPqD1GX8pzt/XM1FygfOltcsZerzkOoNftfAc Q0amuP/MyrGEkSHrRo4+zaMNi8LvyDFtX93rY= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-java@lists.gentoo.org Reply-To: gentoo-java@lists.gentoo.org MIME-Version: 1.0 Received: by 10.180.107.68 with SMTP id ha4mr24267905wib.9.1330365575558; Mon, 27 Feb 2012 09:59:35 -0800 (PST) Received: by 10.180.93.231 with HTTP; Mon, 27 Feb 2012 09:59:35 -0800 (PST) Date: Mon, 27 Feb 2012 18:59:35 +0100 Message-ID: Subject: [gentoo-java] Build from source and Maven project model From: =?ISO-8859-2?Q?Pawe=B3_Cesar_Sanjuan_Szklarz?= To: gentoo-java@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: d883e208-f502-43cf-9204-ddc0f04abe0e X-Archives-Hash: dcff4d038e25fa71ed5bc9c25bab9ce9 Hello. I would like to use portage/ebuild as my base build system on internal java projects, building from specific release commits. My first idea was to create normal maven projects and use the new maven eclass. Looking on maven ebuilds and trying to build some specific version of maven (from a tag build) I found that maven model can disallow builds from one single commit without central repository. A full explication with a maven svn example is here: http://softwaremathmodel.blogspot.com/2012/02/inconsistency-on-maven-model.= html This means for me, that translation POM->Ebuild is not a good choose. I am looking for some project structure that could generate Ebuilds, and also Maven OR Gradle specific configuration. Is there any know solution for this on gentoo community??? Regards. Pawe=C5=82 Cesar Sanjuan Szklarz.