Download jbehave-maven-plugin-4.0.5.jar file

Introduction

You can download jbehave-maven-plugin-4.0.5.jar in this page.

License

Open Source

Type List

jbehave-maven-plugin-4.0.5.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.jbehave/jbehave-maven-plugin/plugin-help.xml
META-INF/maven/org.jbehave/jbehave-maven-plugin/pom.properties
META-INF/maven/org.jbehave/jbehave-maven-plugin/pom.xml
META-INF/maven/plugin.xml
org.jbehave.mojo.AbstractEmbedderMojo.class
org.jbehave.mojo.GenerateStoriesView.class
org.jbehave.mojo.MapStoriesAsEmbeddables.class
org.jbehave.mojo.MapStoriesAsPaths.class
org.jbehave.mojo.ReportStepdocs.class
org.jbehave.mojo.ReportStepdocsAsEmbeddables.class
org.jbehave.mojo.RunStoriesAsEmbeddables.class
org.jbehave.mojo.RunStoriesAsPaths.class
org.jbehave.mojo.RunStoriesWithAnnotatedEmbedderRunner.class
org.jbehave.mojo.RunWithAnnotatedEmbedderRunner.class
org.jbehave.mojo.UnpackViewResources.class

Pom

jbehave-maven-plugin-4.0.5.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.jbehave</groupId>
    <artifactId>jbehave</artifactId>
    <version>4.0.5</version>
  </parent>
  <artifactId>jbehave-maven-plugin</artifactId>
  <packaging>maven-plugin</packaging>
  <name>JBehave Maven Plugin</name>

  <dependencies>
    <dependency>
      <groupId>org.jbehave</groupId>
      <artifactId>jbehave-core</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-plugin-api</artifactId>
      <version>2.0.11</version>
    </dependency>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-artifact</artifactId>
      <version>2.0.11</version>
    </dependency>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-project</artifactId>
      <version>2.0.11</version>
    </dependency>
    <dependency>
      <groupId>org.codehaus.plexus</groupId>
      <artifactId>plexus-archiver</artifactId>
      <version>1.2</version>
    </dependency>
  </dependencies>

</project>

POM Entry

<dependency>
   <groupId>org.jbehave</groupId>
   <artifactId>jbehave-maven-plugin</artifactId>
   <version>4.0.5</version>
</dependency>

Download

If you think the following jbehave-maven-plugin-4.0.5.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download jbehave-maven-plugin-4.0.5.jar file




PreviousNext

Related