(no commit message)
[utils] / crawler / pom.xml
index 2d65c4c4891fa969b3c4c20b5349722ad7c2c3fd..764eda420f57eb395b78824fbd16d39c2809f698 100644 (file)
     <dependencies>
       <dependency>
         <groupId>org.wamblee</groupId>
-        <artifactId>crawler-basio</artifactId>
+        <artifactId>crawler-basic</artifactId>
         <version>${project.version}</version>
       </dependency>    
+      <dependency>
+        <groupId>org.wamblee</groupId>
+        <artifactId>crawler-kiss</artifactId>
+        <version>${project.version}</version>
+      </dependency>
 
     </dependencies>   
   </dependencyManagement>
+  
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <version>2.1</version>
+        <configuration>
+                 <descriptors>
+            <descriptor>kiss-application.xml</descriptor>
+                 </descriptors>
+        
+        </configuration>
+      </plugin>
+     </plugins>
+  </build>
 
 </project>