Skip Navigation

Build the PKI connector sample implementation with Maven

  • Verify that Maven is installed and in your path.
  • Verify that you have set the JAVA_HOME and CLASSPATH environment variables
  1. Open a command window.
  2. Change the directory to the top directory of the unzipped 
    gd-ca-adapters
     package.
  3.  Execute the following command to start the build: 
    mvn clean install
  4.  Review the output messages for errors and correct those errors if necessary.
A successful build ends with the message
[INFO] BUILD SUCCESS
. The build creates a web archive (.war) file and associated files in the gd-ca-adapters/target sub-directory.