Versions Compared

Key

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

...

Goals 

clean install -U exec:java -DskipTests=true -DretryByDefault=false -DbuildType=RDK -Dhttps.protocols=TLSv1.1,TLSv1.2

-Dsun.security.ssl.allowUnsafeRenegotiation=true -Dautomatics.properties.file={automatics_properties_base_url}/automatics.properties -Dproperties.file.token={Base 64 encrypted login id and password separated by colon }

Image Added

properties.file.token parameter is used to authenticate automatics properties. The token should be base 64 encrypted with login id and password separated by colon format.
example: admin:automatics when we encrypt it, the value will be YWRtaW46YXV0b21hdGljcw==


    • Click on Advanced option,
      • Select option 'Inject Build Variables'.
      • Override maven default settings, if required only. 

...

    • Click on Apply and Save button.

Image Removed

...

    • .

...