From 0a9af2d24b629b79b094c0eeb68db1466264d86f Mon Sep 17 00:00:00 2001 From: vmassol Date: Sat, 1 May 2004 08:39:55 +0000 Subject: [PATCH] Rely on project.properties inheritance and thus remove duplicate properties git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115115 13f79535-47bb-0310-9956-ffa450edef68 --- dashboard/project.properties | 4 ---- dashboard/src/plugin-test/LICENSE.txt | 0 dashboard/src/plugin-test/project.properties | 2 +- dashboard/src/plugin-test/subproject1/project.properties | 2 -- dashboard/src/plugin-test/subproject2/project.properties | 2 -- dashboard/src/plugin-test/subproject3/project.properties | 2 -- 6 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 dashboard/src/plugin-test/LICENSE.txt 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