Return-Path: X-Original-To: apmail-reef-dev-archive@minotaur.apache.org Delivered-To: apmail-reef-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 50C8518B6C for ; Tue, 8 Mar 2016 21:50:41 +0000 (UTC) Received: (qmail 17987 invoked by uid 500); 8 Mar 2016 21:50:41 -0000 Delivered-To: apmail-reef-dev-archive@reef.apache.org Received: (qmail 17926 invoked by uid 500); 8 Mar 2016 21:50:41 -0000 Mailing-List: contact dev-help@reef.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@reef.apache.org Delivered-To: mailing list dev@reef.apache.org Received: (qmail 17881 invoked by uid 99); 8 Mar 2016 21:50:41 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Mar 2016 21:50:41 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id DD9982C1F5D for ; Tue, 8 Mar 2016 21:50:40 +0000 (UTC) Date: Tue, 8 Mar 2016 21:50:40 +0000 (UTC) From: "Markus Weimer (JIRA)" To: dev@reef.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (REEF-1233) Add a "fast" profile to maven MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/REEF-1233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Markus Weimer resolved REEF-1233. --------------------------------- Resolution: Fixed Fix Version/s: 0.15 Resolved via [#878|https://github.com/apache/reef/pull/878] > Add a "fast" profile to maven > ----------------------------- > > Key: REEF-1233 > URL: https://issues.apache.org/jira/browse/REEF-1233 > Project: REEF > Issue Type: Improvement > Components: Build infrastructure, Maven > Reporter: Markus Weimer > Assignee: Mariia Mykhailova > Fix For: 0.15 > > > Our Maven builds are becoming rather intense with Findbugs, Checkstyle and many end-to-end integration tests. This is especially bothersome for the .NET builds during development, as we incur this cost even if nothing on the .NET side changes. > To alleviate this, we can introduce two new profiles to our maven builds: > * {{Fast}}: This is the profile used for day to day development. The only time it isn't used is right before filing a pull request. > * {{ForDotNet}}: This builds only the JAR needed by .NET. It skips all the stages {{Fast}} skips. -- This message was sent by Atlassian JIRA (v6.3.4#6332)