Sonatype CLM for Maven
The clm.skip
parameter can be used, when a CLM plugin execution is
configured in your project’s pom.xml
file, but you want to avoid the
execution for a particular build. An example execution is
mvn clean install -Dclm.skip=true
The parameter can also be set in your IDE configuration for Maven build executions or as a property in your settings.xml or pom.xml:
<properties> <clm.skip>true</clm.serverUrl> </properties>