JManage Build Guide
From jManage
[edit] Preparing
[edit] Building<jmanage-home> in this document refers to the folder where jmanage source code is checked out. E.g. c:\personal\jmanage.
maven build-module -Dmodule.name=jboss
maven build-module -Dmodule.name=jsr160
maven build-module -Dmodule.name=weblogic
maven build-module -Dmodule.name=websphere
maven build-module -Dmodule.name=snmp
[edit] Running
[edit] Maven Goalsclean Cleans the build directory. build-all Builds everything. build-all-modules Builds all the modules. build-module Builds single module. You need to pass -Dmodule.name from the command line. build-module Builds single module. You need to pass -Dmodule.name from the command line. build-webui Builds the webui component. dist Creates distribution jars. You need to pass -Djmanage.version from the command line. |
