What version of Maven are you running? Sent from my iPhone
On Mar 10, 2012, at 2:21 PM, Jason Rutherglen <[email protected]> wrote: > I ran: > > svn co http://svn.apache.org/repos/asf/incubator/flume/trunk FLUME-TRUNK > > cd FLUME-TRUNK > > mvn eclipse:eclipse > > The following is the bottom portion of the Maven log which includes the error: > > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Flume NG HDFS Sink 1.1.0-incubating-SNAPSHOT > [INFO] > ------------------------------------------------------------------------ > [INFO] > [INFO] >>> maven-eclipse-plugin:2.9:eclipse (default-cli) @ flume-hdfs-sink > >>> > [INFO] > [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ > flume-hdfs-sink --- > Downloading: > http://repository.apache.org/snapshots/org/apache/flume/flume-ng-core/1.1.0-incubating-SNAPSHOT/maven-metadata.xml > Downloading: > http://repository.apache.org/snapshots/org/apache/flume/flume-ng-core/1.1.0-incubating-SNAPSHOT/flume-ng-core-1.1.0-incubating-SNAPSHOT.jar > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] Apache Flume ...................................... SUCCESS [16.046s] > [INFO] Flume NG Core ..................................... SUCCESS [22.668s] > [INFO] Flume NG Sinks .................................... SUCCESS [0.026s] > [INFO] Flume NG HDFS Sink ................................ FAILURE [1.072s] > [INFO] Flume NG IRC Sink ................................. SKIPPED > [INFO] Flume NG Channels ................................. SKIPPED > [INFO] Flume NG JDBC channel ............................. SKIPPED > [INFO] Flume NG Node ..................................... SKIPPED > [INFO] Flume NG file-based channel ....................... SKIPPED > [INFO] Flume NG distribution ............................. SKIPPED > [INFO] Flume legacy Sources .............................. SKIPPED > [INFO] Flume legacy Thrift Source ........................ SKIPPED > [INFO] Flume legacy Avro source .......................... SKIPPED > [INFO] Flume NG Clients .................................. SKIPPED > [INFO] Flume NG Log4j Appender ........................... SKIPPED > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 1:16.929s > [INFO] Finished at: Sat Mar 10 17:06:52 EST 2012 > [INFO] Final Memory: 17M/81M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-remote-resources-plugin:1.1:process > (default) on project flume-hdfs-sink: Failed to resolve dependencies > for one or more projects in the reactor. Reason: Missing: > [ERROR] ---------- > [ERROR] 1) org.apache.flume:flume-ng-core:jar:1.1.0-incubating-SNAPSHOT > [ERROR] > [ERROR] Try downloading the file manually from the project website. > [ERROR] > [ERROR] Then, install it using the command: > [ERROR] mvn install:install-file -DgroupId=org.apache.flume > -DartifactId=flume-ng-core -Dversion=1.1.0-incubating-SNAPSHOT > -Dpackaging=jar -Dfile=/path/to/file > [ERROR] > [ERROR] Alternatively, if you host your own repository you can deploy > the file there: > [ERROR] mvn deploy:deploy-file -DgroupId=org.apache.flume > -DartifactId=flume-ng-core -Dversion=1.1.0-incubating-SNAPSHOT > -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] > [ERROR] > [ERROR] Path to dependency: > [ERROR] 1) > org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.1.0-incubating-SNAPSHOT > [ERROR] 2) org.apache.flume:flume-ng-core:jar:1.1.0-incubating-SNAPSHOT > [ERROR] > [ERROR] ---------- > [ERROR] 1 required artifact is missing. > [ERROR] > [ERROR] for artifact: > [ERROR] > org.apache.flume.flume-ng-sinks:flume-hdfs-sink:jar:1.1.0-incubating-SNAPSHOT > [ERROR] > [ERROR] from the specified remote repositories: > [ERROR] repo1.maven.org (http://repo1.maven.org/maven2, releases=true, > snapshots=false), > [ERROR] repository.jboss.org > (http://repository.jboss.org/nexus/content/groups/public/, > releases=true, snapshots=false), > [ERROR] apache.snapshots (http://repository.apache.org/snapshots, > releases=false, snapshots=true), > [ERROR] central (http://repo1.maven.org/maven2, releases=true, > snapshots=false) > [ERROR] -> [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/MojoExecutionException > [ERROR] > [ERROR] After correcting the problems, you can resume the build with the > command > [ERROR] mvn <goals> -rf :flume-hdfs-sink
