jbossas / jboss-as-maven-plugin

Maven plugin to deploy applications to JBoss AS 7 (moved to https://github.com/wildfly/wildfly-maven-plugin)
74 stars 69 forks source link

After :deploy goal, the application hasn't been started - documentation of the <name> opt. #77

Closed patoi closed 9 years ago

patoi commented 10 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.

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

jamezp commented 9 years ago

I guess that could use some better documentation. It's essentially like passing the --name parameter on the deploy CLI command.

jamezp commented 9 years ago

Fixed upstream now, thanks for pointing that out.