Commit 8f0a7642be68713f11db26ecc35d853ade70fa5f

Authored by Emerson Oliveira
1 parent 1b901217

Profile arquillian-test colocado como padrão

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
impl/extension/jsf/pom.xml
... ... @@ -133,6 +133,9 @@
133 133 <profiles>
134 134 <profile>
135 135 <id>arquillian-test</id>
  136 + <activation>
  137 + <activeByDefault>true</activeByDefault>
  138 + </activation>
136 139 <dependencies>
137 140 <dependency>
138 141 <groupId>com.sun.faces</groupId>
... ...