With the AgenPro 3.x maven plugin you can integrate the code generation into your Maven build process.

Prerequisites

Installation

AgenPro JAR

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

mvn install:install-file -Dfile=agenpro3.jar -DgroupId=com.oosnmp.agenpro -DartifactId=agenpro -Dversion=3.0.0 -Dpackaging=jar 

AgenPro Maven Plugin

Download the AgenPro 3 Maven plugin and install it into your Maven repository:

mvn install:install-file -Dfile=agenpro3-plugin.jar -DgroupId=com.oosnmp.agenpro -DartifactId=agenpro-plugin -Dversion=3.0.0 -Dpackaging=jar