Skip to content

Commit 5b8b480

Browse files
yonatangeirslett
authored andcommitted
Update README to clarify skipping execution for installation goals and build tools
1 parent 7a12c74 commit 5b8b480

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -695,14 +695,22 @@ tag of an execution like this:
695695

696696
#### Skipping Execution
697697

698-
Each frontend build tool and package manager allows skipping execution.
698+
Each frontend build tool, package manager, and installation goal allows skipping execution.
699699
This is useful for projects that contain multiple builds (such as a module containing Java and frontend code).
700700

701-
**Note** that if the package manager (npm or yarn) is skipped, other build tools will also need to be skipped because they
701+
**Note** that if the installation goals or package manager (npm or yarn) are skipped, other build tools will also need to be skipped because they
702702
would not have been downloaded.
703703
For example, in a project using npm and gulp, if npm is skipped, gulp must also be skipped or the build will fail.
704704

705-
Tools and property to enable skipping
705+
Installation goals and property to enable skipping:
706+
707+
- install-node-and-npm `-Dskip.installnodenpm`
708+
- install-node-and-yarn `-Dskip.installyarn`
709+
- install-node-and-pnpm `-Dskip.installnodepnpm`
710+
- install-node-and-corepack `-Dskip.installnodecorepack`
711+
- install-bun `-Dskip.installbun`
712+
713+
Build tools and property to enable skipping:
706714

707715
- npm `-Dskip.npm`
708716
- yarn `-Dskip.yarn`

0 commit comments

Comments
 (0)