Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<settings>
  <pluginGroups>
    <pluginGroup>com.oosnmp.agenpro.maven.plugins</pluginGroup>
  </pluginGroups>
  <localRepository>D:/maven/repository</localRepository>
</settings>

SNMP4J and SNMP4J-Agent JARs

Download SNMP4J and SNMP4J-Agent ZIP files and unpack them in a local folder. Then run the following Maven commands from the dist/lib directories:

Code Block

mvn install:install-file -Dfile=SNMP4J.jar -DgroupId=org.snmp4j -DartifactId=snmp4j -Dversion=1.10.1 -Dpackaging=jar
Code Block

mvn install:install-file -Dfile=SNMP4J-Agent.jar -DgroupId=org.snmp4j -DartifactId=snmp4j-agent -Dversion=1.3.1 -Dpackaging=jar

AgenPro JAR

Download the AgenPro.jar file and install it into your Maven repository:

...