19 Commits

Author SHA1 Message Date
vmassol
59b1516658 [maven-scm-plugin] prepare release 1.2
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115719 13f79535-47bb-0310-9956-ffa450edef68
2004-07-08 14:27:57 +00:00
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
vmassol
3d259ceb83 Applied patch MPANNOUNCEMENT-7 (removal of a unnecessary cast). Please note that there's no change in changes.xml as this is NOT a user-visible change.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115533 13f79535-47bb-0310-9956-ffa450edef68
2004-06-24 08:50:32 +00:00
brett
6f6ce70a6d [maven-scm-plugin] prepare release 1.1
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115258 13f79535-47bb-0310-9956-ffa450edef68
2004-05-16 01:13:28 +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
vmassol
042407881b improved website documentation
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115149 13f79535-47bb-0310-9956-ffa450edef68
2004-05-01 17:53:24 +00:00
vmassol
bedc72c365 Add a space after the "." of the "Fixes xxx." (which happens when you use the "issue" attribute in changes.xml).
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115147 13f79535-47bb-0310-9956-ffa450edef68
2004-05-01 17:45:53 +00:00
vmassol
68ab93ec15 Added <code>&lt;description&gt;</code> information from the POM to the generated announcement to explain what the project does.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115146 13f79535-47bb-0310-9956-ffa450edef68
2004-05-01 17:35:53 +00:00
vmassol
b22cb30433 - Added information in the generated announcement to indicate from where the plugin can be downloaded.
- Added information in the generated announcement to indicate how to install the plugin using the <code>plugin:download</code> goal.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115124 13f79535-47bb-0310-9956-ffa450edef68
2004-05-01 09:57:43 +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
brett
28b3059ea7 [maven-scm-plugin] prepare release 1.0
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114888 13f79535-47bb-0310-9956-ffa450edef68
2004-03-10 12:57:58 +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
evenisse
f6dbec1087 Update to ASL v.2
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114781 13f79535-47bb-0310-9956-ffa450edef68
2004-03-02 14:53:58 +00:00
jvanzyl
1a565ab4e0 adding change
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114564 13f79535-47bb-0310-9956-ffa450edef68
2004-01-07 00:02:24 +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