Versions Compared

Key

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

...

  • Add the following maven step in the text box

           clean package -DskipTests exec:java -Dautomatics.properties.file="<<automatics_props_url>>" clean package exec:java -Dmain.class=com.automatics.executor.UtilsParser  -Dautomatics.properties.file="<<automatics_props_url>>" -DskipTests 

  • Click on Advanced button in ‘Invoke top-level Maven level targets’ and add following maven configuration. In the image shown below, maven settings.xml is place at /mnt/maven directory.  Update the settings.xml path based on its location in partner's VM.

...