vote up 2 vote down star

Is there an easy way to figure out, preferably from the command line, what profiles are available for a particular project. I've got a big, multi-module project I'm trying to figure out.

flag

56% accept rate

2 Answers

vote up 3 vote down check

leeand00 set me on the correct path. What I was looking for is help:all-profiles

link|flag
vote up 2 vote down

http://maven.apache.org/guides/introduction/introduction-to-profiles.html

Look at the heading: How can I tell which profiles are in effect during a build?

Another way to do it is to use grep or XPath to search for all of the nodes.

In xpath it would be [code]\profile\id[/code]

In grep it gets a little more dicey since you have to assume that the tag is on the line following the tag.

link|flag
Well that's maven2 anyway... – leeand00 Dec 9 '08 at 21:51

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.