Remove extra spaces.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@512223 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Emmanuel Venisse 2007-02-27 11:13:27 +00:00
parent 42738d8c99
commit 7103070bc2
1 changed files with 2 additions and 2 deletions

View File

@ -111,8 +111,8 @@
<groupId>${model.groupId}</groupId> <groupId>${model.groupId}</groupId>
<artifactId>${model.artifactId}</artifactId> <artifactId>${model.artifactId}</artifactId>
&lt;version>${model.version}&lt;/version><c:if test="${model.packaging != 'jar'}"> &lt;version>${model.version}&lt;/version><c:if test="${model.packaging != 'jar'}">
&lt;type>${model.packaging}&lt;/type> &lt;type>${model.packaging}&lt;/type></c:if>
</c:if> &lt;/dependency> &lt;/dependency>
</pre> </pre>
</c:if> </c:if>