Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Once the checkout is complete, you can build these by using mvn isntallinstall as follows from within the workspace root.

...

No Format
$ cd /path/to/workspace/flume
$ mvn install -DskipTests
$ mvn eclipse:eclipse -DdownloadSources -DdownloadJavadocs
...
[INFO] Flume NG distribution ............................. SUCCESS [0.170s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.963s
[INFO] Finished at: Sun May 27 11:57:03 PDT 2012
[INFO] Final Memory: 22M/81M
[INFO] ------------------------------------------------------------------------
$

Once this command completes successfully, you must add $HOME/.m2/repository to the classpath in preferences and then you can import all the flume modules as interdependent projects into Eclipse by going to File > Import > General > Existing Projects into Workspace.