jvanzyl 4634ebc56c o incorporating Mauro Televi's patch to the release plugin, these
changes have been battle tested with DNA/Loom.

  Mauro's comments are attached for posterity:

  ---

attached is a first crack that incorporates the release functionality
currently in DNA and Loom distribution modules.

Two types of distributions:
- bin: this requires user customisation - uses dependency properties to
assign a category to a dependency and via a property
Eg, maven.release.distribution.categories=shared:lib,tools:tools/lib
tells it to place any "shared" dependency in path lib/ and
"tools" dependendency in tools/lib.
User can postGoal release:setup-distribution-bin to add any further
content to distribution.

- src: uses SCM plugin out of a box :-) works quite well IMO.

distribution artifact names are customisable but default to
${maven.final.name}-[bin|src].[tar.gz|zip]

Patch has documentation updated - so feel free to browse,
and let me if too scarse or patch.

If you create an issue in jira I can also attach the patch to it.
(I'm not sure If I can create the issue myself on maven project)

Further work would include incorporating the wrapper exes for the
release,�� but perhaps that's better done via a separate plugin.


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114219 13f79535-47bb-0310-9956-ffa450edef68
2003-10-17 22:21:41 +00:00
2003-10-16 07:56:57 +00:00
2003-10-10 19:21:02 +00:00
2003-10-10 19:21:02 +00:00
2003-10-06 08:28:53 +00:00
2003-10-10 19:21:02 +00:00
2003-10-10 19:21:02 +00:00
2003-10-10 19:21:02 +00:00
2003-09-29 13:25:12 +00:00
2003-10-10 19:21:02 +00:00
2003-09-29 06:09:54 +00:00
2003-09-29 06:09:54 +00:00
2003-10-10 19:21:02 +00:00
2003-10-10 19:21:02 +00:00
2003-10-10 19:21:02 +00:00
2003-10-10 19:21:02 +00:00
2003-09-25 08:06:35 +00:00
2003-10-17 02:23:11 +00:00
2003-10-10 19:21:02 +00:00
2003-09-29 06:09:54 +00:00
2003-10-14 01:20:01 +00:00
2003-09-29 06:18:41 +00:00
2003-10-10 19:21:02 +00:00
2003-10-10 00:07:08 +00:00
2003-10-10 19:21:02 +00:00
2003-10-10 19:21:02 +00:00
2003-10-10 19:21:02 +00:00
2003-10-10 19:21:02 +00:00
2003-10-10 19:21:02 +00:00
2003-10-10 19:21:02 +00:00
2003-10-10 19:21:02 +00:00
2003-09-29 06:18:41 +00:00
2003-09-29 06:18:41 +00:00
2003-10-08 16:38:11 +00:00
2003-10-10 19:21:02 +00:00
2003-10-10 19:21:02 +00:00
2003-10-10 19:21:02 +00:00
2003-10-10 19:21:02 +00:00
2003-09-29 06:18:41 +00:00
2003-10-10 19:21:02 +00:00
2003-10-10 19:21:02 +00:00
2003-10-10 19:21:02 +00:00
2003-10-10 19:21:02 +00:00
2003-10-02 00:18:52 +00:00
2003-10-10 19:21:02 +00:00
2003-10-10 19:21:02 +00:00
2003-09-29 06:18:41 +00:00
2003-10-08 16:27:18 +00:00
2003-10-10 19:21:02 +00:00
2003-10-14 15:23:21 +00:00
2003-10-10 19:21:02 +00:00
2003-10-10 19:21:02 +00:00
2003-10-08 05:02:11 +00:00
2003-10-10 19:21:02 +00:00
2003-10-10 19:21:02 +00:00
2003-10-10 19:21:02 +00:00
2003-10-10 19:21:02 +00:00
2003-09-29 06:27:58 +00:00
2003-10-10 19:21:02 +00:00
2003-10-10 19:21:02 +00:00
2003-10-10 19:21:02 +00:00
2003-10-17 01:23:51 +00:00
2003-10-10 19:21:02 +00:00
2003-10-10 19:21:02 +00:00
2003-10-10 19:21:02 +00:00
2003-09-29 06:27:58 +00:00
2003-10-03 05:33:39 +00:00
2003-10-10 19:21:02 +00:00
2003-10-10 19:21:02 +00:00
2003-09-06 07:28:56 +00:00
2003-10-10 19:21:02 +00:00
2003-09-29 06:27:58 +00:00
2003-09-29 15:14:19 +00:00
2003-10-10 19:21:02 +00:00
2003-10-10 19:21:02 +00:00
2003-10-10 19:21:02 +00:00
2003-10-10 19:21:02 +00:00
2003-10-17 05:31:38 +00:00
2003-10-08 15:43:55 +00:00
2003-09-21 13:37:07 +00:00
2003-10-10 08:46:42 +00:00
2003-10-08 15:45:17 +00:00
2003-09-30 23:32:01 +00:00

Q: How do I build and install all these plugins from source?
A: maven -Dgoal=clean,plugin:install multiproject:goal

Q: How do I test all these plugins?
A: maven -Dgoal=plugin:test multiproject:goal
Description
No description provided
Readme 12 MiB
Languages
Java 69.1%
HTML 18.5%
XSLT 9.9%
CSS 1.9%
AspectJ 0.3%
Other 0.3%