diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-10 00:10:15 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-10 00:10:15 +0000 |
commit | a6fb75eecd854acb1235533ca1d0578cb6361c11 (patch) | |
tree | 0be5359bfd8f00206448f1e54933550633e7a691 /java/sca | |
parent | 3bd1671a372080a3fef6868759a672b1978705b2 (diff) |
Comment out the tuscany maven bundle plugin as it is triggered by the default goal
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742794 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca')
-rw-r--r-- | java/sca/modules/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/sca/modules/pom.xml b/java/sca/modules/pom.xml index 1d4ca45af5..835aecf44b 100644 --- a/java/sca/modules/pom.xml +++ b/java/sca/modules/pom.xml @@ -109,6 +109,7 @@ <profile> <id>eclipse</id> <build> +<!-- <plugins> <plugin> <groupId>org.apache.tuscany.sca</groupId> @@ -128,6 +129,7 @@ </executions> </plugin> </plugins> +--> <defaultGoal>org.apache.tuscany.sca:tuscany-maven-bundle-plugin:eclipse</defaultGoal> |