Download maven-script-ant-2.1.0.jar file

Introduction

You can download maven-script-ant-2.1.0.jar in this page.

License

Apache Open Source

Type List

maven-script-ant-2.1.0.jar file has the following types.

META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/maven/org.apache.maven/maven-script-ant/pom.properties
META-INF/maven/org.apache.maven/maven-script-ant/pom.xml
META-INF/plexus/components.xml
org.apache.maven.script.ant.AntMojoComponentFactory.class
org.apache.maven.script.ant.AntMojoWrapper.class

Pom

maven-script-ant-2.1.0.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">
  <parent>
    <artifactId>maven-script</artifactId>
    <groupId>org.apache.maven</groupId>
    <version>2.1.0-M1</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>maven-script-ant</artifactId>
  <name>Maven Ant Mojo Support</name>
  <dependencies>
    <dependency>
      <groupId>org.apache.ant</groupId>
      <artifactId>ant</artifactId>
      <version>1.7.1</version>
    </dependency>
    <dependency>
      <groupId>org.apache.ant</groupId>
      <artifactId>ant-launcher</artifactId>
      <version>1.7.1</version>
    </dependency>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-plugin-api</artifactId>
    </dependency>
    <dependency>
      <groupId>org.codehaus.plexus</groupId>
      <artifactId>plexus-ant-factory</artifactId>
      <version>1.0-alpha-2</version>
      <!-- We need to exclude this artifact's dependency on Ant, -->
      <!-- because it has a different groupId that the version of Ant -->
      <!-- we want to use now. -->
      <exclusions>
        <exclusion>
          <groupId>ant</groupId>
          <artifactId>ant</artifactId>
        </exclusion>
        <exclusion>
          <groupId>ant</groupId>
          <artifactId>ant-launcher</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.codehaus.plexus</groupId>
      <artifactId>plexus-container-default</artifactId>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.apache.maven</groupId>
   <artifactId>maven-script-ant</artifactId>
   <version>2.1.0</version>
</dependency>

Download

If you think the following maven-script-ant-2.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-script-ant-2.1.0.jar file




PreviousNext

Related