Ted, I must have had a blonde moment. I was in habit of doing 'mvn eclipse:eclipse' in 0.90.x and 0.92.x to generate eclipse files. Did same on trunk and it failed. Later followed http://hbase.apache.org/book/ides.html#eclipse and did *mvn install* first before generating eclipse files. And it worked....!
Sorry for raising false alarm. -Shrijeet On Tue, Jul 31, 2012 at 11:02 AM, Ted Yu <[email protected]> wrote: > Was the following a regression from a few days ago ? > > I used 'mvn clean compile' and compilation passed. > What command did you use ? > > Here is my maven version: > > Apache Maven 3.0.3 (r1075438; 2011-02-28 09:31:09-0800) > Maven home: /usr/share/maven > Java version: 1.6.0_29, vendor: Apple Inc. > Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home > > On Tue, Jul 31, 2012 at 10:54 AM, Shrijeet Paliwal > <[email protected]>wrote: > > > Hi Devs, > > > > Is some one else facing this while building trunk? > > > > [ERROR] Failed to execute goal > > org.apache.maven.plugins:maven-remote-resources-plugin:1.1:process > > (default) on project hbase-hadoop1-compat: Failed to resolve dependencies > > for one or more projects in the reactor. Reason: Missing: > > [ERROR] ---------- > > [ERROR] 1) org.apache.hbase:hbase-hadoop-compat:jar:0.95-SNAPSHOT > > [ERROR] > > [ERROR] Try downloading the file manually from the project website. > > > > -Shrijeet > > >
