From: erik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0> Date: Sat, 2 Sep 2006 17:21:45 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=43893b7dbaa0902ef2c86cdd0bd3de049a81d189;p=utils --- diff --git a/crawler/basic/pom.xml b/crawler/basic/pom.xml index c3544398..ba70b3d8 100644 --- a/crawler/basic/pom.xml +++ b/crawler/basic/pom.xml @@ -12,7 +12,7 @@ <groupId>org.wamblee</groupId> <artifactId>crawler-basic</artifactId> <packaging>jar</packaging> - <name>wamblee.org basic crawler framework</name> + <name>wamblee.org Basic crawler framework</name> <url>http://wamblee.org</url> <dependencies> <dependency> diff --git a/crawler/kiss/pom.xml b/crawler/kiss/pom.xml index b378ce61..564b150e 100644 --- a/crawler/kiss/pom.xml +++ b/crawler/kiss/pom.xml @@ -12,7 +12,7 @@ <groupId>org.wamblee</groupId> <artifactId>crawler-kiss</artifactId> <packaging>jar</packaging> - <name>wamblee.org basic crawler framework</name> + <name>wamblee.org KiSS crawler</name> <url>http://wamblee.org</url> <dependencies> diff --git a/crawler/kissweb/pom.xml b/crawler/kissweb/pom.xml index a13b8946..a2bc4e07 100644 --- a/crawler/kissweb/pom.xml +++ b/crawler/kissweb/pom.xml @@ -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> diff --git a/crawler/pom.xml b/crawler/pom.xml index c0b973ee..5c88c6c1 100644 --- a/crawler/pom.xml +++ b/crawler/pom.xml @@ -11,7 +11,7 @@ <artifactId>crawler</artifactId> <packaging>pom</packaging> <version>0.2-SNAPSHOT</version> - <name>wamblee.org KiSS crawler</name> + <name>wamblee.org KiSS crawler all</name> <url>http://wamblee.org</url> <modules> <module>basic</module>