OSDN Git Service

expert menu label is renamed as experimental menu
[stigmata/stigmata.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index ec99ff7..73e5e8d 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -1,9 +1,10 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
+<?xml version="1.0" encoding="UTF-8"?>
+
 <project>
   <modelVersion>4.0.0</modelVersion>
   <groupId>jp.sourceforge</groupId>
   <artifactId>stigmata</artifactId>
-  <version>1.2.0</version>
+  <version>2.0.0-SNAPSHOT</version>
   <name>stigmata</name>
   <description>Java birthmark toolkit</description>
   <url>http://stigmata.sourceforge.jp/</url>
@@ -34,8 +35,8 @@
   </developers>
 
   <organization>
-    <name>Kyoto Sangyo University, Japan</name>
-    <url>http://www.kyoto-su.ac.jp/</url>
+    <name>Stigmata Project, Sourceforge.jp, Japan</name>
+    <url>http://stigmata.sourceforge.jp/</url>
   </organization>
 
   <dependencies>
@@ -60,7 +61,7 @@
     <dependency>
       <groupId>jp.sourceforge.talisman</groupId>
       <artifactId>mds</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.1-SNAPSHOT</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <scope>compile</scope>
     </dependency>
     <dependency>
-      <groupId>commons-dbutils</groupId>
-      <artifactId>commons-dbutils</artifactId>
-      <version>1.1</version>
+      <groupId>jp.sourceforge.talisman</groupId>
+      <artifactId>i18n</artifactId>
+      <version>1.0.1-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>jp.sourceforge.stigmata</groupId>
+      <artifactId>digger</artifactId>
+      <version>1.0.0-SNAPSHOT</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <version>4.1</version>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>jp.sourceforge.talisman</groupId>
-      <artifactId>i18n</artifactId>
-      <version>1.0.1</version>
-    </dependency>
   </dependencies>
 
   <licenses>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
         <configuration>
-          <inputEncoding>utf-8</inputEncoding>
+          <inputEncoding>euc-jp</inputEncoding>
           <outputEncoding>utf-8</outputEncoding>
           <locales>en</locales>
         </configuration>
         </configuration>
       </plugin>
     </plugins>
-
   </build>
 
   <reporting>
     <plugins>
-      <!-- looking for potential problems -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <locale>en</locale>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>cobertura-maven-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <artifactId>maven-pmd-plugin</artifactId>
+        <configuration>
+          <linkXref>true</linkXref>
+          <sourceEncoding>utf-8</sourceEncoding>
+          <targetJdk>1.6</targetJdk>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jxr-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-changes-plugin</artifactId>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>changes-report</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>findbugs-maven-plugin</artifactId>
+        <configuration>
+          <xmlOutput>false</xmlOutput>
+          <threshold>Normal</threshold>
+          <effort>Default</effort>
+        </configuration>
+      </plugin>
+
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>