-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
False
-
Undefined
-
The idea is to have a build mode which compiles (main and test) and produces the actual artifact of each module, but doesn't do any of the analysis and testing tasks:
mvn clean verify -Dquick
This comes in handy for producing the connector JARs and/or archives as quickly as possible, without having to specify a plethora of -D options, e.g. for the purposes of manual testing in Kafka Connect.