diff options
Diffstat (limited to '')
-rw-r--r-- | branches/sca-equinox/modules/node-launcher-webapp/pom.xml | 8 |
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> |