airlift / airbase

Base POM for Airlift
Apache License 2.0
48 stars 87 forks source link

Configure git-commit-id-plugin to reduce build times #245

Closed wendigo closed 3 years ago

wendigo commented 3 years ago

Tested on PrestoSQL (./mvnw -pl '!presto-server-rpm,!presto-docs,!presto-proxy,!presto-verifier' clean install -TC2 -nsu -DskipTests)

Before:

[INFO] Total time:  04:43 min (Wall Clock)

After:

Total time:  03:26 min (Wall Clock)

All credit goes to @hashhar (see https://github.com/prestosql/presto/pull/5817)

losipiuk commented 3 years ago

@electrum PTAL

findepi commented 3 years ago

Thanks @hashhar and @wendigo !