MAVEN-75: Add maven.compile.verbose property.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112793 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
bwalding 2003-02-01 00:43:49 +00:00
parent cab8627425
commit 91baa04ff7

View File

@ -102,6 +102,10 @@
<j:if test="${context.getVariable('maven.compile.target') != null}">
<setProperty name="target" value="${maven.compile.target}" />
</j:if>
<j:if test="${context.getVariable('maven.compile.verbose') != null}">
<setProperty name="verbose" value="${maven.compile.verbose}" />
</j:if>
</javac>
</j:when>
<j:otherwise>