(no commit message)
[utils] / crawler / kissweb / pom.xml
index a13b8946446d1a6d849bb1b03f6a256bb8e1da3c..a2bc4e0708d238ba5dc019937f5a39f4adbb88c6 100644 (file)
@@ -12,7 +12,7 @@
   <groupId>org.wamblee</groupId>
   <artifactId>crawler-kissweb</artifactId>
   <packaging>war</packaging>
-  <name>wamblee.org basic crawler framework</name>
+  <name>wamblee.org KiSS crawler web interface </name>
   <url>http://wamblee.org</url>
   
   <dependencies>
@@ -40,7 +40,7 @@
   </dependencies>
 
   <build>
-       <plugins>
+    <plugins>
        <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-war-plugin</artifactId>
@@ -50,7 +50,7 @@
                <warSourceDirectory>src/webapp</warSourceDirectory>
           </configuration>
        </plugin>
-       </plugins>
+    </plugins>
   </build>
 
 </project>