Skip to content

dcabasson/cucumber-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cucumber Maven Plugin

This plugin for maven allows the generation of documentation based on some cucumber files.

usage:

	<build>
	    <plugins>
			<plugin>
				<groupId>org.codehaus.mojo</groupId>
				<artifactId>cucumber-maven-plugin</artifactId>
				<version>1.0-SNAPSHOT</version>
				<configuration>
				   <featuresDirectory>project/directory/that/has/features/in/it</featuresDirectory>
				   <confluenceUrl>http://confluenceserverUrl</confluenceUrl>
				   <confluenceUsername>${confluence.username}</confluenceUsername>
				   <confluencePassword>${confluence.password}</confluencePassword>
				   <confluenceSpaceKey>SPACE_KEY</confluenceSpaceKey>
				   <confluenceParentPage>My Application Features Page</confluenceParentPage>
				   <confluenceWsdlVersion>1 or 2</confluenceWsdlVersion>
				   <urlScm>scm:svn:scm_url</urlScm>
				   <username>readonlyScmUser</username>
				   <password>readonlyScmPassword</password>
				</configuration>
			</plugin>
		</plugins>
	</build>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages