Allows the clover plugin to hook onto and alter compilation settings on the fly.
PR: MAVEN-372 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113479 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cd05f4cab1
commit
2932b1be0a
@ -3,6 +3,7 @@
|
|||||||
<project
|
<project
|
||||||
xmlns:j="jelly:core"
|
xmlns:j="jelly:core"
|
||||||
xmlns:ant="jelly:ant"
|
xmlns:ant="jelly:ant"
|
||||||
|
xmlns:define="jelly:define"
|
||||||
xmlns:resources="resources">
|
xmlns:resources="resources">
|
||||||
|
|
||||||
<j:choose>
|
<j:choose>
|
||||||
@ -42,7 +43,7 @@
|
|||||||
<goal name="java:compile"
|
<goal name="java:compile"
|
||||||
description="Compile the project"
|
description="Compile the project"
|
||||||
prereqs="java:prepare-filesystem">
|
prereqs="java:prepare-filesystem">
|
||||||
|
<echo>Compiling to ${maven.build.dest}</echo>
|
||||||
<j:choose>
|
<j:choose>
|
||||||
<j:when test="${sourcesPresent == 'true'}">
|
<j:when test="${sourcesPresent == 'true'}">
|
||||||
<ant:javac
|
<ant:javac
|
||||||
@ -129,4 +130,10 @@
|
|||||||
/>
|
/>
|
||||||
</j:if>
|
</j:if>
|
||||||
</goal>
|
</goal>
|
||||||
|
|
||||||
|
<define:taglib uri="java">
|
||||||
|
<define:tag name="dependency-handle">
|
||||||
|
<!-- XXX Use this tag to allow this plugin to be loaded into another -->
|
||||||
|
</define:tag>
|
||||||
|
</define:taglib>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user