o more ideas/requirements.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162514 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2003-10-14 17:19:55 +00:00
parent a37a2207d5
commit 7c9253643d
1 changed files with 9 additions and 0 deletions

View File

@ -9,3 +9,12 @@ of these would help I think.
- Being able to write artifact handler that would operate to install an
xdoclet plugin correctly when an xdoclet plugin is stated as a dependency.
- With Maven installed it should be a simple command that allows you to
checkout the sources for a project.
- Unified source directory structure that is analagous to the repository
itself. This way locations of intermediary artifacts of a build would be
in a known location. This would also help with developer setup i.e. getting
new developers up and running. They could run a maven command and have all
their source trees set up in the same way as their collegues.