Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
Mac OS X and more
Description
The below error occurs annd I believe it it because the the download-maven-plugin has moved from 1.2.0-SNAPSHOT to 1.2.0
[WARNING] The POM for com.googlecode.maven-download-plugin:download-maven-plugin:jar:1.2.0-SNAPSHOT is missing, no dependency information available
Downloading: https://oss.sonatype.org/content/groups/public/com/googlecode/maven-download-plugin/download-maven-plugin/1.2.0-SNAPSHOT/download-maven-plugin-1.2.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Drill Root POM ............................. SUCCESS [ 3.158 s]
[INFO] Drill Protocol .................................... SUCCESS [ 10.685 s]
[INFO] Common (Logical Plan, Base expressions) ........... SUCCESS [ 53.201 s]
[INFO] contrib/Parent Pom ................................ SUCCESS [ 0.325 s]
[INFO] contrib/data/Parent Pom ........................... SUCCESS [ 0.235 s]
[INFO] contrib/data/tpch-sample-data ..................... FAILURE [ 0.681 s]
[INFO] contrib/storage-hive .............................. SKIPPED
[INFO] exec/Parent Pom ................................... SKIPPED
[INFO] exec/Netty Little Endian Buffers .................. SKIPPED
[INFO] exec/Java Execution Engine ........................ SKIPPED
[INFO] contrib/hbase-storage-plugin ...................... SKIPPED
[INFO] exec/JDBC Driver using dependencies ............... SKIPPED
[INFO] contrib/sqlline ................................... SKIPPED
[INFO] Packaging and Distribution Assembly ............... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:08 min
[INFO] Finished at: 2014-06-03T08:52:59-05:00
[INFO] Final Memory: 41M/392M
[INFO] ------------------------------------------------------------------------
[ERROR] Plugin com.googlecode.maven-download-plugin:download-maven-plugin:1.2.0-SNAPSHOT or one of its dependencies could not be resolved: Could not find artifact com.googlecode.maven-download-plugin:download-maven-plugin:jar:1.2.0-SNAPSHOT in sonatype-public-repository (https://oss.sonatype.org/content/groups/public) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
Attachments
Attachments
Issue Links
- is a clone of
-
DRILL-921 Building with an empty maven repo fails due to a missing snapshot jar
- Resolved