jira-importer commented on issue #292: URL: https://github.com/apache/maven-ear-plugin/issues/292#issuecomment-2955275345
**[Stephane Nicoll](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=snicoll)** commented Here's an excerpt of the doc > workDirectory Directory that resources are copied to during the build. > > * Type: java.io.File > * Required: Yes > * Expression: ${project.build.directory}/${project.build.finalName} So you can change this to somejboss/server/default/deploy/myap.ear if you want but if you specify the deploy directory of JBoss, it's wrong since it's not private to the ear being built. -- 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]
