correction of some obvious spelling mistakes and typos.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162516 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michal Maczka 2003-10-15 19:44:42 +00:00
parent 627abf7e95
commit f8d8348e81
1 changed files with 6 additions and 4 deletions

View File

@ -29,7 +29,8 @@ their source trees set up in the same way as their collegues.
(e.g pdf, html, rtf) and this format can be also choosen for group of reports.
- groupId
- Let's assume that there exists an artifact type "web-component" which is a zip file containg css/js/gifs/jpegs etc
- Let's assume that there exists an artifact type "web-component"
which is a zip file containg css/js/gifs/jpegs etc
Example of such artifact is for example distribution of tigris style.
Say an user has declared the following dependency:
@ -48,7 +49,7 @@ their source trees set up in the same way as their collegues.
- Maven is Java Build Tool. It should be well defined what does it mean to "build java project".
It mean stages of the process should be well defined.
It means that stages of the process should be well defined.
pre-compile (this is when tools like JAXB, XDoclet)
compile (javac, aspectj)
@ -58,10 +59,11 @@ their source trees set up in the same way as their collegues.
etc
It should e.g be possible to use Castor, JAXB plugin, XDoclet plugin without writing a single line
of build script. In the ideal case it should b ejust to plug XDoclet just by "checking the checkbox in IDE".
of build script. In the ideal case it should be just enough to plug-in XDoclet into process simply
by "checking the checkbox in IDE".
This is someting what Vincent Massol started in maven-caller plugin. It will be nice to explore this idea.
- Reorganization of repoistory layout - are we going to map groupId : "a.b.c.d" to path "a/b/c/d"?
- Reorganization of repository layout - are we going to map groupId : "a.b.c.d" to path "a/b/c/d"?
Are there some better alternatives?
- (Michal) I have tried to implement "platform dependend dependecies".