maven/MAVEN-2.x.txt
Jason van Zyl 4977a94400 o moving docs into individual components
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162522 13f79535-47bb-0310-9956-ffa450edef68
2003-12-09 06:21:34 +00:00

11 lines
442 B
Plaintext

I have tried to separate each of the components by concern. We have the
following:
maven:
This is the actual maven thingy itself. Currently is very small but the
central notion is that a goal is a mapping to a method in a component. You
can also hand off parameters too. I am using OGNL to bind goals to bits to
execute in components. There is a simple test that displays the mapping. I
will incorporate Werkz in here to handle everything.