Download thucydides-jbehave-plugin-0.9.235.jar file

Introduction

You can download thucydides-jbehave-plugin-0.9.235.jar in this page.

License

Open Source

Type List

thucydides-jbehave-plugin-0.9.235.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/net.thucydides/thucydides-jbehave-plugin/pom.properties
META-INF/maven/net.thucydides/thucydides-jbehave-plugin/pom.xml
net.thucydides.jbehave.ClassFinder.class
net.thucydides.jbehave.GivenStoryMonitor.class
net.thucydides.jbehave.StoryPathFinder.class
net.thucydides.jbehave.ThucydidesCandidateSteps.class
net.thucydides.jbehave.ThucydidesJBehave.class
net.thucydides.jbehave.ThucydidesJBehaveSystemProperties.class
net.thucydides.jbehave.ThucydidesJBehaveTestRunner.class
net.thucydides.jbehave.ThucydidesJUnitStories.class
net.thucydides.jbehave.ThucydidesJUnitStory.class
net.thucydides.jbehave.ThucydidesReporter.class
net.thucydides.jbehave.ThucydidesStepCandidate.class
net.thucydides.jbehave.ThucydidesStepContext.class
net.thucydides.jbehave.ThucydidesStepFactory.class
net.thucydides.jbehave.ThucydidesStepInitializationError.class
net.thucydides.jbehave.UTF8StoryLoader.class
net.thucydides.jbehave.converters.DateListConverter.class
net.thucydides.jbehave.converters.DateTimeConverter.class
net.thucydides.jbehave.converters.DateTimeListConverter.class
net.thucydides.jbehave.converters.TimeConverter.class
net.thucydides.jbehave.converters.TimeListConverter.class
net.thucydides.jbehave.converters.YearMonthConverter.class
net.thucydides.jbehave.converters.YearMonthListConverter.class
net.thucydides.jbehave.reflection.Extract.class
net.thucydides.jbehave.runners.ThucydidesReportingRunner.class

Pom

thucydides-jbehave-plugin-0.9.235.pom file content.

<?xml version="1.0"?>
<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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <artifactId>thucydides</artifactId>
        <groupId>net.thucydides</groupId>
        <version>0.9.235</version>
    </parent>
    <groupId>net.thucydides</groupId>
    <artifactId>thucydides-jbehave-plugin</artifactId>
    <version>0.9.235</version>
    <name>thucydides-jbehave-plugin</name>
    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <jbehave.core.version>3.8</jbehave.core.version>
        <embeddables>**/*Stories.java</embeddables>
    </properties>
    <scm>
        <connection>scm:git:git@gtomithub.com:thucydides-webtests/thucydides-jbehave.git</connection>
        <developerConnection>scm:git:git@github.com:thucydides-webtests/thucydides-jbehave.git</developerConnection>
        <url>scm:git:git@github.com:thucydides-webtests/thucydides-jbehave.git</url>
    </scm>
    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-plugin</artifactId>
                <version>${surefire.version}</version>
                <configuration>
                    <argLine>-Xmx512m -XX:MaxPermSize=128m</argLine>
                    <includes>
                        <include>**/When*.*</include>
                    </includes>
                    <systemPropertyVariables>
                        <thucydides.logging>QUIET</thucydides.logging>
                    </systemPropertyVariables>
                    <threadCount>1</threadCount>
                </configuration>
            </plugin>
        </plugins>
    </build>
    <dependencies>
        <dependency>
            <groupId>net.thucydides</groupId>
            <artifactId>thucydides-core</artifactId>
            <version>0.9.235</version>
        </dependency>
        <dependency>
            <groupId>org.jbehave</groupId>
            <artifactId>jbehave-core</artifactId>
            <version>${jbehave.core.version}</version>
        </dependency>
        <dependency>
            <groupId>de.codecentric</groupId>
                <artifactId>jbehave-junit-runner</artifactId>
            <version>1.0.2</version>
        </dependency>
        <dependency>
            <groupId>org.reflections</groupId>
            <artifactId>reflections</artifactId>
            <version>0.9.8</version>
        </dependency>
        <dependency>
            <groupId>org.easytesting</groupId>
            <artifactId>fest-assert</artifactId>
            <version>1.4</version>
        </dependency>
        <dependency>
            <groupId>log4j</groupId>
            <artifactId>log4j</artifactId>
            <version>1.2.16</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-log4j12</artifactId>
            <version>1.6.4</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>net.thucydides</groupId>
            <artifactId>thucydides-sample-alternative-resources</artifactId>
            <version>0.9.131-NS</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-test</artifactId>
            <version>3.1.2.RELEASE</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-beans</artifactId>
            <version>3.1.2.RELEASE</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-context</artifactId>
            <version>3.1.2.RELEASE</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring-context-support</artifactId>
            <version>3.1.2.RELEASE</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.codehaus.groovy</groupId>
            <artifactId>groovy-all</artifactId>
            <version>2.2.1</version>
            <!--<scope>test</scope>-->
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>net.thucydides</groupId>
   <artifactId>thucydides-jbehave-plugin</artifactId>
   <version>0.9.235</version>
</dependency>

Download

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



Download thucydides-jbehave-plugin-0.9.235.jar file




PreviousNext

Related