jira-importer commented on issue #364: URL: https://github.com/apache/maven-deploy-plugin/issues/364#issuecomment-2771534560
**[Karl Heinz Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise)** commented Do you have an example project for it? Based on your explanations i would say it looks like this: ```xml <project > <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.soebes.smpp</groupId> <artifactId>smpp</artifactId> <version>1.2.0</version> </parent> <groupId>com.soebes.examples.j2ee</groupId> <artifactId>parent</artifactId> <version>1.1.2-SNAPSHOT</version> <packaging>pom</packaging> ... <modules> <module>webgui</module> <module>app</module> <module>domain</module> <module>service</module> <module>service-client</module> <module>appasm</module> <module>assembly</module> <module>shade</module> </modules> </project> ``` BTW: Can add informations like which Maven version and which JDK you are using? -- 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]
