Adding comment to discourage re-adding the status inheritance.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@232178 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2005-08-12 01:43:36 +00:00
parent 0db68a8c2e
commit 86321f4163
1 changed files with 2 additions and 0 deletions
maven-project/src/main/java/org/apache/maven/project

View File

@ -363,6 +363,8 @@ public final class ModelUtils
{
dDistMgmt.setSite( rDistMgmt.getSite() );
}
// NOTE: We SHOULD NOT be inheriting status, since this is an assessment of the POM quality.
}
}