Skip to content

erlendfh/Selenium-Maven-Mojo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

181 Commits
 
 
 
 
 
 
 
 

Repository files navigation

$Id$

Building
========

Simply run Maven ;-)

    mvn install


Site Generation
===============

You need to perform a full build first, before site generation will function correctly:

    mvn install site

To generate the full site locally for review:

    mvn install site-deploy -Dstage.distributionUrl=file:`pwd`/dist

NOTE: Looks like something is whacky somewhere, and you will *need* to
      run the site goals with the install goal for the example-plugins
      site to generate correctly.

And then open up the main index in a browser, as in:

    open dist/site/index.html

About

Provides support for using Selenium with Maven 2.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors