Skip to content

Commit

Permalink
Removed references to the words "IntelliJ" and "Plugin" as per the Je…
Browse files Browse the repository at this point in the history
…tBrains policies.
  • Loading branch information
antonio-petricca committed Sep 28, 2024
1 parent 9adb35a commit 78ec7d3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
- [x] Click the <kbd>Watch</kbd> button on the top of the [IntelliJ Platform Plugin Template][template] to be notified about releases containing new features and fixes.

<!-- Plugin description -->
This plugin adds support for the [Maven Templating plugin](https://www.mojohaus.org/templating-maven-plugin/).
This plugin is an assistant for the official [Maven Templating Plugin](https://www.mojohaus.org/templating-maven-plugin/).

Without using the **Maven Templating plugin**, you have to create your own `java-templates` folders and mark it as **Sources Root** or **Test Sources Root**.
Without using the **Maven Templating assistant**, you have to create your own `java-templates` folders and mark it as **Sources Root** or **Test Sources Root**.

Unfortunately, IntelliJ often loses those settings, especially when you re-import the Maven project. For large projects, manually reconfiguring folders is tedious and time-consuming.

The **Maven Templating plugin for IntelliJ** does all this for you:
The **Maven Templating assistant** does all this for you:

- Manages template folders when adding/removing/moving/renaming.
- Automatically scans the project on project opening.
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<idea-plugin>
<id>com.github.intellij.plugins.mt4ij</id>
<name>Maven Templating plugin for IntelliJ</name>
<name>Maven Templating assistant</name>
<vendor>Antonio Petricca</vendor>

<depends>com.intellij.java</depends>
Expand All @@ -37,7 +37,7 @@

<projectConfigurable
instance="com.github.intellij.plugins.mt4ij.config.SettingsConfigurable"
displayName="Maven Templating plugin for IntelliJ"
displayName="Maven Templating assistant"
groupId="build.tools"
id="mt4ij.settings"
/>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/messages/Bundle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mt4ij.actions.project-scanner.title=Maven Templating plugin for IntelliJ Project Scanner
mt4ij.actions.project-scanner.title=Maven Templating assistant project scanner
mt4ij.actions.project-scanner.progress=Scanning file {0} of {1}
mt4ij.settings.name=Maven Templating plugin for IntelliJ
mt4ij.settings.name=Maven Templating assistant
mt4ij.settings.label.path=Java templates path:

0 comments on commit 78ec7d3

Please sign in to comment.