On Sat, Dec 13, 2008 at 8:05 PM, Linghua Wang <mmchut.w...@gmail.com> wrote:
> Correct typo.
>
> 2008/12/13 Linghua Wang <mmchut.w...@gmail.com>
>
>> Hi,
>>
>> I am really puzzled about how 'Build in life-cycle bindings' works in
>> Maven.
>>
>> For example, 'jar' packaging, the default life-cycle bindings contains nine
>> phases - *process-resources,compile,process-test-resources,test-compile, 
>> test,
>> package, **install, deploy*. Actually, each phases 'build-in' binds to a
>> goal of plug-in. Moreover, Considering executing a goal of plug-in in Maven,
>> as far as I know, we should add the specify plugin into <build> element with
>> the specify execution goal(s). So I think such build-in life-cycle maybe
>> were defined in the super pom.xml, then I refer to it ( 
>> https://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/maven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml
>> )<https://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/maven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml>,
>> however,  I have not found anything I want. Could someone shed some light on
>> this? Or pull me out if I made mistake here.

Read the books http://maven.apache.org/articles.html

The pom doesnt define the lifecycles.
The pom allows you to attach additional plugins to the lifecyle.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to