diff --git a/plugins/maven/src/main/resources/messages/MavenConfigurableBundle.properties b/plugins/maven/src/main/resources/messages/MavenConfigurableBundle.properties index 70f7e42e4265..9306224f60bd 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.