diff --git a/license/THIRD-PARTY.properties b/license/THIRD-PARTY.properties deleted file mode 100644 index 7af1b122f..000000000 --- a/license/THIRD-PARTY.properties +++ /dev/null @@ -1 +0,0 @@ -com.github.serceman--jnr-fuse--0.5.4=MIT License \ No newline at end of file diff --git a/pom.xml b/pom.xml index 94668e5e0..ba29cdeff 100644 --- a/pom.xml +++ b/pom.xml @@ -359,12 +359,20 @@ compile org\.cryptomator file:///${project.basedir}/license/merges - ${project.basedir}/license/template.ftl + ${project.basedir}/src/main/resources/license/template.ftl + + + src/main/resources + + license/* + + + diff --git a/license/template.ftl b/src/main/resources/license/template.ftl similarity index 100% rename from license/template.ftl rename to src/main/resources/license/template.ftl