mirror of https://github.com/apache/maven.git
Ensure any forked Maven executions are not spied on by Jenkins
This commit is contained in:
parent
d4ec6e03f6
commit
8be088a9ef
|
@ -129,6 +129,13 @@ under the License.
|
|||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<environmentVariables>JENKINS_MAVEN_AGENT_DISABLED=true</environmentVariables>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-scm-publish-plugin</artifactId>
|
||||
|
|
Loading…
Reference in New Issue