This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| az~/stripe/presto$ ./mvnw -e clean install -DskipTests | |
| [INFO] Error stacktraces are turned on. | |
| [INFO] Scanning for projects... | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Reactor Build Order: | |
| [INFO] | |
| [INFO] presto-root | |
| [INFO] presto-spi | |
| [INFO] presto-plugin-toolkit | |
| [INFO] presto-client |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| az~/stripe/presto$ ./mvnw test -e -T 2.0C -pl presto-main | |
| [INFO] Error stacktraces are turned on. | |
| [INFO] Scanning for projects... | |
| [INFO] | |
| [INFO] Using the MultiThreadedBuilder implementation with a thread count of 24 | |
| [INFO] | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Building presto-main 0.215 | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| az~/stripe/presto$ ./mvnw test -e -pl presto-main | |
| [INFO] Error stacktraces are turned on. | |
| [INFO] Scanning for projects... | |
| [INFO] | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Building presto-main 0.215 | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] | |
| [INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (default) @ presto-main --- | |
| [INFO] Ignoring requireUpperBoundDeps in org.codehaus.plexus:plexus-utils |