Download maven-toolchain-3.0.jar file

Introduction

You can download maven-toolchain-3.0.jar in this page.

License

Apache License

Type List

maven-toolchain-3.0.jar file has the following types.

META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/maven/org.apache.maven/maven-toolchain/pom.properties
META-INF/maven/org.apache.maven/maven-toolchain/pom.xml
META-INF/plexus/components.xml
org.apache.maven.toolchain.DefaultToolchain.class
org.apache.maven.toolchain.DefaultToolchainManager.class
org.apache.maven.toolchain.MisconfiguredToolchainException.class
org.apache.maven.toolchain.RequirementMatcher.class
org.apache.maven.toolchain.RequirementMatcherFactory.class
org.apache.maven.toolchain.Toolchain.class
org.apache.maven.toolchain.ToolchainFactory.class
org.apache.maven.toolchain.ToolchainManager.class
org.apache.maven.toolchain.ToolchainManagerPrivate.class
org.apache.maven.toolchain.ToolchainPrivate.class
org.apache.maven.toolchain.java.DefaultJavaToolChain.class
org.apache.maven.toolchain.java.DefaultJavaToolchainFactory.class
org.apache.maven.toolchain.java.JavaToolChain.class
org.apache.maven.toolchain.model.PersistedToolchains.class
org.apache.maven.toolchain.model.ToolchainModel.class
org.apache.maven.toolchain.model.io.xpp3.MavenToolchainsXpp3Reader.class
org.apache.maven.toolchain.model.io.xpp3.MavenToolchainsXpp3Writer.class

Pom

maven-toolchain-3.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
  <!--
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements. See the NOTICE file distributed with
    this work for additional information regarding copyright ownership.
    The ASF licenses this file to you under the Apache License, Version
    2.0 (the "License"); you may not use this file except in compliance
    with the License. You may obtain a copy of the License at
    http://www.apache.org/licenses/LICENSE-2.0 Unless required by
    applicable law or agreed to in writing, software distributed under
    the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
    OR CONDITIONS OF ANY KIND, either express or implied. See the
    License for the specific language governing permissions and
    limitations under the License.
  -->
<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>
    <groupId>org.apache.maven</groupId>
    <artifactId>maven</artifactId>
    <version>3.0-alpha-2</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>maven-toolchain</artifactId>
  <name>Maven Toolchains</name>
  <dependencies>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-core</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.maven</groupId>
      <artifactId>maven-compat</artifactId>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>org.codehaus.modello</groupId>
        <artifactId>modello-maven-plugin</artifactId>
        <executions>
          <execution>
            <goals>
              <goal>java</goal>
              <goal>xsd</goal>
              <goal>xpp3-reader</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
          <version>1.0.0</version>
          <packageWithVersion>false</packageWithVersion>
          <models>
            <model>src/main/mdo/toolchains.xml</model>
          </models>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>

POM Entry

<dependency>
   <groupId>org.apache.maven</groupId>
   <artifactId>maven-toolchain</artifactId>
   <version>3.0</version>
</dependency>

Download

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



Download maven-toolchain-3.0.jar file




PreviousNext

Related