Details
-
Story
-
Status: Closed
-
Minor
-
Resolution: Completed
-
None
Description
liferay.workspace.modules.excludes.dir=
Set the list of directories to exclude from build lifecycle. This will also search sub directories for matches.-
final implementation was done like this:
liferay.workspace.dir.excludes.globs=
See GETTING_STARTED.markdown for more details
See https://liferay.slack.com/archives/CL08WH5V0/p1674256999655509 for details
Example:
modules\ test1\ test2\ test2-api\ test2-service\ test2-test\ test3\ test3-api\ test3-service\ test3-test\ test4\ If the user sets the following: liferay.workspace.modules.excludes.dir=test1,test2-api,test3 the only module that will build is test4