summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2007-11-02 15:04:07 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2007-11-02 15:04:07 +0000
commitd1780b1a77aeb6a48c93e7a2814eff5d0e1aa329 (patch)
tree39d6da1e1f27a5b90d1a8ba00787df37ad1451da /pom.xml
parentb0f94ce737659f4391195e36f66a0d22c70838de (diff)
downloadjackcess-d1780b1a77aeb6a48c93e7a2814eff5d0e1aa329.tar.gz
jackcess-d1780b1a77aeb6a48c93e7a2814eff5d0e1aa329.zip
have to use dev connection for changelo???
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@170 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 7ac729d..7ba52b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -187,6 +187,10 @@
</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>