Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing artifact org.apache.drill.exec:drill-java-exec:jar:1.0.0 #1

Open
amriteya opened this issue Jun 25, 2015 · 1 comment
Open

Comments

@amriteya
Copy link

Following error is encountered during mvn clean install.

Failed to execute goal on project simple-drill-function: Could not resolve dependencies for project com.mapr:simple-drill-function:jar:1.0-SNAPSHOT: Failure to find org.apache.drill.exec:drill-java-exec:jar:1.0.0 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced

@tdunning
Copy link
Contributor

Yes. Sorry about that.

The problem is that Drill hasn't published their release to Maven Central.

You can solve the problem on your machine itself by downloading the Apache
Drill source release and executing the following command in the top level
Drill directory:

mvn install -DskipTests

Then go back to the simple-drill-function top level directory and do the
mvn clean install as before. Should work.

On Thu, Jun 25, 2015 at 4:53 AM, Amriteya Pandey [email protected]
wrote:

Following error is encountered during mvn clean install.

Failed to execute goal on project simple-drill-function: Could not resolve
dependencies for project com.mapr:simple-drill-function:jar:1.0-SNAPSHOT:
Failure to find org.apache.drill.exec:drill-java-exec:jar:1.0.0 in
https://repo.maven.apache.org/maven2 was cached in the local repository,
resolution will not be reattempted until the update interval of central has
elapsed or updates are forced


Reply to this email directly or view it on GitHub
#1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants