Author: akarasulu
Date: Sat Oct 23 00:07:05 2004
New Revision: 55357

Modified:
   incubator/directory/eve/trunk/backend/core/project.xml
Log:
using cool feature to download and use a plugin on the fly - doing this with 
maven-eve-plugin

Modified: incubator/directory/eve/trunk/backend/core/project.xml
==============================================================================
--- incubator/directory/eve/trunk/backend/core/project.xml      (original)
+++ incubator/directory/eve/trunk/backend/core/project.xml      Sat Oct 23 
00:07:05 2004
@@ -62,6 +62,12 @@
       <version>1.2</version>
       <type>jar</type>
     </dependency>
+    <dependency>
+      <groupId>incubator-directory</groupId>
+      <artifactId>maven-eve-plugin</artifactId>
+      <version>1.0</version>
+      <type>plugin</type>
+    </dependency>
   </dependencies>
   <build>
     <aspectSourceDirectory>${basedir}/src/aspects</aspectSourceDirectory>

Reply via email to