We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0f8a2 commit 3bb81d3Copy full SHA for 3bb81d3
pom.xml
@@ -249,7 +249,7 @@
249
-Didea.config.path=${project.build.directory}/test-config
250
-Didea.platform.prefix=Idea
251
-Didea.test.group=ALL_EXCLUDE_DEFINED
252
- -Didea.load.plugins.id=org.moreunit.intellij.plugin
+ -Didea.load.plugins.id=MoreUnit
253
</argLine>
254
<additionalClasspathElements>
255
<additionalClasspathElement>${java.home}/../lib/tools.jar</additionalClasspathElement>
src/main/resources/META-INF/plugin.xml
@@ -1,5 +1,5 @@
1
<idea-plugin version="2">
2
- <id>${project.artifactId}</id>
+ <id>MoreUnit</id>
3
<name>MoreUnit</name>
4
<version>${project.version}</version>
5
<vendor email="${vendor.email}" url="${vendor.url}">${vendor.name}</vendor>
0 commit comments