Replies: 1 comment 1 reply
-
You can override m2e data in your pom but it's tricky due to eclipse being heart of this plugin. The configure for m2e is necessary and a manual install plus version must match. So generally it's not a good idea with this specific plugin especially if sharedwith varying version of eclipse. Instead import the same config being used into eclipse formatters so you can get the same desired effect using eclipse formatting directly.
Sent from my Verizon, Samsung Galaxy smartphone
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Clinton Popetz ***@***.***>
Sent: Saturday, October 12, 2024 9:04:15 AM
To: revelc/formatter-maven-plugin ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [revelc/formatter-maven-plugin] Formatting generated sources (Discussion #941)
In maven on the command line I have this plugin configured to format both the main and generated-sources folders. However, within eclipse the configuration has no effect, the plugin is mapped as ignored, and so my generated sources do not get formatted. Is there any way to achieve this?
—
Reply to this email directly, view it on GitHub<#941>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAHODIZND32ZLUJ6DNOZY5DZ3EM47AVCNFSM6AAAAABP2MZQCSVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZXGMYDSNZZHA>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In maven on the command line I have this plugin configured to format both the main and generated-sources folders. However, within eclipse the configuration has no effect, the plugin is mapped as ignored, and so my generated sources do not get formatted. Is there any way to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions