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:
parent
cab8627425
commit
91baa04ff7
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user