From jetspeed-dev-return-38247-archive-asf-public=cust-asf.ponee.io@portals.apache.org Tue Jan 22 15:18:05 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 74CC8180634 for ; Tue, 22 Jan 2019 15:18:04 +0100 (CET) Received: (qmail 28278 invoked by uid 500); 22 Jan 2019 14:18:03 -0000 Mailing-List: contact jetspeed-dev-help@portals.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Jetspeed Developers List" Delivered-To: mailing list jetspeed-dev@portals.apache.org Received: (qmail 28234 invoked by uid 99); 22 Jan 2019 14:18:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jan 2019 14:18:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 8EFDDC628D for ; Tue, 22 Jan 2019 14:18:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.081 X-Spam-Level: X-Spam-Status: No, score=-0.081 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_NUMSUBJECT=0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_FAIL=0.919] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id KA8ngIFTqjjZ for ; Tue, 22 Jan 2019 14:18: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 6FB4F61144 for ; Tue, 22 Jan 2019 14:18:01 +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 13FE5E0041 for ; Tue, 22 Jan 2019 14:18:01 +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 C993D25681 for ; Tue, 22 Jan 2019 14:18:00 +0000 (UTC) Date: Tue, 22 Jan 2019 14:18:00 +0000 (UTC) From: "Sergey Zolotaryov (JIRA)" To: jetspeed-dev@portals.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (JS2-1366) org.apache.portals.jetspeed-2:jetspeed-unpack-maven-plugin:2.3.1:unpack Does work with Maven 3.6.0 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/JS2-1366?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D167487= 63#comment-16748763 ]=20 Sergey Zolotaryov commented on JS2-1366: ---------------------------------------- In fact we are using just the jetspeed's excellent unpack plugins and faced= this issue in our build when we migrated to maven 3.6.0. The fix is in the= attachment. I fixed jetspeed-deploy-maven-plugin,=C2=A0jetspeed-unpack-mav= en-plugin and=C2=A0jetspeed-unpack-war-maven-plugin, tried demo project bui= ld with maven 3.2 and 3.6. Both work fine.=C2=A0 > org.apache.portals.jetspeed-2:jetspeed-unpack-maven-plugin:2.3.1:unpack = Does work with Maven 3.6.0 > -------------------------------------------------------------------------= -------------------------- > > Key: JS2-1366 > URL: https://issues.apache.org/jira/browse/JS2-1366 > Project: Jetspeed 2 > Issue Type: Bug > Affects Versions: 2.3.1 > Reporter: Karl Heinz Marbaise > Priority: Blocker > Attachments: JS2-1366.patch > > > Copied the issue message from MNG-6504 > Reproduced on different machines. Reproduced on same machine, changing on= ly the maven version. > Command to build: mvn clean compile=20 > {code} > [ERROR] Failed to execute goal org.apache.portals.jetspeed-2:jetspeed-unp= ack-maven-plugin:2.3.1:unpack (copy-hsac-baseline) on project sample-fitnes= se-project-using-hsac-fixtures: Unable to parse configuration of mojo org.a= pache.portals.jetspeed-2:jetspeed-unpack-maven-plugin:2.3.1:unpack for para= meter pluginArtifacts: Cannot assign configuration entry 'pluginArtifacts' = with value '${plugin.artifacts}' of type java.util.Collections.Unmodifiable= RandomAccessList to property of type java.util.ArrayList -> [Help 1] > {code} > Currently the maven plugins Maven 2.0 based and also uses old style plugi= ns definition and not annotation based plugin and parameter definition. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org For additional commands, e-mail: jetspeed-dev-help@portals.apache.org