From issues-return-145363-archive-asf-public=cust-asf.ponee.io@maven.apache.org Mon Feb 4 21:54:04 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 [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 5D1D3180651 for ; Mon, 4 Feb 2019 22:54:04 +0100 (CET) Received: (qmail 99977 invoked by uid 500); 4 Feb 2019 21:54:03 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 99966 invoked by uid 99); 4 Feb 2019 21:54:03 -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; Mon, 04 Feb 2019 21:54:03 +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 E293C183E60 for ; Mon, 4 Feb 2019 21:54:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.001 X-Spam-Level: X-Spam-Status: No, score=-109.001 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, KAM_NUMSUBJECT=0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 2X1w-TgB7KUQ for ; Mon, 4 Feb 2019 21:54:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id E3C475F1C4 for ; Mon, 4 Feb 2019 21:54:00 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 7A67FE26BC for ; Mon, 4 Feb 2019 21:54:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 2EEE6243FD for ; Mon, 4 Feb 2019 21:54:00 +0000 (UTC) Date: Mon, 4 Feb 2019 21:54:00 +0000 (UTC) From: "Michael Osipov (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MINSTALL-157) Seting custom packaging not working with 3.0.0-M1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MINSTALL-157?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D16= 760257#comment-16760257 ]=20 Michael Osipov commented on MINSTALL-157: ----------------------------------------- That's interesting because packaging {{maven-plugin}} isn't installed a {{.= maven-plugin}}. There is a config for this likely. Did you bisect on this? > Seting custom packaging not working with 3.0.0-M1 > ------------------------------------------------- > > Key: MINSTALL-157 > URL: https://issues.apache.org/jira/browse/MINSTALL-157 > Project: Maven Install Plugin > Issue Type: Bug > Affects Versions: 3.0.0-M1 > Reporter: Witold Markowski > Priority: Major > > Preparation to reproduce, in console execute: > =C2=A0{noformat} > mvn archetype:generate -DarchetypeGroupId=3Dorg.apache.maven.archetypes -= DarchetypeArtifactId=3Dmaven-archetype-quickstart -DarchetypeVersion=3D1.4 = -DgroupId=3Dtest1 -DartifactId=3Dtest1 -Dversion=3D1. 0-SNAPSHOT > {noformat} > {noformat} > cd test1 > {noformat} > {noformat} > mvn clean package > {noformat} > With *3.0.0-M1* while installing and using *packaging* the output is: > {noformat} > $ mvn org.apache.maven.plugins:maven-install-plugin:3.0.0-M1:install-file= -Dfile=3Dtarget/test1-1.0-SNAPSHOT.jar -Dpackaging=3Dxyz > [INFO] Scanning for projects... > [INFO] > [INFO] ------------------------------------------------------------------= ------ > [INFO] Building test1 1.0-SNAPSHOT > [INFO] ------------------------------------------------------------------= ------ > [INFO] > [INFO] --- maven-install-plugin:3.0.0-M1:install-file (default-cli) @ tes= t1 --- > [INFO] Installing C:\Users\wmarkowski\dev-test\sources\test1\target\test1= -1.0-SNAPSHOT.jar to C:\Users\wmarkowski\.m2\repository\test1\test1\1.0-SNA= PSHOT\test1-1.0-SNAPSHOT.jar > [INFO] Installing C:\cygwin64\tmp\test1-1.0-SNAPSHOT6382239492754272802.p= om to C:\Users\wmarkowski\.m2\repository\test1\test1\1.0-SNAPSHOT\test1-1.0= -SNAPSHOT.pom > [INFO] ------------------------------------------------------------------= ------ > [INFO] BUILD SUCCESS > [INFO] ------------------------------------------------------------------= ------ > [INFO] Total time: 0.722 s > [INFO] Finished at: 2019-02-04T22:39:45+01:00 > [INFO] Final Memory: 9M/245M > [INFO] ------------------------------------------------------------------= ------ > {noformat} > The artifact is still installed as *jar*, however it should be installed = as *xyz*. -- This message was sent by Atlassian JIRA (v7.6.3#76005)