You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by aldric <al...@hck-solutions.com> on 2012/12/04 16:02:05 UTC

plugin configuration (jboss-as-maven-plugin)

I have configured my project to execute a jboss-as-maven-plugin goal
(deploy) at pre-integration-test phase. When executing (mvn install), I get
:

WARNING: Failed to getClass for org.jboss.as.plugin.deployment.Deploy

And the goal fails to be executed... I already posted a question with some
more information on Stackoverfow :
http://stackoverflow.com/questions/13694243

Thanks in advance for any help