Version | Date | Description |
---|---|---|
1.4.1 | 2007-04-18 | |
1.4 | 2005-12-12 | |
1.3 | 2004-08-10 | |
1.2 | 2004-07-08 | |
1.1 | 2004-05-15 | |
1.0 | 2004-03-10 |
Type | Changes | By |
---|---|---|
Add a link to the issue tracking system (if defined). | aheritier | |
Update dependencies to unify them between plugins. The following dependencies are updated : commons-net v1.4.0 to v1.4.1 | aheritier |
Type | Changes | By |
---|---|---|
Added property
maven.announcement.lenient
.
Fixes MPANNOUNCEMENT-19.
|
felipeal | |
Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
|
aheritier | |
Support new format of
<
action
>
eleme
nt in
changes.xml
.
Fixes MPANNOUNCEMENT-18.
|
ltheussl | |
CR-LF generated do not match the platform. Fixes MPANNOUNCEMENT-3. | ltheussl | |
Xml entities transformed in wrong direction. Fixes MPANNOUNCEMENT-10. | ltheussl | |
Modified the announcement text "
The ${pom.groupId} team is pleased...
" in favor of "
We are pleased...
" and changed the signature from "
The ${pom.groupId} team
" to "
The ${pom.name} development team
".
Fixes MPANNOUNCEMENT-15.
|
vmassol | |
Add information about the Maven remote repo to use in the generated download instructions. Added a
maven.announcement.repo.remote
property that can be used to specify from which Maven remote repository the artifact for this project can be found.
Fixes MPANNOUNCEMENT-16.
|
vmassol |
Type | Changes | By |
---|---|---|
Added check to verify that the POM has a
version
element for the announcement to be generated.
Fixes MPANNOUNCEMENT-14.
Thanks to Felipe Leme.
|
vmassol | |
Added new optional
maven.announcement.encoding
property that defines which charset encoding to use to generate the text announcement (defaults to UTF-8).
Fixes MPANNOUNCEMENT-13.
Thanks to Felipe Leme.
|
vmassol | |
Added new
announcement:mail
goal to automatically send the generated announcement by email.
Fixes MPANNOUNCEMENT-9.
Thanks to Felipe Leme.
|
vmassol | |
Added new optional
maven.announcement.stylesheet.path
property that defines what stylesheet to use to generate the text ann
ouncement.
Fixes MPANNOUNCEMENT-11.
Thanks to Felipe Leme.
|
vmassol | |
Fixed error message when current version is not available at
xdocs/changes.xml
.
Fixes MPANNOUNCEMENT-12.
Thanks to Felipe Leme.
|
vmassol |
Type | Changes | By |
---|---|---|
Added new
announcement:generate-all
to generate announcement files for all releases.
|
vmassol | |
Generates the announcement file in
${maven.gen.docs}/announcements
so that it is copied to the web site when this later is deployed.
|
vmassol | |
Default announcement file name now contains the version in its name. | vmassol |
Type | Changes | By |
---|---|---|
Detect whether the project is a plugin or not by the existence of plugin.jelly in the project directory, and change the wording accordingly. | brett | |
Added new
maven.announcement.distributionUrl
property which specifies where the project jars can be downloaded from. If not specified, it defaults to
${maven.repo.remote}/${pom.groupId}/plugins
. Once this property makes it into the POM we'll remove it.
|
vmassol | |
The
maven.announcement.version
property does no longer needs to be defined. It defaults to
${pom.currentVersion}
if not defined.
|
vmassol | |
Improved web site documentation. | vmassol | |
Add a space after the "." of the "Issue: xxx." (which happens when you use the "issue" attribute in changes.xml). | vmassol | |
Added
description
information from the POM to the generated announcement to explain w
hat the project does.
|
vmassol | |
Added information in the generated announcement to indicate from where the plugin can be downloaded. | vmassol | |
Added information in the generated announcement to indicate how to install the plugin using the
plugin:download
goal.
|
vmassol | |
Added maven.announcement.file property and echo'd it during generation | dion | |
Added more information when running the plugin. Also added a check to verify if the announcement version matches an entry in the
changes.xml
file.
Fixes MPANNOUNCEMENT-2.
Thanks to Fabrizio Giustina.
|
vmassol | |
Several new additions that makes the plugin more generic: the team name is now taken from
pom.groupId
, "[
]
" are removed from the first line, changes are sorted by type, changes report issue number and due-to, the download link is generated from
pom.distributionDirectory
and the "plugin has been tested with..." line has been removed.
Fixes MPANNOUNCEMENT-1.
Thanks to Fabrizio Giustina.
|
vmassol |