Commit 147c8050ff82061478f122e359a4206c3f84215f
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,6 +189,11 @@ | ||
189 | </profile> | 189 | </profile> |
190 | <profile> | 190 | <profile> |
191 | <id>arquillian-weld-se-embedded</id> | 191 | <id>arquillian-weld-se-embedded</id> |
192 | + <activation> | ||
193 | + <file> | ||
194 | + <exists>.arquillian-weld-se-embedded</exists> | ||
195 | + </file> | ||
196 | + </activation> | ||
192 | <dependencies> | 197 | <dependencies> |
193 | <dependency> | 198 | <dependency> |
194 | <groupId>org.jboss.arquillian.container</groupId> | 199 | <groupId>org.jboss.arquillian.container</groupId> |
@@ -223,6 +228,11 @@ | @@ -223,6 +228,11 @@ | ||
223 | </profile> | 228 | </profile> |
224 | <profile> | 229 | <profile> |
225 | <id>arquillian-jbossas7-managed</id> | 230 | <id>arquillian-jbossas7-managed</id> |
231 | + <activation> | ||
232 | + <file> | ||
233 | + <exists>.arquillian-jbossas7-managed</exists> | ||
234 | + </file> | ||
235 | + </activation> | ||
226 | <build> | 236 | <build> |
227 | <testResources> | 237 | <testResources> |
228 | <testResource> | 238 | <testResource> |