Hi,
I'd like to release version 1.0-beta-1 of the JDiff Maven Plugin
Use this plugin to compare two version of projects based on their sources.
"JDiff is a Javadoc doclet which generates an HTML report of all the packages,
classes, constructors, methods, and fields which have been removed, added or
changed in any way, including their documentation, when two APIs are compared.
This is very useful for describing exactly what has changed between two
releases of a product. Only the API (Application Programming Interface) of each
version is compared. It does not compare what the source code does when
executed."
( source: www.jdiff.org )
We solved 5 issues:
https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11218&version=18458
There are no issues left in JIRA:
Staging Repositories:
General: https://nexus.codehaus.org/content/groups/staging/
Exclusive: https://nexus.codehaus.org/content/repositories/orgcodehausmojo-064/
(Staging) Site:
http://mojo.codehaus.org/jdiff-maven-plugin/
SCM Tag:
http://svn.codehaus.org/mojo/tags/jdiff-maven-plugin-1.0-beta-1/
This is probably one of those projects which was created when maven-plugins
migrated from M1 to M2, together with its own JIRA projectcode.It has been in
pre-release stage for years without ever being released, so this is actually
its first M2/M3 release. The aim of this plugin is equivalent to the
clirr-maven-plugin, but there are a view important differences:- jdiff report
is javadoc based, the clirr report is created with doxia.- clirr can't compare
classes with interfaces (with the same FQN), jdiff can.
[ ] +1
[ ] +0
[ ] -1
The vote is open for 72 hours and will succeed by lazy consensus.
Here's my +1
Regards
Robert Scholte