You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Jakub Janczak <ku...@gmail.com> on 2008/01/16 14:04:04 UTC

Activated profiles list

Hi,
is there any maven variable that holds activated profiles? - what i
would like to do is to add a manifest field with it.
I need something like:
<plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>
        <configuration>
          <archive>
            <manifestEntries>
              <profiles>${maven.profiles}</profiles>
            </manifestEntries>
          </archive>
        </configuration>
</plugin>

If it doesn't exist, is there any way to get this list to attach info
to a built file.

thanks for any responses
Jakub Janczak

--
k2k



-- 
k2k

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