Skip to content

Commit 6860479

Browse files
Make dependency on maven plugin optional #1499 (#1513)
1 parent 4b288cf commit 6860479

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

utbot-intellij/src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<name>UnitTestBot</name>
66
<vendor>utbot.org</vendor>
77
<depends>com.intellij.modules.platform</depends>
8-
<depends>org.jetbrains.idea.maven</depends>
98

109
<depends optional="true" config-file="withJava.xml">com.intellij.modules.java</depends>
1110
<depends optional="true" config-file="withKotlin.xml">org.jetbrains.kotlin</depends>
1211
<depends optional="true" config-file="withPython.xml">com.intellij.modules.python</depends>
1312
<depends optional="true" config-file="withAndroid.xml">org.jetbrains.android</depends>
13+
<depends optional="true" config-file="withIdeaMaven.xml">org.jetbrains.idea.maven</depends>
1414

1515
<actions>
1616
<action id="org.utbot.intellij.plugin.ui.actions.GenerateTestsAction"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<!--Optional dependency on org.jetbrains.idea.maven-->
2+
<extensions defaultExtensionNs="org.jetbrains.idea.maven">
3+
</extensions>

0 commit comments

Comments
 (0)