Closed patoi closed 9 years ago
The 'application' has not been started after I've deployed the application with <name>application</name> But when I changed the name to <name>application.war</name> , the application has been started.
<name>application</name>
<name>application.war</name>
I read the documentation and I found nothing about this naming requirements: https://docs.jboss.org/jbossas/7/plugins/maven/latest/deploy-mojo.html#name
Solution on the StackOverflow: http://stackoverflow.com/a/21009986/2231652
I guess that could use some better documentation. It's essentially like passing the --name parameter on the deploy CLI command.
--name
deploy
Fixed upstream now, thanks for pointing that out.
The 'application' has not been started after I've deployed the application with
<name>application</name>
But when I changed the name to<name>application.war</name>
, the application has been started.I read the documentation and I found nothing about this naming requirements: https://docs.jboss.org/jbossas/7/plugins/maven/latest/deploy-mojo.html#name
Solution on the StackOverflow: http://stackoverflow.com/a/21009986/2231652