Skip to content

Commit

Permalink
Move tck-impl into a profile so that m2eclipse doesn't pick it up
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@2742 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Jun 2, 2009
1 parent bff5109 commit 3fc3d2d
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions jboss-tck-runner/pom.xml
Expand Up @@ -33,11 +33,6 @@
<classifier>jdk15</classifier>
</dependency>

<dependency>
<groupId>org.jboss.jsr299.tck</groupId>
<artifactId>jsr299-tck-impl</artifactId>
</dependency>

<dependency>
<groupId>org.jboss.test-harness</groupId>
<artifactId>jboss-test-harness-jboss-as-50</artifactId>
Expand Down Expand Up @@ -123,6 +118,20 @@
</build>

<profiles>
<profile>
<id>run</id>
<activation>
<activeByDefault />
</activation>
<dependencies>

<dependency>
<groupId>org.jboss.jsr299.tck</groupId>
<artifactId>jsr299-tck-impl</artifactId>
</dependency>

</dependencies>
</profile>
<profile>
<id>incontainer-debug</id>
<activation>
Expand Down

0 comments on commit 3fc3d2d

Please sign in to comment.