10 Commits

Author SHA1 Message Date
vmassol
962e0c4076 - Added new <code>announcement:generate-all</code> to generate announcement files for all releases.
- Generates the announcement file in <code>${maven.gen.docs}/announcements</code> so that it is copied to the web site when this later is deployed.
- Default announcement file name now contains the version in its name.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115627 13f79535-47bb-0310-9956-ffa450edef68
2004-07-02 20:57:16 +00:00
brett
8027b59896 adjustments. Don't give plugin information if it isn't a plugin.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115232 13f79535-47bb-0310-9956-ffa450edef68
2004-05-11 23:33:44 +00:00
vmassol
513e2f794b Added new <code>maven.announcement.distributionUrl</code> property which specifies where the project jars can be downloaded from. If not specified, it defaults to <code>${maven.repo.remote}/${pom.groupId}/plugins</code>. Once this property makes it into the POM we'll remove it.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115153 13f79535-47bb-0310-9956-ffa450edef68
2004-05-02 08:20:59 +00:00
vmassol
438cb1564d The <code>maven.announcement.version</code> property does no longer needs to be defined. It defaults to <code>${pom.currentVersion}</code> if not defined.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115150 13f79535-47bb-0310-9956-ffa450edef68
2004-05-01 17:59:08 +00:00
dion
37d95e7a4f a) Specify the output file as maven.announcement.file
b) Default it to ${maven.build.dir}/announcement.txt
c) Add ${maven.announcement.file} to the echo when generating it so
the user knows where to find it.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115049 13f79535-47bb-0310-9956-ffa450edef68
2004-04-25 18:19:41 +00:00
vmassol
386bfc303e Applied MPANNOUNCEMENT-2. Added more information when running the plugin. Also added a check to verify if the announcement version matches an entry in the <code>changes.xml</code> file. Thanks Fabrizio!
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115023 13f79535-47bb-0310-9956-ffa450edef68
2004-04-18 20:59:42 +00:00
vmassol
23603eaa0c - Several new addtions that makes the plugin more generic: the team name is now taken from <code>pom.groupId</code>, "[]" are removed from the first line, changes are sorted by type, changes report issue number and due-to, the download link is generated from <code>pom.distributionDirectory</code> and the "plugin has been tested with..." line has been removed.
- Removed default value for the <code>maven.announcement.version</code> property. This property has to be set by the plugin user.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115001 13f79535-47bb-0310-9956-ffa450edef68
2004-04-12 19:46:04 +00:00
evenisse
9a278f5c42 Update to ASL v.2
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114791 13f79535-47bb-0310-9956-ffa450edef68
2004-03-04 18:05:31 +00:00
jvanzyl
d91561bcd3 o property is gleaned within the plugin using the pom directly.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114560 13f79535-47bb-0310-9956-ffa450edef68
2004-01-06 20:48:46 +00:00
vmassol
6a6b54f9ab New plugin. Automatically generate release notes.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114368 13f79535-47bb-0310-9956-ffa450edef68
2003-11-16 22:48:57 +00:00