You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by bo yang <bo...@gmail.com> on 2015/06/02 05:05:11 UTC

Build Error

Hi Guys,

I downloaded Drill 1.0.0 source code from github, and tried to build. But I
got following error when running "mvm compile". Any suggestion to fix this?

[ERROR] Failed to execute goal on project drill-java-exec: Could not
resolve dependencies for project
org.apache.drill.exec:drill-java-exec:jar:1.0.0: Could not find artifact
org.apache.drill:drill-common:jar:tests:1.0.0 in conjars (
http://conjars.org/repo)

Thanks,
Bo

Re: Build Error

Posted by Jacques Nadeau <ja...@apache.org>.
You need to run mvn install instead of mvn compile.  This is because there
are some special interdependencies between the modules.

On Mon, Jun 1, 2015 at 8:05 PM, bo yang <bo...@gmail.com> wrote:

> Hi Guys,
>
> I downloaded Drill 1.0.0 source code from github, and tried to build. But I
> got following error when running "mvm compile". Any suggestion to fix this?
>
> [ERROR] Failed to execute goal on project drill-java-exec: Could not
> resolve dependencies for project
> org.apache.drill.exec:drill-java-exec:jar:1.0.0: Could not find artifact
> org.apache.drill:drill-common:jar:tests:1.0.0 in conjars (
> http://conjars.org/repo)
>
> Thanks,
> Bo
>