Skip to content
sarxos edited this page Feb 7, 2013 · 2 revisions

How To Build

Below is a simple instruction of how to build Webcam Capture project.

Checkout The Code

Checkout code from Github repository:

$ mkdir projects
$ git://github.com/sarxos/webcam-capture.git
$ cd webcam-capture

Build JARs

$ mvn clean install

If you need JARs only (without ZIP files), ignore next point.

Build ZIPs

$ mvn clean package -P assembly

Where Are The Build Artifacts

Build artifacts (JARs, ZIPs, etc) are located in target directory under each sub-project folder. E.g. path to the main Webcam Capture JAR will be:

webcam-capture/webcam-capture/target/webcam-capture-[version]-SNAPSHOT.jar

And ZIP will be:

webcam-capture/webcam-capture/target/webcam-capture-[version]-SNAPSHOT-dist.zip