Return-Path: X-Original-To: apmail-cayenne-commits-archive@www.apache.org Delivered-To: apmail-cayenne-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 003CC18505 for ; Thu, 21 Jan 2016 14:42:41 +0000 (UTC) Received: (qmail 8883 invoked by uid 500); 21 Jan 2016 14:42:40 -0000 Delivered-To: apmail-cayenne-commits-archive@cayenne.apache.org Received: (qmail 8853 invoked by uid 500); 21 Jan 2016 14:42:40 -0000 Mailing-List: contact commits-help@cayenne.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cayenne.apache.org Delivered-To: mailing list commits@cayenne.apache.org Received: (qmail 8825 invoked by uid 99); 21 Jan 2016 14:42:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jan 2016 14:42:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id DC1672C1F60 for ; Thu, 21 Jan 2016 14:42:39 +0000 (UTC) Date: Thu, 21 Jan 2016 14:42:39 +0000 (UTC) From: "Alexei Grigoriev (JIRA)" To: commits@cayenne.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CAY-2052) cayenne clean build is failing 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/CAY-2052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexei Grigoriev updated CAY-2052: ---------------------------------- Description: 'mvn clean test' executed on cayenne-parent is always failing with: ERROR] Failed to execute goal org.codehaus.mojo:dependency-maven-plugin:1.0:unpack (unpack-sources) on project cayenne-doc: Unknown archiver type: No such archiver: ''. -> [Help 1] But if I build with 'mvn -DskipTests install' then 'mvn test' succeeds. was: 'mvn clean test' is always failing with: ERROR] Failed to execute goal org.codehaus.mojo:dependency-maven-plugin:1.0:unpack (unpack-sources) on project cayenne-doc: Unknown archiver type: No such archiver: ''. -> [Help 1] But if I build with 'mvn -DskipTests install' then 'mvn test' succeeds. > cayenne clean build is failing > ------------------------------ > > Key: CAY-2052 > URL: https://issues.apache.org/jira/browse/CAY-2052 > Project: Cayenne > Issue Type: Bug > Components: Core Library > Affects Versions: 4.0.M3 > Environment: Apache Maven 3.3.3 > Java version: 1.8.0_65, vendor: Oracle Corporation > OS name: "mac os x", version: "10.11.2", arch: "x86_64", family: "mac" > Reporter: Alexei Grigoriev > Priority: Minor > > 'mvn clean test' executed on cayenne-parent is always failing with: > ERROR] Failed to execute goal org.codehaus.mojo:dependency-maven-plugin:1.0:unpack (unpack-sources) on project cayenne-doc: Unknown archiver type: No such archiver: ''. -> [Help 1] > But if I build with 'mvn -DskipTests install' then 'mvn test' succeeds. -- This message was sent by Atlassian JIRA (v6.3.4#6332)