You have been redirected from an outdated version of the article. Below is the content available on this topic. To view the old article click here.

Structr 2.1 Build Configurations

The goal of the new build configuration is to provide a fast, minimal build for developers that reduces roundtrip time for changes but includes the basic modules.

Minimal Developer Build

mvn clean install
  • no javadocs
  • no sources
  • no tests
  • fast

Build Profiles

The following build profiles can be specified to select the desired build scope. The individual profiles can be combined, see examples below.

  • with-tests
  • with-sources
  • with-javadocs

Examples

Skip tests on the minimal build
mvn clean install -Dmaven.test.skip
Run tests on the build
mvn clean install
Run tests on the full build
mvn clean install -Pwith-javadocs,with-sources

Search results for "Structr 2.1 Build Configurations"

We could not find anything matching "Structr 2.1 Build Configurations" in our documentation. Please rephrase your search.

You can also ask your questions in the Structr Google Group or create a free account in the Structr Support Portal.
Click here to send feedback to the Structr team.