MAVEN-237: Fix property test to check correct property
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112791 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
<j:set var="changelogPresent" value="true"/>
|
||||
</util:available>
|
||||
|
||||
<j:if test="${changlogPresent != 'true'}">
|
||||
<j:if test="${changelogPresent != 'true'}">
|
||||
<changelog:changelog
|
||||
basedir="${basedir}"
|
||||
developers="${pom.developers}"
|
||||
|
||||
Reference in New Issue
Block a user