Update of /var/cvs/all/maven-mmbase-module-plugin
In directory james.mmbase.org:/tmp/cvs-serv6187/maven-mmbase-module-plugin

Modified Files:
        plugin.jelly 
Log Message:
for some dark (unknown) reason the ability for mmbase-modules to bundle the jar 
dependencies had been disabled. It is enabled now. 


See also: http://cvs.mmbase.org/viewcvs/all/maven-mmbase-module-plugin


Index: plugin.jelly
===================================================================
RCS file: /var/cvs/all/maven-mmbase-module-plugin/plugin.jelly,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- plugin.jelly        20 Oct 2008 15:25:28 -0000      1.2
+++ plugin.jelly        12 Nov 2008 14:37:08 -0000      1.3
@@ -185,9 +185,10 @@
       <j:set var="dep" value="${lib.dependency}"/>
       <j:if test="${dep.getProperty('mmbase.bundle')=='true'}">
           
-         <!-- j:if test="${dep.type =='jar'}"> 
+         <j:if test="${dep.type =='jar'}">
+            <ant:echo message="including jar: ${dep.artifactId}"/>
            <ant:copy todir="${webapp.build.lib}" file="${lib.path}"/>  
-         </j:if --> 
+         </j:if>
          
          <j:if test="${dep.type =='tld'}"> 
            <ant:copy todir="${webapp.build.tlds}" file="${lib.path}"/>  
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to