Hi

any idea why the following POM fragment does not seem to work:

    <profiles>
        <profile>
            <id>windows</id>
            <activation>
                <os>
                    <family>windows</family>
                </os>
            </activation>
         </profile>
    </profiles>

when I do a "m2 projecthelp:activeprofiles"

it says no profiles are active.

While if I activate a profile based on a "file" or "jdk" it does work.



Regards
Mark Donszelmann

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

Reply via email to