Sorry for this newbie's question (Maven related but probably java too) but
I would like to known if there is a way to view/browse all properties
available/set in a target.
In fact, I would like at least to output some revealant informations during
build process like :
- current artifact
- current version(s)
- goal's description
- current pathname
- ...
and so on
(I think "properties" in means of pom.*, maven.*, ...)
< context >
In the project (prototype), Maven is used as a build framework with ordered
and dependant (sometimes interactive) steps, not as a "super-Makefile" to
build Java projects/subprojects.
I mean Maven (and its project definition) can be viewed as a generic build
process coherency guardian which asks intermediate questions to generate a
final product (CD distribution) from an initial description of the global
system made by user (hardware environnement, dynamic flows and software
components/functionnalities needed for computing) through intermediate
tasks (viewed as goals).
I actually work on these intermediate and generic steps needed to guide
final users in the generation of there own system.
< / context >
Thanks in advance.
Olivier Champagne @ EADS, Lab�ge
(\(\ "Regular Expression
( ~.) are to strings what
o((")(") math is to numbers"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]