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 e317bda commit ddc04b6Copy full SHA for ddc04b6
cobol-custom-rules/pom.xml
@@ -74,6 +74,11 @@
74
<skipDependenciesPackaging>true</skipDependenciesPackaging>
75
<sonarQubeMinVersion>6.7</sonarQubeMinVersion>
76
<basePlugin>cobol</basePlugin>
77
+ <archive>
78
+ <manifest>
79
+ <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
80
+ </manifest>
81
+ </archive>
82
</configuration>
83
</plugin>
84
<plugin>
0 commit comments