|
|
|
@ -14,7 +14,19 @@ |
|
|
|
Simple HTML elements (text formatting, paragraphs, and lists) can be added inside of <![CDATA[ ]]> tag. |
|
|
|
Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-description --> |
|
|
|
<description><![CDATA[ |
|
|
|
<p>Maven聚合项目快速生成插件,帮助您快速创建标准的多模块Maven项目结构。</p> |
|
|
|
<p>Quickstart for generating Maven aggregation projects, helping you create standard multi-module Maven project structures.</p> |
|
|
|
<p><b>Main Features:</b></p> |
|
|
|
<ul> |
|
|
|
<li>Create Maven multi-module project structure with one click</li> |
|
|
|
<li>Automatically configure dependencies between modules</li> |
|
|
|
<li>Support custom module names</li> |
|
|
|
<li>Support selection of Java version</li> |
|
|
|
<li>Automatically generate project README and .gitignore files</li> |
|
|
|
</ul> |
|
|
|
<p><b>Usage:</b></p> |
|
|
|
<p>In IDEA, select "File > New > Create Maven Aggregation Project", then complete the configuration according to the wizard.</p> |
|
|
|
<p>Minimum supported version: IntelliJ IDEA 2020.3 and above</p> |
|
|
|
<p>Maven聚合项目快速生成插件,帮助您快速创建标准的多模块Maven项目结构。</p> |
|
|
|
|
|
|
|
<p><b>主要功能:</b></p> |
|
|
|
<ul> |
|
|
|
@ -24,11 +36,12 @@ |
|
|
|
<li>支持选择Java版本</li> |
|
|
|
<li>自动生成项目README和.gitignore文件</li> |
|
|
|
</ul> |
|
|
|
|
|
|
|
|
|
|
|
<p><b>使用方法:</b></p> |
|
|
|
<p>在IDEA中,选择"File > New > Create Maven Aggregation Project",然后按照向导完成配置。</p> |
|
|
|
<p>最低支持版本:IntelliJ IDEA 2020.3及以上版本</p> |
|
|
|
]]></description> |
|
|
|
]]></description> |
|
|
|
|
|
|
|
|
|
|
|
<!-- Product and plugin compatibility requirements. |
|
|
|
Read more: https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html --> |
|
|
|
@ -43,15 +56,15 @@ |
|
|
|
<actions> |
|
|
|
<action id="QuickstartAggregationAction" class="com.wd.maven.aggregation.QuickstartAggregationAction" |
|
|
|
text="Create Maven Aggregation Project" description="Creates a new Maven multi-module project template"> |
|
|
|
<!-- <add-to-group group-id="NewGroup" anchor="first"/>--> |
|
|
|
<!-- <add-to-group group-id="NewProjectOrModuleGroup" anchor="first"/>--> |
|
|
|
<!-- <add-to-group group-id="NewGroup" anchor="first"/>--> |
|
|
|
<!-- <add-to-group group-id="NewProjectOrModuleGroup" anchor="first"/>--> |
|
|
|
<add-to-group group-id="NewGroup" anchor="first"/> |
|
|
|
</action> |
|
|
|
</actions> |
|
|
|
|
|
|
|
|
|
|
|
<!--手动设置版本号 --> |
|
|
|
<idea-version since-build="203" until-build="2999.9"/> |
|
|
|
<!--手动设置版本号 --> |
|
|
|
<idea-version since-build="203" until-build="253.*"/> |
|
|
|
|
|
|
|
|
|
|
|
</idea-plugin> |