-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
Description
Allow to skip all non-essential plug-ins (only keep compilation and packaging) to produce an artifact as quickly as possible. This will require plug-ins like Checkstyle to be moved into a separate profile, so that they are not loaded at all when not enabling that profile (unlike when relying on their skip
options). See Peter Palaga's "Skipping Maven Plug-ins the Right Way" presentation.