Configure Manuel container IntelliJ Arquillian Wildfly
问题 I m using intelliJ for runnig a junit arquillian test. The problem is my test works with maven command but not with arquillian mvn package -P=arq-wildlfy-managed Here my pom : <dependencyManagement> <dependencies> <!-- Arquillian BOM (Bill Of Materials). --> <dependency> <groupId>org.jboss.arquillian</groupId> <artifactId>arquillian-bom</artifactId> <version>${version.org.jboss.arquillian}</version> <scope>import</scope> <type>pom</type> </dependency> <!-- JUnit regression testing framework.