summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-08-18 23:03:57 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-08-18 23:03:57 +0000
commit59cec57eec422d8157c2cbc6ba158aef4d2390bf (patch)
tree8da58e95642caa15adae88af680993eddb9a5ee9
parent1c5a41e1c59319dcc7f8ea2543e86fe4ebdf227c (diff)
Disable osgi junit test for now
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@805622 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--java/sca/samples/helloworld-bpel/pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/java/sca/samples/helloworld-bpel/pom.xml b/java/sca/samples/helloworld-bpel/pom.xml
index 73f310cbef..2435bb1a5d 100644
--- a/java/sca/samples/helloworld-bpel/pom.xml
+++ b/java/sca/samples/helloworld-bpel/pom.xml
@@ -85,6 +85,7 @@
</execution>
</executions>
</plugin>
+ <!--
<plugin>
<groupId>org.apache.tuscany.maven.plugins</groupId>
<artifactId>maven-osgi-junit-plugin</artifactId>
@@ -99,7 +100,8 @@
<configuration></configuration>
</execution>
</executions>
- </plugin>
+ </plugin>
+ -->
</plugins>
</build>