All Downloads are FREE. Search and download functionalities are using the official Maven repository.

maven_templates.maven-toolchains-plugin.xml Maven / Gradle / Ivy

The newest version!
<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-toolchains-plugin</artifactId>
    <version>3.2.0</version>
    <executions>
        <execution>
            <goals>
                <goal>toolchain</goal>
            </goals>
        </execution>
    </executions>
    <configuration>
        <toolchains>
            <jdk>
                <version>${java.version}</version>
            </jdk>
        </toolchains>
    </configuration>
</plugin>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy