You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: