Use property parameter instead of duplicating content

Use the provided pnpm.args.install property instead of duplicating the contents

Closes #34447

Signed-off-by: niekdonk <36667461+niekdonk@users.noreply.github.com>
This commit is contained in:
niekdonk 2024-10-31 10:09:12 +01:00 committed by GitHub
parent c64e0ad583
commit 98a4faf289
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1516,7 +1516,7 @@
<goal>pnpm</goal>
</goals>
<configuration>
<arguments>install --prefer-offline --frozen-lockfile --ignore-scripts</arguments>
<arguments>${pnpm.args.install}</arguments>
<workingDirectory>${maven.multiModuleProjectDirectory}</workingDirectory>
</configuration>
</execution>