Originally posted by John David:
i need to send some parameters through command line and i have to read the parameters.
Hi,
What exactly do you mean by "I have to read the parameters" ? Are you developing a
maven plug-in? If so, I don't think you can read parameters from the command line.
However, you can accept parameters defined in your pom.xml descriptor. That is relatively simple, you can refer to
the Maven site. Basically you just need to create an attribute and annotate it following some conventions.
Hope it helps.