Download allure-junit-adaptor-1.4.23.jar file

Introduction

You can download allure-junit-adaptor-1.4.23.jar in this page.

License

Open Source

Type List

allure-junit-adaptor-1.4.23.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/ru.yandex.qatools.allure/allure-junit-adaptor/pom.properties
META-INF/maven/ru.yandex.qatools.allure/allure-junit-adaptor/pom.xml
META-INF/services/org.junit.runner.notification.RunListener
ru.yandex.qatools.allure.junit.AllureRunListener.class

Pom

allure-junit-adaptor-1.4.23.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<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">
    <parent>
        <artifactId>allure-core</artifactId>
        <groupId>ru.yandex.qatools.allure</groupId>
        <version>1.4.23</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>allure-junit-adaptor</artifactId>
    <name>Allure jUnit Adaptor</name>

    <dependencies>
        <dependency>
            <groupId>ru.yandex.qatools.allure</groupId>
            <artifactId>allure-java-aspects</artifactId>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
        </dependency>
        <dependency>
            <groupId>org.hamcrest</groupId>
            <artifactId>hamcrest-all</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-all</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>ru.yandex.qatools.allure</groupId>
            <artifactId>allure-commons</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-nop</artifactId>
            <scope>test</scope>
        </dependency>
    </dependencies>

    <build>
        <plugins>
           <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-surefire-plugin</artifactId>
               <version>2.14</version>
               <configuration>
                   <excludes>
                       <exclude>**/testdata/**</exclude>
                   </excludes>
               </configuration>
           </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-jar-plugin</artifactId>
                <version>2.6</version>
                <executions>
                    <execution>
                        <id>spi-off</id>
                        <goals>
                            <goal>jar</goal>
                        </goals>
                        <configuration>
                            <classifier>spi-off</classifier>
                            <excludes>
                                <exclude>**/META-INF/services/**</exclude>
                            </excludes>
                        </configuration>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    </build>

</project>

POM Entry

<dependency>
   <groupId>ru.yandex.qatools.allure</groupId>
   <artifactId>allure-junit-adaptor</artifactId>
   <version>1.4.23</version>
</dependency>

Download

If you think the following allure-junit-adaptor-1.4.23.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download allure-junit-adaptor-1.4.23.jar file




PreviousNext

Related