Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1B101200B6C for ; Sun, 28 Aug 2016 11:01:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 19848160AC7; Sun, 28 Aug 2016 09:01:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 908D2160AAF for ; Sun, 28 Aug 2016 11:01:22 +0200 (CEST) Received: (qmail 23840 invoked by uid 500); 28 Aug 2016 09:01:21 -0000 Mailing-List: contact dev-help@aries.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aries.apache.org Delivered-To: mailing list dev@aries.apache.org Received: (qmail 23810 invoked by uid 99); 28 Aug 2016 09:01:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Aug 2016 09:01:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A34D42C0150 for ; Sun, 28 Aug 2016 09:01:21 +0000 (UTC) Date: Sun, 28 Aug 2016 09:01:21 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: dev@aries.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ARIES-1599) Add new goal to blueprint maven plugin - add-resource-dir in generate-resources phase MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 28 Aug 2016 09:01:23 -0000 [ https://issues.apache.org/jira/browse/ARIES-1599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15443098#comment-15443098 ] ASF subversion and git services commented on ARIES-1599: -------------------------------------------------------- Commit 1758096 from [~alien11689] in branch 'aries/trunk' [ https://svn.apache.org/r1758096 ] [ARIES-1599] Add add-resource-dir goal to blueprint maven plugin > Add new goal to blueprint maven plugin - add-resource-dir in generate-resources phase > ------------------------------------------------------------------------------------- > > Key: ARIES-1599 > URL: https://issues.apache.org/jira/browse/ARIES-1599 > Project: Aries > Issue Type: Improvement > Reporter: Dominik Przybysz > Assignee: Dominik Przybysz > Priority: Minor > Fix For: blueprint-maven-plugin-1.5.0 > > > Intelij IDEA finds generated sources and resources by executing process-resources phase. It is configurable, but next phases in selecion list in properties are *-test-* phases, which all occur after compilation. > Blueprint maven plugin adds resource directory (and bluprint file) in process-classes phase. > To mark directory as resource root by IDEA, it is enough to add such directory in separete goal (add-resource-dir) in earlier phase (generate-resources). -- This message was sent by Atlassian JIRA (v6.3.4#6332)