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 2004/10/21 05:24:13 UTC

svn commit: rev 55191 - incubator/directory/eve/trunk/backend/maven-eve-plugin

Author: akarasulu
Date: Wed Oct 20 20:24:13 2004
New Revision: 55191

Modified:
   incubator/directory/eve/trunk/backend/maven-eve-plugin/plugin.jelly
Log:
changing the target from eve to eve:schema since we can have other goals

Modified: incubator/directory/eve/trunk/backend/maven-eve-plugin/plugin.jelly
==============================================================================
--- incubator/directory/eve/trunk/backend/maven-eve-plugin/plugin.jelly	(original)
+++ incubator/directory/eve/trunk/backend/maven-eve-plugin/plugin.jelly	Wed Oct 20 20:24:13 2004
@@ -81,7 +81,7 @@
     </j:if>
   </preGoal>
 
-  <goal name="eve"> 
+  <goal name="eve:schema"> 
     <attainGoal name="eve:init"/>
     <attainGoal name="eve:generate"/>
   </goal>