Dashboard > GreenPepper Open Documentation Refactoring > ... > 3. Use GreenPepper Maven plugin > Executing specification fixtures
  GreenPepper Open Documentation Refactoring Log In View a printable version of the current page.  
  Executing specification fixtures
Added by Laurent Cobos, last edited by Laurent Cobos on Aug 13, 2009  (view change)
Labels: 
(None)

Executing specification fixtures

Except for the Freeze goal, the goals for the GreenPepper Maven plugin are bound to their respective phases in the build lifecycle. So, to compile your fixture sources, you only need to indicate Maven until which lifecycle to execute.

Providing you have configured your plugin (see section below):

  • The following will compile your fixture sources:
mvn greenpepper:compile
  • The following will copy your resources:
mvn greenpepper:resources
  • The following will execute your specifications:
mvn greenpepper:run
  • The following will create you fixture jar:
mvn greenpepper:fixture-jar
  • The following will download the specification files:
mvn greenpepper:freeze

DEMONSTRATION LICENSE - This Confluence site is for demonstration purposes only. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.4.3 Build:#705 Mar 21, 2007) - Bug/feature request - Contact Administrators