Hi everyone.
 
I have a plugin that needs to be executed in two different configurations.
One configuration is for when being released with the release plugin only.
Another is for all other times.
 
I've figured out the profiles configuration for the execution of the plugins -- 
but the
activation is killing me. 
 
I noticed the Super POM has a "releasePerform" activation.
I tried to copy it, but it did not work.
 
I also tried just using the existence of a property, but that did not seem to 
work.
That is to say --
<profiles>
    <profile>
        <id>1</id>
        <activation>
            <property>
               <name>!someProperty
[...]
    <profile>
        <id>2</id>
        <activation>
            <property>
               <name>someProperty
 
Any suggestions? 
 
Barrett
 
 
::   
Barrett Nuzum
Consultant, Skill Development
Direct: 918.640.4414
Fax: 972.789.1340 

Valtech Technologies, Inc.
5080 Spectrum Drive
Suite 700 West
Addison, Texas 75001
www.valtech.com <http://www.valtech.com/>   
making IT business friendly


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to