mirror of
https://github.com/GeorgH93/Minepacks.git
synced 2024-11-14 10:45:23 +01:00
Download MIT license as txt only instead of html
This commit is contained in:
parent
c85a8e965e
commit
dd6d439dc1
@ -287,6 +287,12 @@
|
||||
<excludedScopes>test,provided,system</excludedScopes>
|
||||
<generateBundle>true</generateBundle>
|
||||
<licensesOutputFile>${project.build.directory}/generated-resources/licenses-THIRD-PARTY.xml</licensesOutputFile>
|
||||
<licenseUrlReplacements>
|
||||
<licenseUrlReplacement>
|
||||
<regexp>https?://(www\.)?opensource\.org/licenses/mit-license\.php</regexp>
|
||||
<replacement>https://ci.pcgamingfreaks.at/download/mit.txt</replacement>
|
||||
</licenseUrlReplacement>
|
||||
</licenseUrlReplacements>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
|
Loading…
Reference in New Issue
Block a user