Add changelog maven plugin

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@62 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2007-05-10 21:49:46 +00:00
parent ae791caac8
commit e97a92545c
1 changed files with 3 additions and 4 deletions

View File

@ -44,7 +44,7 @@
<connection>scm:svn:https://davmail.svn.sourceforge.net/svnroot/davmail/trunk</connection>
<developerConnection>scm:svn:https://davmail.svn.sourceforge.net/svnroot/davmail/trunk</developerConnection>
<tag>HEAD</tag>
<url>https://davmail.svn.sourceforge.net/svnroot/davmail/trunk/</url>
<url>http://davmail.svn.sourceforge.net/viewvc/davmail/trunk/</url>
</scm>
<issueManagement>
<system>SourceForge</system>
@ -138,7 +138,6 @@
<report>license</report>
<report>scm</report>
<report>index</report>
<report>summary</report>
</reports>
</reportSet>
</reportSets>
@ -147,10 +146,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
<!--plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changelog-plugin</artifactId>
</plugin-->
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>