Skip to content

Commit

Permalink
removed license dir, renamed merge file and adjusted paths
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Apr 22, 2022
1 parent 9f5c31e commit d053367
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mac-dmg.yml
Expand Up @@ -111,7 +111,7 @@ jobs:
-Dlicense.includedScopes=compile
-Dlicense.excludedGroups=^org\.cryptomator
-Dlicense.failOnMissing=true
-Dlicense.licenseMergesUrl=file:///license/merges
-Dlicense.licenseMergesUrl=file:///third-party.merges
- name: Install codesign certificate
run: |
# create variables
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/win-exe.yml
Expand Up @@ -124,7 +124,7 @@ jobs:
-Dlicense.includedScopes=compile
-Dlicense.excludedGroups=^org\.cryptomator
-Dlicense.failOnMissing=true
-Dlicense.licenseMergesUrl=file:///license/merges
-Dlicense.licenseMergesUrl=file:///third-party.merges
- name: Create MSI
run: >
${JAVA_HOME}/bin/jpackage
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
-Dlicense.includedScopes=compile
-Dlicense.excludedGroups=^org\.cryptomator
-Dlicense.failOnMissing=true
-Dlicense.licenseMergesUrl=file:///license/merges
-Dlicense.licenseMergesUrl=file:///third-party.merges
- name: Download WinFsp
run:
curl --output dist/win/bundle/resources/winfsp.msi -L ${{ env.WINFSP_MSI }}
Expand Down
2 changes: 1 addition & 1 deletion dist/mac/dmg/build.sh
Expand Up @@ -83,7 +83,7 @@ mvn -B -f../../../pom.xml license:add-third-party \
-Dlicense.includedScopes=compile \
-Dlicense.excludedGroups=^org\.cryptomator \
-Dlicense.failOnMissing=true \
-Dlicense.licenseMergesUrl=file:///../../../license/merges
-Dlicense.licenseMergesUrl=file:///../../../third-party.merges

# codesign
if [ -n "${CODESIGN_IDENTITY}" ]; then
Expand Down
4 changes: 2 additions & 2 deletions dist/win/build.ps1
Expand Up @@ -88,7 +88,7 @@ if ($clean -and (Test-Path -Path $appPath)) {
"-Dlicense.includedScopes=compile" `
"-Dlicense.excludedGroups=^org\.cryptomator" `
"-Dlicense.failOnMissing=true" `
"-Dlicense.licenseMergesUrl=file:///$buildDir/../../license/merges"
"-Dlicense.licenseMergesUrl=file:///$buildDir/../../third-party.merges"

# patch app dir
Copy-Item "contrib\*" -Destination "Cryptomator"
Expand Down Expand Up @@ -128,7 +128,7 @@ $Env:JP_WIXWIZARD_RESOURCES = "$buildDir\resources"
"-Dlicense.includedScopes=compile" `
"-Dlicense.excludedGroups=^org\.cryptomator" `
"-Dlicense.failOnMissing=true" `
"-Dlicense.licenseMergesUrl=file:///$buildDir/../../license/merges"
"-Dlicense.licenseMergesUrl=file:///$buildDir/../../third-party.merges"

# download Winfsp
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -358,7 +358,7 @@
<thirdPartyFilename>THIRD-PARTY.txt</thirdPartyFilename>
<includedScopes>compile</includedScopes>
<excludedGroups>org\.cryptomator</excludedGroups>
<licenseMergesUrl>file:///${project.basedir}/license/merges</licenseMergesUrl>
<licenseMergesUrl>file:///${project.basedir}/third-party.merges</licenseMergesUrl>
<fileTemplate>${project.basedir}/src/main/resources/license/template.ftl</fileTemplate>
</configuration>
</execution>
Expand Down
File renamed without changes.

0 comments on commit d053367

Please sign in to comment.