A Maven plugin that compiles Java source code, supporting source and target version configuration.
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.15.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configures the compiler plugin in a Maven POM.
Ensure source and target versions match your JDK and project requirements.
No dependency data recorded yet.