You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2005/03/22 08:32:07 UTC

svn commit: r158571 - directory/apacheds/trunk/core/maven.xml

Author: akarasulu
Date: Mon Mar 21 23:31:43 2005
New Revision: 158571

URL: http://svn.apache.org/viewcvs?view=rev&rev=158571
Log:
add pregoal to gen schema before idea:module

Modified:
    directory/apacheds/trunk/core/maven.xml

Modified: directory/apacheds/trunk/core/maven.xml
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/core/maven.xml?view=diff&r1=158570&r2=158571
==============================================================================
--- directory/apacheds/trunk/core/maven.xml (original)
+++ directory/apacheds/trunk/core/maven.xml Mon Mar 21 23:31:43 2005
@@ -11,6 +11,10 @@
     <attainGoal name="directory:schema"/>
   </preGoal> 
  
+  <preGoal name="idea:module">
+    <attainGoal name="directory:schema"/>
+  </preGoal> 
+ 
   <preGoal name="java:compile">
     <attainGoal name="directory:schema"/>
   </preGoal>