From b326756ddd7eee426d7d0e93a485ec30b6fbb5fd Mon Sep 17 00:00:00 2001
From: ?? ? <ulysseskao@ximple.com.tw>
Date: Tue, 20 Apr 2010 19:27:20 +0800
Subject: [PATCH] dgn7 write function for complex chain

---
 xdgnjobs/pom.xml |   29 ++++++++++++++++++++++++-----
 1 files changed, 24 insertions(+), 5 deletions(-)

diff --git a/xdgnjobs/pom.xml b/xdgnjobs/pom.xml
index 4d3de58..9786382 100644
--- a/xdgnjobs/pom.xml
+++ b/xdgnjobs/pom.xml
@@ -19,8 +19,11 @@
     <src.output>${basedir}/target</src.output>
     <java5>1.5</java5>
     <xdgnio.version>1.2.0</xdgnio.version>
-    <gt2.version>2.6.2</gt2.version>
+    <gt2.version>2.6.3</gt2.version>
     <failIfNoTests>false</failIfNoTests>
+    <stress.skip.pattern></stress.skip.pattern>
+    <online.skip.pattern></online.skip.pattern>
+    <allow.test.failure.ignore>false</allow.test.failure.ignore>
   </properties>
 
   <profiles>
@@ -31,6 +34,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-javadoc-plugin</artifactId>
+            <version>2.6.1</version>
             <configuration>
               <source>1.5</source>
             </configuration>
@@ -416,6 +420,11 @@
           <artifactId>maven-eclipse-plugin</artifactId>
           <version>2.5</version>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <version>2.6.1</version>
+        </plugin>
       </plugins>
     </pluginManagement>
 
@@ -504,13 +513,15 @@
       <!-- ======================================================= -->
       <!--     Code coverage                                       -->
       <!-- ======================================================= -->
+      <!--
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-clover-plugin</artifactId>
+        <version>2.4</version>
         <configuration>
           <jdk>1.5</jdk>
           <licenseLocation>
-            http://svn.geotools.org/geotools/branches/2.4.x/build/maven/build-configs/src/main/resources/gt2/clover.license
+            http://svn.geotools.org/geotools/branches/2.6.x/build/maven/build-configs/src/main/resources/gt2/clover.license
           </licenseLocation>
           <flushPolicy>directed</flushPolicy>
         </configuration>
@@ -519,8 +530,8 @@
             <phase>pre-site</phase>
             <goals>
               <goal>instrument</goal>
-              <!-- aggregation is disabled due to the bug:     -->
-              <!-- http://jira.codehaus.org/browse/MCLOVER-34  -->
+              < - aggregation is disabled due to the bug:     - !>
+              < - http://jira.codehaus.org/browse/MCLOVER-34  - !>
             </goals>
           </execution>
         </executions>
@@ -532,7 +543,7 @@
           </dependency>
         </dependencies>
       </plugin>
-
+      -->
 
       <!-- ======================================================= -->
       <!--     JAR packaging.                                      -->
@@ -550,6 +561,14 @@
       </plugin>
 
       <!-- ======================================================= -->
+      <!--     JavaDoc packaging.                                  -->
+      <!-- ======================================================= -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+
+      <!-- ======================================================= -->
       <!--     Source packaging.                                      -->
       <!-- ======================================================= -->
       <plugin>

--
Gitblit v0.0.0-SNAPSHOT