You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

Prerequisites

  • Maven 2.2.1 or later.
  • AgenPro 3.0 or later.

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
  • No labels