Download pax-exam-container-paxrunner-3.0.0.m3.jar file

Introduction

You can download pax-exam-container-paxrunner-3.0.0.m3.jar in this page.

License

Apache Open Source

Type List

pax-exam-container-paxrunner-3.0.0.m3.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.ops4j.pax.exam/pax-exam-container-paxrunner/pom.properties
META-INF/maven/org.ops4j.pax.exam/pax-exam-container-paxrunner/pom.xml
META-INF/services/org.ops4j.pax.exam.TestContainerFactory
org.ops4j.pax.exam.container.def.internal.ArgumentsBuilder.class
org.ops4j.pax.exam.container.def.internal.AsyncJavaRunner.class
org.ops4j.pax.exam.container.def.internal.PaxRunnerTestContainer.class
org.ops4j.pax.exam.container.def.internal.PaxRunnerTestContainerFactory.class
org.ops4j.pax.exam.container.def.internal.RMIRegistry.class

Pom

pax-exam-container-paxrunner-3.0.0.m3.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.ops4j.pax</groupId>
        <artifactId>exam</artifactId>
        <version>3.0.0.M3</version>
        <relativePath>../../pom/pom.xml</relativePath>
    </parent>

    <groupId>org.ops4j.pax.exam</groupId>
    <artifactId>pax-exam-container-paxrunner</artifactId>
    <packaging>jar</packaging>

    <name>OPS4J Pax Exam - TestContainer PaxRunner</name>

    <build>

        <resources>
            <resource>
                <directory>src/main/resources</directory>
                <filtering>true</filtering>
            </resource>
        </resources>
        
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-plugin</artifactId>
                <configuration>
                  <runOrder>alphabetical</runOrder>
                </configuration>
            </plugin>
        </plugins>
    </build>

    <dependencies>
        <dependency>
            <groupId>org.ops4j.pax.exam</groupId>
            <artifactId>pax-exam</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.ops4j.pax.exam</groupId>
            <artifactId>pax-exam-container-remote</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.ops4j.pax.exam</groupId>
            <artifactId>pax-exam-spi</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.ops4j.pax.exam</groupId>
            <artifactId>pax-exam-container-rbc-client</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.ops4j.base</groupId>
            <artifactId>ops4j-base-lang</artifactId>
        </dependency>
        <dependency>
            <groupId>org.ops4j.base</groupId>
            <artifactId>ops4j-base-net</artifactId>
        </dependency>        
        
        <!-- Pax Runner still needs that :( -->
        <dependency>
            <groupId>commons-logging</groupId>
            <artifactId>commons-logging-api</artifactId>
        </dependency>
        <dependency>
            <groupId>org.ops4j.pax.runner</groupId>
            <artifactId>pax-runner-no-jcl</artifactId>
            <scope>provided</scope>
        </dependency>
          <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
        </dependency>
        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-all</artifactId>
        </dependency>
         <dependency>
            <groupId>org.ops4j.pax.exam</groupId>
            <artifactId>pax-exam-link-mvn</artifactId>
            <version>${project.version}</version>
             <scope>test</scope>
        </dependency>
    </dependencies>

</project>

POM Entry

<dependency>
   <groupId>org.ops4j.pax.exam</groupId>
   <artifactId>pax-exam-container-paxrunner</artifactId>
   <version>3.0.0.m3</version>
</dependency>

Download

If you think the following pax-exam-container-paxrunner-3.0.0.m3.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download pax-exam-container-paxrunner-3.0.0.m3.jar file




PreviousNext

Related