Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit 58ff252

Browse files
author
Oliver B. Fischer
committed
[jQAssistant/Idea-Hub#17] Plugin name starts now with jQAssistant
1 parent beb947b commit 58ff252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/META-INF/jqassistant-plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<jqassistant-plugin xmlns="http://schema.jqassistant.org/plugin/v1.10"
22
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://schema.jqassistant.org/plugin/v1.10 https://schema.jqassistant.org/plugin/jqassistant-plugin-v1.10.xsd"
4-
name="JUnit" id="jqa.plugin.junit">
4+
name="jQAssistant JUnit Plugin" id="jqa.plugin.junit">
55
<description>Provides scanner for JUnit test reports and rules (e.g. for test classes/methods and ignored tests).</description>
66
<model>
77
<class>com.buschmais.jqassistant.plugin.junit.api.model.TestReportDirectoryDescriptor</class>

0 commit comments

Comments
 (0)