Skip to content

[Task]: create fast build profile #6742

@hansva

Description

@hansva

What needs to happen?

Create a Maven profile that disables some plugins to make full builds faster.

mvn -T 4 clean install -DskipTests=true -> Total time:  05:53 min (Wall Clock)
mvn -T 4 clean install -Pfast-build -> Total time:  02:36 min (Wall Clock)

Note: this profile skips spotless, too so this still needs to be done before creating the PR

Issue Priority

Priority: 2

Issue Component

Component: Other

Metadata

Metadata

Assignees

Labels

OtherP2Default Priority

Type

No fields configured for Task.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions