Skip to content

Commit

Permalink
Hotfix for Debian License Detector declaring a plugin name that
Browse files Browse the repository at this point in the history
clashes with the (Maven/Java) License Detector.
  • Loading branch information
MagielBruntink committed Jun 16, 2022
1 parent 1c9813c commit cefcd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzer/debian-license-detector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<X-Compile-Target-JDK>11</X-Compile-Target-JDK>
<Plugin-Class>eu.fasten.analyzer.debianlicensedetector.DebianLicenseDetectorPlugin
</Plugin-Class>
<Plugin-Id>license-detector</Plugin-Id>
<Plugin-Id>debian-license-detector</Plugin-Id>
<Plugin-Version>0.0.1</Plugin-Version>
<Plugin-Description>
Detects licenses of a repository.
Expand Down

0 comments on commit cefcd2d

Please sign in to comment.