hi all
        i am building multiproject through maven 1.0.2 with the help of
maven:recator  by defining the following in maven.xml
<maven:reactor basedir="${basedir}" includes="**/project.xml"
       goals="clean:clean,war:deploy,jar:deploy,ear:deploy"
banner="Building" ignoreFailures="false" />
it is working well but what happen that the all four goals are running for
each module but i only want that the specific module will run for each type
of project for that i define the maven.multiproject.type=(war,jar,ear) as i
required in our module
but i am not geeting theresult as my need due ,all four gaol are running for
each module ,

i am not able to get that it is its feature or there is somthing which i am
lacking in my project.properties to define

any one can help me where i am wrong

Regards
Neeraj

Reply via email to