Fork me on GitHub

Demo Project

Build and Run

You can build and install the module locally first in the project root folder.

          $ mvn clean install
        

And you can build and run the Demo project:

          $ cd demo
          $ mvn clean verify && mvn -Pcargo.run
        

Tests

In the demo project, there are three test classes in the site/components submodule:

  • EssentialsListComponentTest: HST Component Test
  • JaxrsTest: Plain JAX-RS RESTful API Test
  • PageModelTest: Delivery Page Model API Test

Running the tests in the demo project:

          $ cd demo
          $ mvn test