Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add custom ANTLR template to avoid Maven Replacer plugin #3285

Closed
mp911de opened this issue Dec 28, 2023 · 0 comments
Closed

Add custom ANTLR template to avoid Maven Replacer plugin #3285

mp911de opened this issue Dec 28, 2023 · 0 comments
Labels
type: task A general task

Comments

@mp911de
Copy link
Member

mp911de commented Dec 28, 2023

ANTLR attempts to load a template via new File(…) before using its classpath. With that, we can put the ANTLR template into our project to pick it up by the Maven plugin.

This only works if the module is being built from the parent. Building the project from the CLI within the spring-data-jpa/spring-data-jpa directory will resort to the ANTLR-provided template.

Follow-up to #3282

@mp911de mp911de added the type: task A general task label Dec 28, 2023
@mp911de mp911de added this to the 3.2.2 (2023.1.2) milestone Dec 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task A general task
Projects
None yet
Development

No branches or pull requests

1 participant