Download maven-plugin-testing-harness-1.0.jar file

Introduction

You can download maven-plugin-testing-harness-1.0.jar in this page.

License

Apache License

Type List

maven-plugin-testing-harness-1.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.apache.maven.shared/maven-plugin-testing-harness/pom.properties
META-INF/maven/org.apache.maven.shared/maven-plugin-testing-harness/pom.xml
META-INF/plexus/components.xml
org.apache.maven.plugin.testing.AbstractMojoTestCase.class
org.apache.maven.plugin.testing.ConfigurationException.class
org.apache.maven.plugin.testing.ResolverExpressionEvaluatorStub.class
org.apache.maven.plugin.testing.stubs.ArtifactStub.class
org.apache.maven.plugin.testing.stubs.MavenProjectStub.class

Pom

maven-plugin-testing-harness-1.0.pom file content.

<?xml version="1.0"?><project>
  <parent>
    <artifactId>maven-shared-components</artifactId>
    <groupId>org.apache.maven.shared</groupId>
    <version>1</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>maven-plugin-testing-harness</artifactId>
  <name>Maven Plugin Testing Mechanism</name>
  <version>1.0-beta-1</version>
  <dependencies>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-project</artifactId>
      <version>2.0</version>
    </dependency>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-core</artifactId>
      <version>2.0</version>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
    </dependency>
    <dependency>
      <groupId>org.codehaus.plexus</groupId>
      <artifactId>plexus-utils</artifactId>
      <version>1.1</version>
    </dependency>
  </dependencies>
  <distributionManagement>
    <status>deployed</status>
  </distributionManagement>
</project>

POM Entry

<dependency>
   <groupId>org.apache.maven.shared</groupId>
   <artifactId>maven-plugin-testing-harness</artifactId>
   <version>1.0</version>
</dependency>

Download

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



Download maven-plugin-testing-harness-1.0.jar file




PreviousNext

Related