We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
-T 1C
maven-functions-plugin-version: 1.33.0
In a multi-module project, with multiple modules relying on maven-functions-plugin-version, the build can dead-lock on:
maven-functions-plugin-version
Name: mvn-builder-functions-ml State: WAITING on java.awt.EventQueue$1AWTInvocationLock@10f8c163 Total blocked: 560 Total waited: 22 Stack trace: [email protected]/java.lang.Object.wait0(Native Method) [email protected]/java.lang.Object.wait(Object.java:366) [email protected]/java.lang.Object.wait(Object.java:339) [email protected]/java.awt.EventQueue.invokeAndWait(EventQueue.java:1365) [email protected]/java.awt.Window.doDispose(Window.java:1232) [email protected]/java.awt.Window.dispose(Window.java:1169) org.beryx.textio.swing.SwingTextTerminal.dispose(SwingTextTerminal.java:559) org.beryx.textio.TextTerminal.dispose(TextTerminal.java:98) com.microsoft.azure.maven.AbstractAzureMojo$$Lambda/0x00000008009ce5d0.accept(Unknown Source) [email protected]/java.util.Optional.ifPresent(Optional.java:178) com.microsoft.azure.maven.AbstractAzureMojo.execute(AbstractAzureMojo.java:338) org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:126) org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:328) org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:316) org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212) org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:174) org.apache.maven.lifecycle.internal.MojoExecutor.access$000(MojoExecutor.java:75) org.apache.maven.lifecycle.internal.MojoExecutor$1.run(MojoExecutor.java:162) org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute(DefaultMojosExecutionStrategy.java:39) org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:159) org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:105) org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:193) org.apache.maven.lifecycle.internal.builder.multithreaded.MultiThreadedBuilder$1.call(MultiThreadedBuilder.java:180) [email protected]/java.util.concurrent.FutureTask.run(FutureTask.java:317) [email protected]/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) [email protected]/java.util.concurrent.FutureTask.run(FutureTask.java:317) [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) [email protected]/java.lang.Thread.runWith(Thread.java:1596) [email protected]/java.lang.Thread.run(Thread.java:1583)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
maven-functions-plugin-version: 1.33.0
In a multi-module project, with multiple modules relying on
maven-functions-plugin-version
, the build can dead-lock on:The text was updated successfully, but these errors were encountered: