diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2007-11-02 15:04:07 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2007-11-02 15:04:07 +0000 |
commit | d1780b1a77aeb6a48c93e7a2814eff5d0e1aa329 (patch) | |
tree | 39d6da1e1f27a5b90d1a8ba00787df37ad1451da /pom.xml | |
parent | b0f94ce737659f4391195e36f66a0d22c70838de (diff) | |
download | jackcess-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.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |