(no commit message)
authorErik Brakkee <erik@brakkee.org>
Sat, 2 Sep 2006 18:31:20 +0000 (18:31 +0000)
committerErik Brakkee <erik@brakkee.org>
Sat, 2 Sep 2006 18:31:20 +0000 (18:31 +0000)
crawler/pom.xml
crawler/src/assembly/kiss-application.xml [moved from crawler/kiss-application.xml with 100% similarity]

index 5c88c6c1fe1551f18793518fedc570b26894a074..59c31142307e14021dc4f9b74751401a128f9085 100644 (file)
@@ -18,6 +18,7 @@
     <module>kiss</module>
     <module>kissweb</module>
   </modules>
+  
   <dependencies>
   </dependencies>
   
         <version>2.1</version>
         <configuration>
                  <descriptors>
-            <descriptor>kiss-application.xml</descriptor>
+            <descriptor>src/assembly/kiss-application.xml</descriptor>
                  </descriptors>
-        
         </configuration>
+        <executions>
+          <execution>
+            <id>binpackage</id>
+            <phase>package</phase>
+            <goals>
+              <!-- goal>single</goal -->
+            </goals>
+          </execution>
+        </executions>
       </plugin>
      </plugins>
   </build>