Skip to content
This repository has been archived by the owner on Sep 9, 2021. It is now read-only.

OpenNMS-Archives/nodemanager-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To build:

mvn install -Dbuild.jdk.home=<build time home of a 1.4 jdk>\
     [-Dbuild.jre.home=<runtime home of a 1.4 jdk] assembly:attached

build.jdk.home defaults to $JAVA_HOME as does build.jre.home but this
may result in compile errors so best to set it.

Also you can set

-Dbuild.opennmsd.home to the place opennmsd will live at runtime.
 This defaults to /opt/OV/opennmsd

-Dbuild.opennmsd.log to the place you want the log file to be written
 to.  This defaults to /var/opt/OV/share/log.  

if the runtime java binary is not in ${build.jre.home}/bin/java then
you may set its value using ${build.jre.bin}