summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-03-02 08:01:44 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-03-02 08:01:44 +0000
commitd7d172d8982a84387258947e558f3cef22aa2e07 (patch)
tree5f31dfe7e240390a75277eae98ea7ea876aaec17 /java/sca/modules/pom.xml
parent70e9a746c5d556864fa50edcb4a775cf1f4ff216 (diff)
Updating namespaces for tuscany extensions schema files
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@749222 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/pom.xml')
-rw-r--r--java/sca/modules/pom.xml20
1 files changed, 19 insertions, 1 deletions
diff --git a/java/sca/modules/pom.xml b/java/sca/modules/pom.xml
index 84da2011b8..9698315b0c 100644
--- a/java/sca/modules/pom.xml
+++ b/java/sca/modules/pom.xml
@@ -103,7 +103,25 @@
<profile>
<id>eclipse</id>
<build>
-
+ <!--plugins>
+ <plugin>
+ <groupId>org.apache.tuscany.maven.plugins</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <version>1.0</version>
+ <extensions>true</extensions>
+ <executions>
+ <execution>
+ <id>generate-pde</id>
+ <phase>generate-resources</phase>
+ <goals>
+ <goal>eclipse</goal>
+ </goals>
+ <configuration>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins-->
<defaultGoal>org.apache.tuscany.maven.plugins:maven-bundle-plugin:eclipse</defaultGoal>
</build>