djencks     2005/11/02 17:04:48

  Modified:    etc      maven.xml
  Log:

  GERONIMO-1123 Attempt to fix the circular dependency
  
  Revision  Changes    Path
  1.7       +1 -5      openejb/etc/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/projects/openejb/scm/openejb/etc/maven.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- maven.xml 2 Nov 2005 17:13:31 -0000       1.6
  +++ maven.xml 2 Nov 2005 22:04:48 -0000       1.7
  @@ -68,10 +68,6 @@
           </j:if>
       </preGoal>
   
  -    <!-- Construct dependency lists for inclusion in generated jar. -->
  -    <postGoal name="java:compile">
  -        <attainGoal name="geronimo:dependency"/>
  -    </postGoal>
   
       <!-- Remove the log files -->
       <goal name="clobber"
  
  
  

Reply via email to