Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 2.43 KB

building-samples-with-maven-841e3ea.md

File metadata and controls

38 lines (22 loc) · 2.43 KB

Building Samples with Maven

All samples provided can be built with Apache Maven. The Maven build shows how a headless build and test can be completely automated.

Remember:

SAP Business Technology Platform, Neo environment will sunset on December 31, 2028, subject to terms of customer or partner contracts.

For more information, see SAP Note 3351844.

Tip:

This documentation refers to SAP Business Technology Platform, Neo environment. If you are looking for documentation about other environments, see SAP Business Technology Platform ↗️.

The build and test does the following:

  • Builds a Java Web application based on the SAP BTP API
  • Demonstrates how to run rudimentary unit tests (not available in all samples)
  • Installs, starts, waits for, and stops the local server runtime
  • Deploys the application to the local server runtime and runs the integration test
  • Starts, waits for, and stops the cloud server runtime
  • Deploys the application to the cloud server runtime and runs the integration test

Related Information

Build Samples from the Command Line

Building Java Web Applications with Maven

Working with the "Neo" Maven Plugin