You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by po...@apache.org on 2004/12/08 11:02:17 UTC

cvs commit: jakarta-commons/jelly maven.xml

polx        2004/12/08 02:02:17

  Modified:    jelly    maven.xml
  Log:
  Pack-fat-jar now always includes the jelly in snapshot form... otherwise
  mismatches occur...
  paul
  
  Revision  Changes    Path
  1.88      +4 -1      jakarta-commons/jelly/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/maven.xml,v
  retrieving revision 1.87
  retrieving revision 1.88
  diff -u -r1.87 -r1.88
  --- maven.xml	16 Sep 2004 05:59:27 -0000	1.87
  +++ maven.xml	8 Dec 2004 10:02:17 -0000	1.88
  @@ -400,7 +400,10 @@
         </j:choose>
           
         <j:forEach var="reactorProject" items="${reactorProjects}">
  -        <j:forEach var="dep" items="${reactorProject.dependencies}">${deps.add(dep)}</j:forEach>
  +        <j:forEach var="dep" items="${reactorProject.dependencies}">
  +					<j:if test="${dep.artifactId eq 'commons-jelly'}">${dep.setVersion("SNAPSHOT")}</j:if>
  +					${deps.add(dep)}
  +				</j:forEach>
         </j:forEach>
         <j:forEach var="tl" items="${jellyTaglibNames}">
           <j:new var="tlD" className="org.apache.maven.project.Dependency"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: cvs commit: jakarta-commons/jelly maven.xml

Posted by Dion Gillard <di...@gmail.com>.
Looks like some tabs crept in.


On 8 Dec 2004 10:02:17 -0000, polx@apache.org <po...@apache.org> wrote:
> polx        2004/12/08 02:02:17
> 
>   Modified:    jelly    maven.xml
>   Log:
>   Pack-fat-jar now always includes the jelly in snapshot form... otherwise
>   mismatches occur...
>   paul
> 
>   Revision  Changes    Path
>   1.88      +4 -1      jakarta-commons/jelly/maven.xml
> 
>   Index: maven.xml
>   ===================================================================
>   RCS file: /home/cvs/jakarta-commons/jelly/maven.xml,v
>   retrieving revision 1.87
>   retrieving revision 1.88
>   diff -u -r1.87 -r1.88
>   --- maven.xml 16 Sep 2004 05:59:27 -0000      1.87
>   +++ maven.xml 8 Dec 2004 10:02:17 -0000       1.88
>   @@ -400,7 +400,10 @@
>          </j:choose>
> 
>          <j:forEach var="reactorProject" items="${reactorProjects}">
>   -        <j:forEach var="dep" items="${reactorProject.dependencies}">${deps.add(dep)}</j:forEach>
>   +        <j:forEach var="dep" items="${reactorProject.dependencies}">
>   +                                     <j:if test="${dep.artifactId eq 'commons-jelly'}">${dep.setVersion("SNAPSHOT")}</j:if>
>   +                                     ${deps.add(dep)}
>   +                             </j:forEach>
>          </j:forEach>
>          <j:forEach var="tl" items="${jellyTaglibNames}">
>            <j:new var="tlD" className="org.apache.maven.project.Dependency"/>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
> 
> 


-- 
http://www.multitask.com.au/people/dion/

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org