-
Notifications
You must be signed in to change notification settings - Fork 33
Build on Your Computer
Milton Smith edited this page May 18, 2017
·
15 revisions
To Build from Source
mvn clean compile assembly:assembly -DdescriptorId=jar-with-dependencies
The output of the build process is the DeepViolet API JAR file will all API dependencies included in your Maven project target directory. This is the project binary you include with your programs.
To Build JavaDocs mvn javadoc:javadoc
Unless you change the default location the output of the JavaDoc build process is located in
project target/sites/apidocs/