You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by EJ Ciramella <ej...@upromise.com> on 2006/08/25 00:47:35 UTC

probs with profiles

I have a question about profiles and their usage.  Our build machines
have one path to things like jboss and other third party directories, in
the various qa stacks, these paths may be different.  Additionally, a
property may change from project to project.
 
How come the sub projects don't get the second profile?!
 
E:\work\up-svcs\lty\proj\LTY-P000039>mvn help:active-profiles -P
LTY-P000039,dev-crimson -e
+ Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   Unnamed - lty:app:pom:1.0-SNAPSHOT
[INFO]   Lty Utils
[INFO]   Lty Crypto(Client)
[INFO]   LtyModel
[INFO]   LtyDataGen
[INFO]   Crypto Server
[INFO]   Upromise.com Site
[INFO] Searching repository for plugin with prefix: 'help'.
[INFO]
------------------------------------------------------------------------
----
[INFO] Building Unnamed - lty:app:pom:1.0-SNAPSHOT
[INFO]    task-segment: [help:active-profiles] (aggregator-style)
[INFO]
------------------------------------------------------------------------
----
[INFO] [help:active-profiles]
[INFO]
Active Profiles for Project 'lty:app:pom:1.0-SNAPSHOT':
 
The following profiles are active:
 
 - dev-crimson (source: profiles.xml)
 - LTY-P000039 (source: settings.xml)
 
 
 
Active Profiles for Project 'lty:lty-utils:jar:1.0-SNAPSHOT':
 
The following profiles are active:
 
 - LTY-P000039 (source: settings.xml)
 
 
 
Active Profiles for Project 'lty:crypto:jar:1.0-SNAPSHOT':
 
The following profiles are active:
 
 - LTY-P000039 (source: settings.xml)
 
 
 
Active Profiles for Project 'lty:lty-model:jar:1.0-SNAPSHOT':
 
The following profiles are active:
 
 - LTY-P000039 (source: settings.xml)
 
 
 
Active Profiles for Project 'lty:lty-datagen:jar:1.0-SNAPSHOT':
 
The following profiles are active:
 
 - LTY-P000039 (source: settings.xml)
 
 
 
Active Profiles for Project 'lty:cryptoServer:jar:1.0-SNAPSHOT':
 
The following profiles are active:
 
 - LTY-P000039 (source: settings.xml)
 
 
 
Active Profiles for Project 'uprweb:uprweb:war:1.0-SNAPSHOT':
 
The following profiles are active:
 
 - LTY-P000039 (source: settings.xml)