Sfoglia il codice sorgente

ditch changelog, long live viewscm


git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@171 f203690c-595d-4dc9-a70b-905162fa7fd2
tags/rel_1_1_10
James Ahlborn 16 anni fa
parent
commit
04e0924490
1 ha cambiato i file con 6 aggiunte e 8 eliminazioni
  1. 6
    8
      pom.xml

+ 6
- 8
pom.xml Vedi File

@@ -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>
@@ -156,6 +157,10 @@
</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>
@@ -185,13 +190,6 @@
</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>

Loading…
Annulla
Salva