Commit 147c8050ff82061478f122e359a4206c3f84215f

Authored by Dancovich
1 parent 87c04a74
Exists in master

Criado padrão para ativação de profiles nos projetos individuais de

extensão
Showing 1 changed file with 10 additions and 0 deletions   Show diff stats
parent/extension/pom.xml
... ... @@ -189,6 +189,11 @@
189 189 </profile>
190 190 <profile>
191 191 <id>arquillian-weld-se-embedded</id>
  192 + <activation>
  193 + <file>
  194 + <exists>.arquillian-weld-se-embedded</exists>
  195 + </file>
  196 + </activation>
192 197 <dependencies>
193 198 <dependency>
194 199 <groupId>org.jboss.arquillian.container</groupId>
... ... @@ -223,6 +228,11 @@
223 228 </profile>
224 229 <profile>
225 230 <id>arquillian-jbossas7-managed</id>
  231 + <activation>
  232 + <file>
  233 + <exists>.arquillian-jbossas7-managed</exists>
  234 + </file>
  235 + </activation>
226 236 <build>
227 237 <testResources>
228 238 <testResource>
... ...