Apache » Cocoon »

  Cocoon Integration Test Framework [maven-plugin]
      1.0.1
   homepage

Cocoon Integration Test Framework [maven-plugin] 1.0.1

cocoon-it-fw:jetty-start

Full name:

org.apache.cocoon:cocoon-it-fw:1.0.1:jetty-start

Description:

Start a Jetty container to run the Cocoon integration tests.

Attributes:

  • Requires a Maven project to be executed.

Required Parameters

Name Type Since Description
webAppDirectory File - The absolute path to the web application under test.

Optional Parameters

Name Type Since Description
builddir File - (no description)
User property is: project.build.directory.
keepRunning boolean - Keep the container running. This keeps the Maven process in a while loop after the container has been started. This is useful for debugging the 'integration-test' phase.
User property is: keepRunning.
port int - The HTTP port of the container.
skip boolean - Don't start the container.
systemProperties Properties - System properties to be set - currently supporting only 'org.apache.cocoon.mode', 'dev' by default.

Parameter Details

builddir:

(no description)
  • Type: java.io.File
  • Required: No
  • User Property: project.build.directory

keepRunning:

Keep the container running. This keeps the Maven process in a while loop after the container has been started. This is useful for debugging the 'integration-test' phase.
  • Type: boolean
  • Required: No
  • User Property: keepRunning

port:

The HTTP port of the container.
  • Type: int
  • Required: No

skip:

Don't start the container.
  • Type: boolean
  • Required: No

systemProperties:

System properties to be set - currently supporting only 'org.apache.cocoon.mode', 'dev' by default.
  • Type: java.util.Properties
  • Required: No

webAppDirectory:

The absolute path to the web application under test.
  • Type: java.io.File
  • Required: Yes