Skip to content
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.

WorkspaceITMojo

Andreas Schmitz edited this page Jan 7, 2013 · 1 revision

Workspace IT Mojo

This mojo can be used to automatically test workspace artifacts. For this all .deegree-workspace dependencies are being deployed to the integration test tomcat, then GetCapabilities is tested, and in case of a service called wms all layers are tested for being requestable without exception.

Default phase is integration-test, currently used by the deegree-workspace-tests module.

<plugin>
  <groupId>org.deegree</groupId>
  <artifactId>deegree-maven-plugin</artifactId>
  <executions>
    <execution>
      <goals>
        <goal>test-workspaces</goal>
      </goals>
    </execution>
  </executions>
</plugin>
Clone this wiki locally