public InvocationRequest setShellEnvironmentInherited()

in src/main/java/org/apache/maven/shared/invoker/DefaultInvocationRequest.java [358:361]


    public InvocationRequest setShellEnvironmentInherited(boolean shellEnvironmentInherited) {
        this.shellEnvironmentInherited = shellEnvironmentInherited;
        return this;
    }