diff --git a/dashboard/project.properties b/dashboard/project.properties index 02e5a2ea..d66f96c3 100644 --- a/dashboard/project.properties +++ b/dashboard/project.properties @@ -17,7 +17,3 @@ # ------------------------------------------------------------------- # P R O J E C T P R O P E R T I E S # ------------------------------------------------------------------- -maven.xdoc.date=left -maven.xdoc.version=${pom.currentVersion} -maven.license.licenseFile=${basedir}/../LICENSE.txt -maven.checkstyle.header.file = ${basedir}/../LICENSE.txt diff --git a/dashboard/src/plugin-test/LICENSE.txt b/dashboard/src/plugin-test/LICENSE.txt deleted file mode 100644 index e69de29b..00000000 diff --git a/dashboard/src/plugin-test/project.properties b/dashboard/src/plugin-test/project.properties index d63b2aba..acaffe3e 100644 --- a/dashboard/src/plugin-test/project.properties +++ b/dashboard/src/plugin-test/project.properties @@ -18,7 +18,7 @@ # P R O J E C T P R O P E R T I E S # ------------------------------------------------------------------- maven.xdoc.date=left -maven.checkstyle.header.file = ${basedir}/LICENSE.txt +maven.checkstyle.header.file = ${basedir}/../../../../checkstyle-license.txt # Put line count at a low number so that we can get Simian-reported errors maven.simian.linecount = 5 diff --git a/dashboard/src/plugin-test/subproject1/project.properties b/dashboard/src/plugin-test/subproject1/project.properties index bee89578..d66f96c3 100644 --- a/dashboard/src/plugin-test/subproject1/project.properties +++ b/dashboard/src/plugin-test/subproject1/project.properties @@ -17,5 +17,3 @@ # ------------------------------------------------------------------- # P R O J E C T P R O P E R T I E S # ------------------------------------------------------------------- -maven.xdoc.date=left -maven.checkstyle.header.file = ${basedir}/../LICENSE.txt diff --git a/dashboard/src/plugin-test/subproject2/project.properties b/dashboard/src/plugin-test/subproject2/project.properties index c4bb3990..31abdde0 100644 --- a/dashboard/src/plugin-test/subproject2/project.properties +++ b/dashboard/src/plugin-test/subproject2/project.properties @@ -17,8 +17,6 @@ # ------------------------------------------------------------------- # P R O J E C T P R O P E R T I E S # ------------------------------------------------------------------- -maven.xdoc.date=left -maven.checkstyle.header.file = ${basedir}/../LICENSE.txt # Force running the artifact generation roles as we have voluntarily not # define any report (and thus the artifacts won't be generated by the diff --git a/dashboard/src/plugin-test/subproject3/project.properties b/dashboard/src/plugin-test/subproject3/project.properties index bee89578..d66f96c3 100644 --- a/dashboard/src/plugin-test/subproject3/project.properties +++ b/dashboard/src/plugin-test/subproject3/project.properties @@ -17,5 +17,3 @@ # ------------------------------------------------------------------- # P R O J E C T P R O P E R T I E S # ------------------------------------------------------------------- -maven.xdoc.date=left -maven.checkstyle.header.file = ${basedir}/../LICENSE.txt