Skip to content

Commit

Permalink
Download MIT license as txt only instead of html
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgH93 committed Jun 17, 2023
1 parent c85a8e9 commit dd6d439
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Minepacks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<packaging>pom</packaging>

<properties>
<revision>2.4.20.3</revision>
<revision>2.4.20.4</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

Expand Down

0 comments on commit dd6d439

Please sign in to comment.