You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by goutham vasireddi <go...@gmail.com> on 2011/06/19 17:06:21 UTC

Help in starting with maven prompter

Hi

I would like to create this scenario on running a maven project:

Do you want to enter module-name? ( Y / N)
(on entering Y  , i should ask for the parameter)
*Y
module-name: <nameofthename>
*
(on entering N  , i should terminate the asking process and the rest of the
project build should be completed)

*N
.
.
Project Build Success Full *

----------------------------------------------------------------------------------------------

Is this possible with ArchetypeCreationQueryer ?

If so i dont know how to implement it in my project and run it and see how
it works?

Any help will be thank full


Regards
-Goutham