Hi Marci,

I don't think, that You want to change the static properties of Your project very often, so a configure plugin would probably not be the right solution. To configure project.properties, You should either use one file as a template (if the changes are always nearly the same), or wait for an IDE integration (such as mevenide).

AFAIK, to change properties only for one build, You can use -Dpropertyname=value (propably in a batch-file or shell-script).

Kind regards

Peter


Marcin Maciukiewicz schrieb:

Hello again.

Has anyone were thinking about goals to configure project?
Some projects are wide configurable, same as maven plugins properties that are hard to know and remeber.
It would be nice to let the others run
maven configure:configure
in project directory and let the goal to create/update project.properties based on interaction with developer or from cmd line switches.
I see this like configure in make projects.


what you think about this?



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to