]> source.dussan.org Git - jackcess.git/commitdiff
have to use dev connection for changelo???
authorJames Ahlborn <jtahlborn@yahoo.com>
Fri, 2 Nov 2007 15:04:07 +0000 (15:04 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Fri, 2 Nov 2007 15:04:07 +0000 (15:04 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@170 f203690c-595d-4dc9-a70b-905162fa7fd2

pom.xml

diff --git a/pom.xml b/pom.xml
index 7ac729d1f36643f8141881bacbcbc6becd434bd6..7ba52b778bc3ef5b10819bc9cf34cae82968328b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       </plugin>
       <plugin>
         <artifactId>maven-changelog-plugin</artifactId>
+        <configuration>
+          <!-- For some reason the anonymous cvs connection hanges when diffing -->
+          <connectionType>developerConnection</connectionType>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>