You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Olivier CHAMPAGNE <ol...@sysde.eads.net> on 2004/01/08 17:02:31 UTC

Réf. : RE: Viewing all properties available

Probably helpfull by are you sure of your URL ?

By the way, someone could enumerate the main properties in a project if
there is no way to view available properties ?

    Olivier Champagne @ EADS, Labège

     (\(\      "Regular Expression
     ( ~.)     are to strings what
    o((")(")   math is to numbers"



                                                                                                                                                 
                    "Verma, Nitin                                                                                                                
                    (GECP, OTHER,         Pour :  Maven Users List <us...@maven.apache.org>                                                      
                    529706)"              cc :                                                                                                   
                    <NITIN.VERMA@AP       Objet : RE: Viewing all properties available                                                           
                    PL.GE.COM>                                                                                                                   
                                                                                                                                                 
                    08/01/04 15:05                                                                                                               
                    Veuillez                                                                                                                     
                    répondre à                                                                                                                   
                    "Maven Users                                                                                                                 
                    List"                                                                                                                        
                                                                                                                                                 
                                                                                                                                                 







I make a properties jar for projects global properties files.
Then you can use it as an artifact.


    <dependency>
        <groupId>myProject</groupId>
        <artifactId>properties</artifactId>
        <version>2.1</version>
        <url>http://cvs.my.com/myProject</url>
    </dependency>


Hope this helps you!


-----Original Message-----
From: Olivier CHAMPAGNE [mailto:olivier.champagne-i2m@sysde.eads.net]
Sent: Thursday, January 08, 2004 3:05 PM
To: users@maven.apache.org
Subject: Viewing all properties available





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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org








---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org