Syntax error with greater than symbol
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113278 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
<ant:attribute name="Main-Class" value="${mainclass}"/>
|
||||
</j:if>
|
||||
|
||||
<j:if test="${pom.getArtifacts().size() > 0}">
|
||||
<j:if test="${pom.getArtifacts().size() != 0}">
|
||||
<j:set var="extensionList" value=""/>
|
||||
<j:forEach var="artifact" items="${pom.artifacts}">
|
||||
<j:set var="dep" value="${artifact.dependency}"/>
|
||||
|
||||
Reference in New Issue
Block a user