Download arquillian-junit-1.0.0.alpha5.jar file

Introduction

You can download arquillian-junit-1.0.0.alpha5.jar in this page.

License

JBoss Open Source

Type List

arquillian-junit-1.0.0.alpha5.jar file has the following types.

META-INF/INDEX.LIST
META-INF/MANIFEST.MF
META-INF/maven/org.jboss.arquillian/arquillian-junit/pom.properties
META-INF/maven/org.jboss.arquillian/arquillian-junit/pom.xml
META-INF/services/org.jboss.arquillian.spi.client.deployment.AuxiliaryArchiveAppender
org.jboss.arquillian.junit.Arquillian.class
org.jboss.arquillian.junit.JUnitDeploymentAppender.class
org.jboss.arquillian.junit.JUnitTestRunner.class
org/jboss/arquillian/junit/test-web.xml

Pom

arquillian-junit-1.0.0.alpha5.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
  <!--
  vi:ts=2:sw=2:expandtab:
-->
<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">

  <!-- Parent -->
  <parent>
    <groupId>org.jboss.arquillian</groupId>
    <artifactId>arquillian-build</artifactId>
    <version>1.0.0.Alpha5</version>
    <relativePath>../build/pom.xml</relativePath>
  </parent>

  <!-- Model Version -->
  <modelVersion>4.0.0</modelVersion>

  <!-- Artifact Configuration -->
  <artifactId>arquillian-junit</artifactId>
  <name>Arquillian TestRunner JUnit</name>
  <description>JUnit Implementation for the Arquillian Project</description>


  <!-- Properties -->
  <properties>

  </properties>

  <!-- Dependencies -->
  <dependencies>

    <!-- 
    org.jboss.arquillian
     -->
    <dependency>
      <groupId>org.jboss.arquillian</groupId>
      <artifactId>arquillian-impl-base</artifactId>
      <version>${project.version}</version>
    </dependency>

    <!-- 
    org.jboss.shrinkwrap    
     -->
    <dependency>
	   <groupId>org.jboss.shrinkwrap</groupId>
	   <artifactId>shrinkwrap-impl-base</artifactId>
     <scope>test</scope>
    </dependency>

    <!-- 
    External Projects
     -->
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>provided</scope>
    </dependency>

  </dependencies>

  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>
        <executions>
          <execution>
            <goals>
              <goal>test-jar</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
</project>

POM Entry

<dependency>
   <groupId>org.jboss.arquillian</groupId>
   <artifactId>arquillian-junit</artifactId>
   <version>1.0.0.alpha5</version>
</dependency>

Download

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



Download arquillian-junit-1.0.0.alpha5.jar file




PreviousNext

Related