mirror of
https://github.com/apache/maven.git
synced 2025-02-06 18:18:48 +00:00
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
11 lines
442 B
Plaintext
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.
|