Download common-java5-2.17.jar file

Introduction

You can download common-java5-2.17.jar in this page.

License

Apache Open Source

Type List

common-java5-2.17.jar file has the following types.

META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/LICENSE.txt
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/NOTICE.txt
META-INF/maven/commons-io/commons-io/pom.properties
META-INF/maven/commons-io/commons-io/pom.xml
META-INF/maven/org.apache.maven.shared/maven-shared-utils/pom.properties
META-INF/maven/org.apache.maven.shared/maven-shared-utils/pom.xml
META-INF/maven/org.apache.maven.surefire/common-java5/pom.properties
META-INF/maven/org.apache.maven.surefire/common-java5/pom.xml
META-INF/maven/org.apache.maven.surefire/surefire-api/pom.properties
META-INF/maven/org.apache.maven.surefire/surefire-api/pom.xml
org.apache.maven.shared.utils.StringUtils.class
org.apache.maven.surefire.report.PojoStackTraceWriter.class
org.apache.maven.surefire.report.SafeThrowable.class
org.apache.maven.surefire.report.SmartStackTraceParser.class
org.apache.maven.surefire.report.StackTraceWriter.class
org/apache/maven/surefire/surefire.properties

Pom

common-java5-2.17.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/maven-v4_0_0.xsd">
  <parent>
    <artifactId>surefire-providers</artifactId>
    <groupId>org.apache.maven.surefire</groupId>
    <version>2.17</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>common-java5</artifactId>
  <name>Shared java5 code for all providers.</name>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-shade-plugin</artifactId>
        <executions>
          <execution>
            <phase>package</phase>
            <goals>
              <goal>shade</goal>
            </goals>
            <configuration>
              <minimizeJar>true</minimizeJar>
              <relocations>
                <relocation>
                  <pattern>org.codehaus.plexus.util</pattern>
                  <shadedPattern>org.apache.maven.surefire.commonjunit48.org.codehaus.plexus.util</shadedPattern>
                </relocation>
              </relocations>
            </configuration>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <artifactId>maven-surefire-plugin</artifactId>
        <configuration>
          <excludes>
            <exclude>**/fixture/**</exclude>
          </excludes>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.apache.maven.surefire</groupId>
   <artifactId>common-java5</artifactId>
   <version>2.17</version>
</dependency>

Download

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



Download common-java5-2.17.jar file




PreviousNext

Related