...
IGB makes heavy use of graphical user interface components in the GenoViz Software Development Kit. Normally, when you build IGB (using maven - see ), you'll use a copy of the GenoViz SDK downloaded from our maven repository at http://eos.transvar.org/nexus/. However, if you clone and build your own copy, your version will automatically get added to your local maven repository.
Build the javadocs
To build javadocs, run
Code Block |
---|
mvn javadoc:javadoc |