Skip to content

Conversation

@vipcxj
Copy link
Contributor

@vipcxj vipcxj commented Feb 14, 2022

Add a custom compile argument replaceProcessorPathWithProcessorModulePath to force the plugin replace processorPath with processormodulepath.
Usage:

 <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <compilerId>eclipse</compilerId> <compilerArguments> <replaceProcessorPathWithProcessorModulePath/> </compilerArguments> </configuration> <dependencies> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-compiler-eclipse</artifactId> <version>${ecj-plugin.version}</version> </dependency> </dependencies> </plugin>
slachiewicz pushed a commit that referenced this pull request May 6, 2022
…Path to force the plugin replace processorPath with processormodulepath Closes #191 #192
slachiewicz pushed a commit that referenced this pull request May 6, 2022
…Path to force the plugin replace processorPath with processormodulepath Closes #191 #192
@slachiewicz
Copy link
Member

thx merged 8cc8c9f

@slachiewicz slachiewicz closed this May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

3 participants