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
This commit is contained in:
vmassol
2004-05-01 08:39:55 +00:00
parent 2d90294721
commit 0a9af2d24b
6 changed files with 1 additions and 11 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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