From dev-return-98374-archive-asf-public=cust-asf.ponee.io@sling.apache.org Tue Jul 16 14:51:09 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 12EE018064E for ; Tue, 16 Jul 2019 16:51:08 +0200 (CEST) Received: (qmail 47287 invoked by uid 500); 16 Jul 2019 14:51:08 -0000 Mailing-List: contact dev-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list dev@sling.apache.org Received: (qmail 47269 invoked by uid 99); 16 Jul 2019 14:51:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jul 2019 14:51:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 066AA1825A0 for ; Tue, 16 Jul 2019 14:51:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -2.499 X-Spam-Level: X-Spam-Status: No, score=-2.499 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=me.com Received: from mx1-he-de.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id v0OQEYnBSZ39 for ; Tue, 16 Jul 2019 14:51:02 +0000 (UTC) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=17.58.23.191; helo=mr85p00im-hyfv06011401.me.com; envelope-from=schaefera@me.com; receiver= Received: from mr85p00im-hyfv06011401.me.com (mr85p00im-hyfv06011401.me.com [17.58.23.191]) by mx1-he-de.apache.org (ASF Mail Server at mx1-he-de.apache.org) with ESMTPS id 810837E215 for ; Tue, 16 Jul 2019 14:51:01 +0000 (UTC) Received: from [192.168.1.55] (unknown [47.148.7.19]) by mr85p00im-hyfv06011401.me.com (Postfix) with ESMTPSA id B554AD20CF4 for ; Tue, 16 Jul 2019 14:50:53 +0000 (UTC) From: Andreas Schaefer Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Issue with Sling Feature Maven Plugin Message-Id: Date: Tue, 16 Jul 2019 07:50:53 -0700 To: dev X-Mailer: Apple Mail (2.3445.104.11) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:,, definitions=2019-07-16_04:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=6 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=6 clxscore=1015 mlxscore=6 mlxlogscore=117 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1812120000 definitions=main-1907160182 Hi Simone I ran into a snafu with the Sling Feature Maven Plugin. This plugin is = doing a blank check during the initialization phase which is causing = headaches for the CP Converter goal. There are various issues but the most glaring is the fact that when I = use placeholders in the FM id like "${project.groupId}=E2=80=9D then it = will fail to even clean the project with =E2=80=98mvn clean=E2=80=99 or = when there is no feature at all. Can we either disable these tests or move them in the respective Mojos = (phase) ? Cheers - Andy Schaefer=