-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support multi thread build #158
Comments
The plugin was already threadsafe, it was only missing the flag Committed to the |
Released with 0.9.4. |
yufei-cai
pushed a commit
to bosch-io/ditto
that referenced
this issue
Jan 3, 2018
Reference: siom79/japicmp#158 Signed-off-by: Cai Yufei <[email protected]>
Yannic92
pushed a commit
to bosch-io/ditto
that referenced
this issue
Jul 10, 2018
Reference: siom79/japicmp#158 Signed-off-by: Cai Yufei <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
building a project with -T 1C results in this warning:
[DEBUG] =======================================================================
[WARNING] *****************************************************************
[WARNING] * Your build is requesting parallel execution, but project *
[WARNING] * contains the following plugin(s) that have goals not marked *
[WARNING] * as @threadsafe to support parallel building. *
[WARNING] * While this /may/ work fine, please look for plugin updates *
[WARNING] * and/or request plugins be made thread-safe. *
[WARNING] * If reporting an issue, report it against the plugin in *
[WARNING] * question, not against maven-core *
[WARNING] *****************************************************************
[WARNING] The following goals are not marked @threadsafe in Apache Commons Compress:
[WARNING] com.github.siom79.japicmp:japicmp-maven-plugin:0.9.3:cmp
[WARNING] *****************************************************************
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1, ConflictMarker.markTime=1, ConflictMarker.nodeCount=22, ConflictIdSorter.graphTime=0, ConflictIdSorter.topsortTime=7, ConflictIdSorter.conflictIdCount=12, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=6, ConflictResolver.conflictItemCount=20, DefaultDependencyCollector.collectTime=536, DefaultDependencyCollector.transformTime=19}
[DEBUG] org.apache.commons:commons-compress:jar:1.14-COMPRESS207
[DEBUG] junit:junit:jar:4.12:test
[DEBUG] org.hamcrest:hamcrest-core:jar:1.3:test
[DEBUG] org.tukaani:xz:jar:1.6:compile
[DEBUG] org.powermock:powermock-module-junit4:jar:1.6.4:test
[DEBUG] org.powermock:powermock-module-junit4-common:jar:1.6.4:test
[DEBUG] org.powermock:powermock-core:jar:1.6.4:test
[DEBUG] org.javassist:javassist:jar:3.20.0-GA:test
[DEBUG] org.powermock:powermock-reflect:jar:1.6.4:test
[DEBUG] org.powermock:powermock-api-mockito:jar:1.6.4:test
[DEBUG] org.mockito:mockito-core:jar:1.10.19:test
[DEBUG] org.objenesis:objenesis:jar:2.1:test
[DEBUG] org.powermock:powermock-api-support:jar:1.6.4:test
The text was updated successfully, but these errors were encountered: