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:
parent
955ef31fd0
commit
8287188e7e
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user