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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]