Fix for MAVEN-486 from Martin Skopp

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113519 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2003-06-18 06:54:24 +00:00
parent bb315c4ad6
commit 021264ffb9

View File

@@ -18,7 +18,6 @@
<j:if test="${sourcesPresent == 'true'}">
<attainGoal name="java:compile"/>
<attainGoal name="test:test"/>
</j:if>