jira-importer commented on issue #83: URL: https://github.com/apache/maven-ejb-plugin/issues/83#issuecomment-2879262987
**[Dennis Lundberg](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=denn...@apache.org)** commented I'm not sure I understand your request. This is the output I get when I run 'mvn dependency:tree' in the client module: ``` [INFO] ------------------------------------------------------------------------ [INFO] Building Unnamed - testcase:testcase-client:jar:1.0.0-SNAPSHOT [INFO] task-segment: [dependency:tree] [INFO] ------------------------------------------------------------------------ [INFO] [dependency:tree {execution: default-cli}] [INFO] testcase:testcase-client:jar:1.0.0-SNAPSHOT [INFO] \- testcase:testcase-ejb2:ejb-client:client:1.0.0-SNAPSHOT:compile [INFO] \- testcase:testcase-ejb1:ejb:1.0.0-SNAPSHOT:compile [INFO] ------------------------------------------------------------------------ ``` But the type of testcase-ejb1 (ejb) is to be expected, because thtat is what you specified in the POM of testcase-ejb2. How is the plugin supposed to know that you want another type? -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org