You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jacques Nadeau (JIRA)" <ji...@apache.org> on 2015/11/17 17:44:11 UTC

[jira] [Created] (DRILL-4104) mvn test standalone does not work due to unpack failure

Jacques Nadeau created DRILL-4104:
-------------------------------------

             Summary: mvn test standalone does not work due to unpack failure
                 Key: DRILL-4104
                 URL: https://issues.apache.org/jira/browse/DRILL-4104
             Project: Apache Drill
          Issue Type: Bug
          Components: Tools, Build & Test
            Reporter: Jacques Nadeau
            Assignee: Jacques Nadeau
             Fix For: 1.4.0


{code}
#mvn clean install -DskipTests
{code}

{code}
# mvn test
{code}

I get the following error when I run the tests:

{code}
[INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Apache Drill Root POM .............................. SUCCESS [
> 4.593 s]
> [INFO] ...
> [INFO] exec/Java Execution Engine ......................... FAILURE [
> 2.531 s]
> [INFO] exec/JDBC Driver using dependencies ................ SKIPPED
> [INFO] ...
> [INFO] contrib/sqlline .................................... SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 36.305 s
> [INFO] Finished at: 2015-11-13T21:05:08+00:00
> [INFO] Final Memory: 118M/1445M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-dependency-plugin:2.8:unpack
> (unpack-vector-types) on project drill-java-exec: Artifact has not been
> packaged yet. When used on reactor artifact, unpack should be executed
> after packaging: see MDEP-98. -> [Help 1]
{code}

I've seen this on both Mac with maven 3.3.3 and CentOS with maven 3.3.1



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)