I have this:

    <profiles>
        <profile>
            *<id>documentation</id>*
            <properties>
                *<test.type>doc</test.type>*
            </properties>
           <modules>
                <module>business-services</module>
                <module>common-c2</module>
            </modules>
        </profile>

        <profile>
            <id>no-doc</id>
            *<activation>
                <property>
                    <name>!test.type</name>
                </property>
            </activation>*
            <modules>
                <module>bpel</module>
                <module>business-services</module>
                <module>common-c2</module>
            </modules>
        </profile>
    </profiles>

When I run:
mvn -P documentation clean install -e

I would assume to NOT run *<module>bpel</module>*

But am I missing some syntax?




On Nov 30, 2007 11:44 AM, Mick Knutson <[EMAIL PROTECTED]> wrote:

> I read through this, but how would I say some like (!active.profile ==
> documentation)
>
>
>
>
> On Nov 28, 2007 5:31 PM, Wendy Smoak <[EMAIL PROTECTED]> wrote:
>
> > On Nov 28, 2007 6:17 PM, Mick Knutson < [EMAIL PROTECTED]> wrote:
> >
> > > How do I do the absence of a property?
> >
> > Google turned up... http://www.sonatype.com/book/profiles.html :)
> >
> > --
> > Wendy
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> Thanks,
> Mick Knutson
>
> http://www.baselogic.com
> http://www.blincmagazine.com
> http://www.djmick.com
> http://www.myspace.com/mickknutson
> http://www.myspace.com/BLiNCMagazine
> http://tahoe.baselogic.com
> ---
>



-- 
Thanks,
Mick Knutson

http://www.baselogic.com
http://www.blincmagazine.com
http://www.djmick.com
http://www.myspace.com/mickknutson
http://www.myspace.com/BLiNCMagazine
http://tahoe.baselogic.com
---

Reply via email to