From 5238ba14f73077829ef108b28fdd5b848cfd8e3e Mon Sep 17 00:00:00 2001 From: Nikita Iarychenko Date: Tue, 15 Apr 2025 16:43:30 +0400 Subject: [PATCH] OPENIDE #154 File -> Settings -> Build, Execution, Deployment + Language & Frameworks: mentions IDEA, links JetBrains (cherry picked from commit d3c380f23bd33502766632f874907df0bec6339b) (cherry picked from commit d2646d87c31d8bdfba51944f1d143e6aa126839f) (cherry picked from commit 9c9afd73ed14f6cc0b5f894293aca51d33da41ea) (cherry picked from commit b8a88e3c21ab77e57cbfcd0eca3a702f8ade3780) --- .../main/resources/messages/MavenConfigurableBundle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/maven/src/main/resources/messages/MavenConfigurableBundle.properties b/plugins/maven/src/main/resources/messages/MavenConfigurableBundle.properties index ec29e4e0d6d9..c36a6d95bbd9 100644 --- a/plugins/maven/src/main/resources/messages/MavenConfigurableBundle.properties +++ b/plugins/maven/src/main/resources/messages/MavenConfigurableBundle.properties @@ -38,7 +38,7 @@ maven.settings.importing.use.plugin.compat=Use M2E compatibility for Maven plugi maven.settings.importing.use.plugin.compat.tooltip=IntelliJ IDEA will use M2E compatibility information to run Maven goals after syncing the project and before starting the build maven.settings.importing.generated.source.folders=Generated sources folders: maven.settings.importing.phase.for.source.updates=Phase to be used for folders &update: -maven.settings.importing.phase.for.source.updates.notes=IDE needs to execute one of the listed phases in order to \ +maven.settings.importing.phase.for.source.updates.notes=OpenIDE needs to execute one of the listed phases in order to \ discover all source folders that are configured via Maven plugins.\
Note that all test-* phases firstly generate and compile production sources.