You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Vaidya, Supriya A (US - Chicago)" <su...@deloitte.com> on 2007/08/16 23:10:43 UTC

Profiles in maven - help!

HI:
 
I have a profiles.xml in my project root folder, that has the following
structure:
 
<settings>
    <profiles>
        <profile>
            <id>development</id>
            <activation>
                <activeByDefault>true</activeByDefault>
            </activation>
            <properties>
                <prop1>value1</prop1>
                <prop2>value2</prop2>
 
:
:
:
:
 
 
Now the project contains a EAR/WAR and a JAR. In my WAR file, I have a
resources/spring directory, containing an xml with the following:
 
    <key>
        <value>property1</value>
    </key>
    <value>${prop1}</value>
 
 
and so on.
 
In my command prompt, when I run the mvn clean install -P development -
everything runs fine, but the XML remains with the unprocessed property
values {prop}.
 
I tried running the mvn help:active-profiles,and when I do this - it sez
that the following profiles are active: - development
but then goes on to say that no profiles are active for the POJO, the
WAR or the EAR... hwo do I active the profile for teh WAR??
 

Supriya A Vaidya 
Technology Integration 
Deloitte Consulting LLP 
Tel: +1 312 486 4835 
Fax: +1 312 247 4835
Mobile: + 1 414 736 8157 
www.deloitte.com <http://www.deloitte.com/> 


This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law.  If you are not the intended recipient, you should delete this message. 


Any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited. [v.E.1]

Re: Profiles in maven - help!

Posted by Federico Schroder <fe...@ezshow.com>.
Have you enabled filtering for this?

Federico.

On Thu, 2007-08-16 at 16:10 -0500, Vaidya, Supriya A (US - Chicago)
wrote:
> HI:
>  
> I have a profiles.xml in my project root folder, that has the following
> structure:
>  
> <settings>
>     <profiles>
>         <profile>
>             <id>development</id>
>             <activation>
>                 <activeByDefault>true</activeByDefault>
>             </activation>
>             <properties>
>                 <prop1>value1</prop1>
>                 <prop2>value2</prop2>
>  
> :
> :
> :
> :
>  
> 
> Now the project contains a EAR/WAR and a JAR. In my WAR file, I have a
> resources/spring directory, containing an xml with the following:
>  
>     <key>
>         <value>property1</value>
>     </key>
>     <value>${prop1}</value>
>  
> 
> and so on.
>  
> In my command prompt, when I run the mvn clean install -P development -
> everything runs fine, but the XML remains with the unprocessed property
> values {prop}.
>  
> I tried running the mvn help:active-profiles,and when I do this - it sez
> that the following profiles are active: - development
> but then goes on to say that no profiles are active for the POJO, the
> WAR or the EAR... hwo do I active the profile for teh WAR??
>  
> 
> Supriya A Vaidya 
> Technology Integration 
> Deloitte Consulting LLP 
> Tel: +1 312 486 4835 
> Fax: +1 312 247 4835
> Mobile: + 1 414 736 8157 
> www.deloitte.com <http://www.deloitte.com/> 
> 
> 
> This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law.  If you are not the intended recipient, you should delete this message. 
> 
> 
> Any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited. [v.E.1]


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