File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1717 </properties >
1818
1919 <build >
20+ <resources >
21+ <resource >
22+ <directory >${project.basedir} /src/main/resources</directory >
23+ <includes >
24+ <include >META-INF/jqassistant-plugin.xml</include >
25+ </includes >
26+ <filtering >true</filtering >
27+ </resource >
28+ <resource >
29+ <directory >${project.basedir} /src/main/resources</directory >
30+ <excludes >
31+ <exclude >META-INF/jqassistant-plugin.xml</exclude >
32+ </excludes >
33+ <filtering >false</filtering >
34+ </resource >
35+ </resources >
2036 <pluginManagement >
2137 <plugins >
2238 <plugin >
Original file line number Diff line number Diff line change 1- <jqassistant-plugin xmlns =" http://schema.jqassistant.org/plugin/v1.10 "
1+ <jqassistant-plugin xmlns =" http://schema.jqassistant.org/plugin/v2.4 "
22 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : schemaLocation =" http://schema.jqassistant.org/plugin/v1.10 https://schema.jqassistant.org/plugin/jqassistant-plugin-v1.8 .xsd"
3+ xsi : schemaLocation =" http://schema.jqassistant.org/plugin/v2.4 https://schema.jqassistant.org/plugin/jqassistant-plugin-v2.4 .xsd"
44 id =" jqassistant.plugin.typescript"
55 name =" jQAssistant Typescript Plugin"
66 version =" ${project.version}" >
You can’t perform that action at this time.
0 commit comments