Intellij 2021.2.4 javac2 Maven

Answered

How do I excute javac2 in Maven?

0
1 comment

There is no Maven plugin for javac2 specifically. But you can see possible solutions in a corresponding request: https://youtrack.jetbrains.com/issue/IDEABKL-6689/javac2-for-maven 

There is also an Ant task for javac2. So you can consider calling an Ant task from the Maven or call it directly from Ant.

0

Please sign in to leave a comment.