Skip to content
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

Closed
thomasmey opened this issue Jan 29, 2017 · 2 comments
Closed

support multi thread build #158

thomasmey opened this issue Jan 29, 2017 · 2 comments

Comments

@thomasmey
Copy link

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

siom79 added a commit that referenced this issue Feb 2, 2017
@siom79
Copy link
Owner

siom79 commented Feb 2, 2017

The plugin was already threadsafe, it was only missing the flag threadSafe=true in the @Mojo annotation.

Committed to the master branch. Will be released with 0.9.4.

@siom79 siom79 closed this as completed Feb 2, 2017
@siom79
Copy link
Owner

siom79 commented Feb 16, 2017

Released with 0.9.4.

yufei-cai pushed a commit to bosch-io/ditto that referenced this issue Jan 3, 2018
Yannic92 pushed a commit to bosch-io/ditto that referenced this issue Jul 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants