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

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

There is a newer version: 5.0.0
Show newest version
<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-compiler-plugin</artifactId>
    <version>3.13.0</version>
    <configuration>
        <source>${java.version}</source>
        <target>${java.version}</target>
        <showWarnings>true</showWarnings>
        <compilerArgs>
            <arg>-Xlint:all</arg>
            <arg>-Werror</arg>
        </compilerArgs>
    </configuration>
</plugin>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy