Skip to content

Commit

Permalink
use standard names for profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Aug 12, 2010
1 parent bfe0f7c commit c6f9f91
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions impl/pom.xml
Expand Up @@ -126,10 +126,11 @@

<profiles>
<profile>
<id>embedded-tests</id>
<id>default</id>
<activation>
<activeByDefault>true</activeByDefault>
<property>
<name>!incontainer</name>
<name>default</name>
</property>
</activation>
<dependencies>
Expand All @@ -149,8 +150,9 @@
</dependencies>
</profile>
<profile>
<id>incontainer-tests</id>
<id>incontainer</id>
<activation>
<activeByDefault>false</activeByDefault>
<property>
<name>incontainer</name>
</property>
Expand Down

0 comments on commit c6f9f91

Please sign in to comment.