Skip to content

maven-build-scanner ignores -T arguments #90

Closed
@ArkadyKarev

Description

Hi, I'm trying to use maven-build-scanner with openjdk 15, and looks like that ignores mvn arguments.
For instance, when I use -T 8 or -T 1C, it shows only Thread #1

image

Am I doing something wrong? Please help me to figure out, because it seems to be a great tool.

And also when I'm running the build with mvn -T 1C argument,
in the cmd I can see
[INFO] Using the MultiThreadedBuilder implementation with a thread count of 8

but dashbord says
mvn -s /Users/arkady/.m2/settings.xml -T 8 -Pdefault clean test
like I run it with -T 8

java -version
openjdk version "15.0.2" 2021-01-19
OpenJDK Runtime Environment AdoptOpenJDK (build 15.0.2+7)
OpenJDK 64-Bit Server VM AdoptOpenJDK (build 15.0.2+7, mixed mode, sharing)

mvn -v
Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739)
Maven home: /usr/local/Cellar/maven/3.8.3/libexec
Java version: 15.0.2, vendor: AdoptOpenJDK, runtime: /Library/Java/JavaVirtualMachines/adoptopenjdk-15.jdk/Contents/Home
Default locale: en_RU, platform encoding: UTF-8
OS name: "mac os x", version: "10.16", arch: "x86_64", family: "mac"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions