PR: MPJAVA-43
Broken support for maven.compile.extdirs git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@356418 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -101,9 +101,9 @@
|
||||
</j:if>
|
||||
|
||||
<j:if test="${context.getVariable('maven.compile.extdirs') != null}">
|
||||
<ant:bootclasspath>
|
||||
<ant:extdirs>
|
||||
<ant:pathelement path="${maven.compile.extdirs}"/>
|
||||
</ant:bootclasspath>
|
||||
</ant:extdirs>
|
||||
</j:if>
|
||||
|
||||
<ant:classpath>
|
||||
|
||||
Reference in New Issue
Block a user