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
