slawekjaranowski commented on PR #117:
URL:
https://github.com/apache/maven-plugin-tools/pull/117#issuecomment-1315534415
```
mvn org.apache.maven.its:v4api:1.0-SNAPSHOT:help
Apache Maven 4.0.0-alpha-2 (c07700ffc97d3967a8de77d5a1065f5e6115c00e)
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------------------------<
org.apache.maven:standalone-pom >--------------------------------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] ---------------------------------------------------------[ pom
]----------------------------------------------------------
[INFO]
[INFO] --- v4api:1.0-SNAPSHOT:help (default-cli) @ standalone-pom ---
....
```
hangs forever, stack:
```
"main" #1 prio=5 os_prio=31 tid=0x00007fa13980c000 nid=0x2103 runnable
[0x00007000033e2000]
java.lang.Thread.State: RUNNABLE
at java.util.Hashtable.put(Hashtable.java:459)
- locked <0x0000000715e3fbd8> (a java.util.Properties)
at java.util.Hashtable.putAll(Hashtable.java:524)
- locked <0x0000000715e3fbd8> (a java.util.Properties)
at
org.apache.maven.plugin.PluginParameterExpressionEvaluatorV4.<init>(PluginParameterExpressionEvaluatorV4.java:106)
at
org.apache.maven.plugin.internal.DefaultMavenPluginManager.getConfiguredMojo(DefaultMavenPluginManager.java:617)
at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]