Skip to content

Commit

Permalink
Add property for proc parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Mar 5, 2024
1 parent f91043b commit eb0b643
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ public abstract class AbstractCompilerMojo extends AbstractMojo {
* @see <a href="https://docs.oracle.com/en/java/javase/17/docs/specs/man/javac.html#option-proc">javac -proc</a>
* @see <a href="https://docs.oracle.com/en/java/javase/17/docs/specs/man/javac.html#annotation-processing">javac Annotation Processing</a>
*/
@Parameter
@Parameter(property = "maven.compiler.proc")
private String proc;

/**
Expand Down

0 comments on commit eb0b643

Please sign in to comment.