Example usage for org.apache.maven.toolchain ToolchainFactory interface-usage

List of usage examples for org.apache.maven.toolchain ToolchainFactory interface-usage

Introduction

In this page you can find the example usage for org.apache.maven.toolchain ToolchainFactory interface-usage.

Usage

From source file org.codehaus.mojo.exec.PathsToolchainFactory.java

/**
 * Factory for {@link PathsToolchain}.
 *
 * @author Markus KARG (markus@headcrashing.eu)
 */
@Component(role = ToolchainFactory.class, hint = "paths")

From source file org.xolstice.maven.toolchain.protobuf.DefaultProtobufToolchainFactory.java

/**
 * Based on {@code org.apache.maven.toolchain.java.DefaultJavaToolchainFactory}.
 *
 * @since 0.2.0
 */
@Component(role = ToolchainFactory.class, hint = "protobuf", description = "A default factory for 'protobuf' toolchains")