Skip to content

marcusrc/jbehave-core

 
 

Repository files navigation

Build Status

JBehave

JBehave is a BDD framework for Java and all JVM languages (Groovy, Ruby, Scala).

JBehave logo

Using

Canonical information for JBehave:

  1. Web Site.
  2. Stable Reference.
  3. User mailing list
  4. Search Maven

Contributing and Developing

Please report issues, feature requests on JIRA or discuss them on the dev mailing list.

Keep an eye on the Travis CI server for JBehave builds.

JDK

JDK version required:

1.7 or above to build (tested with Oracle JDK on different platforms)

The target runtime version is still 1.6 or above.

Maven

Maven version required to build: 3.0 or above.

Encoding

Configure IDE to use UTF-8 for all files Configure Maven by adding "-Dfile.encoding=UTF-8" to $MAVEN_OPTS

IDE Integration

Maven is supported in Intellij IDEA out-of-the-box Maven is supported in Eclipse via m2e plugin, included out-of-the-box in some Eclipse distributions. Eclipse users may also want to load the ides/eclipse/lifecycle-mapping-metadata.xml or ignore the m2e lifecycle mappings manually.

Building

The first time you run the Maven build, do:

mvn install -s settings.xml

After that, it is necessary to only do the following:

mvn install

Maven Build Profiles

  • default: builds all releasable modules
  • examples: builds all headless examples
  • gui: builds examples that require a GUI (i.e. non-headless) mode (separated as they do not run on CI.
  • nt: no-test, builds skipping unit-test behaviors

Maven Build Profiles used during release cycle

  • reporting: builds reports
  • distribution: builds distribution (documentation)

Note: profiles are additive and the default profile is always active.

Example Profile Usages

Build Core and all Examples

mvn install -Pexamples

Build with Reporting and Distribution

mvn install -Preporting,distribution

Building a Release with Maven

mvn release:prepare -Preporting,distribution
mvn release:perform -Preporting,distribution

Related JBehave projects

See also:

License

See LICENSE.txt in the source root (BSD).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 64.9%
  • JavaScript 17.2%
  • HTML 15.0%
  • CSS 1.3%
  • FreeMarker 0.8%
  • XSLT 0.7%
  • Other 0.1%