[
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' 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:
Steps to reproduce:
1. delete org/apache/cayenne/ from local maven repository
2. execute mvn install on cayenne-parent
it fails with:
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]
workaround:
mvn -DskipTests install
success
After this mvn install is also successful
Summary: cayenne clean build is failing (was: cayenne build is failing
on clean system)
> 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' 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)