Disable proxy argument passing for executions of pnpm pack (#20373)
Closes #20372
This commit is contained in:
parent
cfaaa07529
commit
fabcdf53fb
2 changed files with 3 additions and 1 deletions
|
@ -63,6 +63,7 @@
|
|||
</goals>
|
||||
<configuration>
|
||||
<arguments>pack --pack-destination=target</arguments>
|
||||
<pnpmInheritsProxyConfigFromMaven>false</pnpmInheritsProxyConfigFromMaven>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
|
|
|
@ -63,6 +63,7 @@
|
|||
</goals>
|
||||
<configuration>
|
||||
<arguments>pack --pack-destination=target</arguments>
|
||||
<pnpmInheritsProxyConfigFromMaven>false</pnpmInheritsProxyConfigFromMaven>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
|
@ -72,4 +73,4 @@
|
|||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
</project>
|
||||
|
|
Loading…
Reference in a new issue