I am a bit stumped to discover that

             <activation>
              <property>
                <name>skip.integration.tests</name>
                <value>false</value>
              </property>
            </activation>

is not triggered by a property setting inside the POM itself. Only a
command-line -D will do.

My problem is that I'm trying to turn off some integration tests in
the release process. I can turn off the failsafe execution, not a
problem. However, the maven-jetty-plugin lacks a 'skip' property. I
moved the whole business into a profile, but ! doesn't work in the
release plugin profile list, and -P! doesn't work in the arguments.

Anyone got another suggestion?

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to