polx        2004/02/03 14:52:46

  Modified:    jelly    maven.xml
  Log:
  Now does not try to build the tags... just packing.
  paul
  
  Revision  Changes    Path
  1.67      +2 -2      jakarta-commons/jelly/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/maven.xml,v
  retrieving revision 1.66
  retrieving revision 1.67
  diff -u -r1.66 -r1.67
  --- maven.xml 3 Feb 2004 22:44:17 -0000       1.66
  +++ maven.xml 3 Feb 2004 22:52:46 -0000       1.67
  @@ -316,7 +316,7 @@
        
        
        
  -     <goal name="pack-fat-jar" prereqs="jar"
  +     <goal name="pack-fat-jar" prereqs=""
                        description="Creates a jar with all the dependencies of jelly 
and the taglibs indicated in ${tagLibs}.">
        <!-- this goal isn't really much tested yet but could be the key
                to get a better packaging -->
  @@ -337,7 +337,7 @@
        <j:new var="deps" className="java.util.HashSet"/>
   
       <maven:reactor
  -      basedir="." goal="jar:install-snapshot"
  +      basedir="."
         postProcessing="true"
         includes="${taglibs_projects}"
         ignoreFailures="false">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to