summaryrefslogtreecommitdiffstats
path: root/branches
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-31 21:08:13 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-31 21:08:13 +0000
commita7d57546feb6a830c5e9c84542804caee197f1dc (patch)
treef636f04e910223d508530e746c91fab728f253dc /branches
parent56510e7f1b5265962c21f1e2eec61ba4304fab41 (diff)
Add a skip option
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709568 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
-rw-r--r--branches/sca-equinox/modules/node-launcher-webapp/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/branches/sca-equinox/modules/node-launcher-webapp/pom.xml b/branches/sca-equinox/modules/node-launcher-webapp/pom.xml
index f9cd20d457..c525059eeb 100644
--- a/branches/sca-equinox/modules/node-launcher-webapp/pom.xml
+++ b/branches/sca-equinox/modules/node-launcher-webapp/pom.xml
@@ -58,6 +58,14 @@
</classpathContainers>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-maven-bundle-plugin</artifactId>
+ <version>1.4-SNAPSHOT</version>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
</plugins>
</build>