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/02/11 16:19:07 UTC

Réf. : accessing env vars from within a plugin

                                                                                                                                               
                    "Glenn R.                                                                                                                  
                    Golden"              Pour :  "Maven Users List" <us...@maven.apache.org>                                                   
                    <ggolden@umich       cc :                                                                                                  
                    .edu>                Objet : accessing env vars from within a plugin                                                       
                                                                                                                                               
                    11/02/2004                                                                                                                 
                    15:43                                                                                                                      
                    Veuillez                                                                                                                   
                    répondre à                                                                                                                 
                    "Maven Users                                                                                                               
                    List"                                                                                                                      
                                                                                                                                               
                                                                                                                                               







If I have an environment variable set, like "CATALINA_HOME", can that
be accessed from within my maven plugin, as something like
${CATALINA_HOME}?

Thanks

- Glenn


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


You should try : <property environment="env"/>
and any environment variable "envvar" should be accessible through
${env.envvar}

    Olivier Champagne
     (\(\      "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


missing jar from ibiblio/maven/taglib: jstl.jar

Posted by "Glenn R. Golden" <gg...@umich.edu>.
I'm able to get "standard.jar", but the "jstl.jar", which is part of 
the jakarta-taglibs-standard-1.0.4 download in lib is not at ibiblio.  
I wonder why not?

Both are needed to use JavaServer Faces.

- Glenn


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