]> source.dussan.org Git - jackcess.git/commitdiff
ditch changelog, long live viewscm
authorJames Ahlborn <jtahlborn@yahoo.com>
Fri, 2 Nov 2007 16:58:25 +0000 (16:58 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Fri, 2 Nov 2007 16:58:25 +0000 (16:58 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@171 f203690c-595d-4dc9-a70b-905162fa7fd2

pom.xml

diff --git a/pom.xml b/pom.xml
index 7ba52b778bc3ef5b10819bc9cf34cae82968328b..5d7d319baa63058df65aaa7a231857faf6bd9e0b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,8 @@
     <connection>scm:cvs:pserver:anonymous:@jackcess.cvs.sourceforge.net:/cvsroot/jackcess/:jackcess</connection>
     <!-- read/write cvs connection -->
     <developerConnection>scm:cvs:ext:username@jackcess.cvs.sourceforge.net:/cvsroot/jackcess/:jackcess</developerConnection>
-    <url>http://jackcess.cvs.sourceforge.net/jackcess/jackcess/</url>
+    <!-- Note, the added '?viewvc' makes this url work with ViewSCM -->
+    <url>http://jackcess.cvs.sourceforge.net/jackcess/jackcess/?viewvc</url>
   </scm>
   <organization>
     <name>Health Market Science</name>
   </dependencies>
   <reporting>
     <plugins>
+      <plugin>
+        <groupId>net.sf</groupId>
+        <artifactId>stat-scm</artifactId>
+      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
           </reportSet>
         </reportSets>
       </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>
         <artifactId>cobertura-maven-plugin</artifactId>