PR: MPTEST-67

Submitted by: Shinobu Kawai
maven.compile.target is not used in test:compile.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@425164 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-07-24 19:55:40 +00:00
parent 955ef31fd0
commit 8287188e7e
2 changed files with 6 additions and 1 deletions

View File

@ -108,7 +108,11 @@
<j:if test="${context.getVariable('maven.compile.source') != null}">
<setProperty name="source" value="${maven.compile.source}" />
</j:if>
<j:if test="${context.getVariable('maven.compile.target') != null}">
<ant: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>

View File

@ -24,6 +24,7 @@
</properties>
<body>
<release version="1.9-SNAPSHOT" date="In SVN">
<action dev="ltheussl" type="fix" due-to="Shinobu Kawai" issue="MPTEST-67">maven.compile.target is not used in test:compile.</action>
</release>
<release version="1.8" date="2006-05-07">
<action dev="aheritier" type="update" issue="MAVEN-1753">Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver dependency for xerces.</action>