You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ri...@apache.org on 2006/09/19 15:56:42 UTC

svn commit: r447847 - in /incubator/tuscany/java/testing/sca: ./ interop/ interop/clients/ interop/clients/webserviceInteropDoc/ interop/clients/webserviceSOAPRound2/ interop/clients/webserviceXSQ/ interop/services/ interop/services/webserviceInteropDoc/

Author: rineholt
Date: Tue Sep 19 06:56:41 2006
New Revision: 447847

URL: http://svn.apache.org/viewvc?view=rev&rev=447847
Log:
Just getting this to build again with the groupId changes

Added:
    incubator/tuscany/java/testing/sca/interop/clients/webserviceInteropDoc/LICENSE.txt
      - copied unchanged from r447792, incubator/tuscany/java/sca/kernel/core/LICENSE.txt
    incubator/tuscany/java/testing/sca/interop/clients/webserviceInteropDoc/NOTICE.txt
      - copied unchanged from r447792, incubator/tuscany/java/sca/kernel/core/NOTICE.txt
    incubator/tuscany/java/testing/sca/interop/clients/webserviceSOAPRound2/LICENSE.txt
      - copied unchanged from r447792, incubator/tuscany/java/sca/kernel/core/LICENSE.txt
    incubator/tuscany/java/testing/sca/interop/clients/webserviceSOAPRound2/NOTICE.txt
      - copied unchanged from r447792, incubator/tuscany/java/sca/kernel/core/NOTICE.txt
    incubator/tuscany/java/testing/sca/interop/clients/webserviceXSQ/LICENSE.txt
      - copied unchanged from r447792, incubator/tuscany/java/sca/kernel/core/LICENSE.txt
    incubator/tuscany/java/testing/sca/interop/clients/webserviceXSQ/NOTICE.txt
      - copied unchanged from r447792, incubator/tuscany/java/sca/kernel/core/NOTICE.txt
    incubator/tuscany/java/testing/sca/interop/services/webserviceInteropDoc/LICENSE.txt
      - copied unchanged from r447792, incubator/tuscany/java/sca/kernel/core/LICENSE.txt
    incubator/tuscany/java/testing/sca/interop/services/webserviceInteropDoc/NOTICE.txt
      - copied unchanged from r447792, incubator/tuscany/java/sca/kernel/core/NOTICE.txt
Modified:
    incubator/tuscany/java/testing/sca/interop/clients/pom.xml
    incubator/tuscany/java/testing/sca/interop/clients/webserviceInteropDoc/pom.xml
    incubator/tuscany/java/testing/sca/interop/clients/webserviceSOAPRound2/pom.xml
    incubator/tuscany/java/testing/sca/interop/clients/webserviceXSQ/pom.xml
    incubator/tuscany/java/testing/sca/interop/pom.xml
    incubator/tuscany/java/testing/sca/interop/services/pom.xml
    incubator/tuscany/java/testing/sca/interop/services/webserviceInteropDoc/pom.xml
    incubator/tuscany/java/testing/sca/pom.xml

Modified: incubator/tuscany/java/testing/sca/interop/clients/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/testing/sca/interop/clients/pom.xml?view=diff&rev=447847&r1=447846&r2=447847
==============================================================================
--- incubator/tuscany/java/testing/sca/interop/clients/pom.xml (original)
+++ incubator/tuscany/java/testing/sca/interop/clients/pom.xml Tue Sep 19 06:56:41 2006
@@ -16,9 +16,9 @@
  -->
 <project>
     <parent>
-        <groupId>org.apache.tuscany</groupId>
+        <groupId>org.apache.tuscany.testing</groupId>
         <artifactId>tuscany-testing-sca-interop</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0-incubator-M2-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: incubator/tuscany/java/testing/sca/interop/clients/webserviceInteropDoc/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/testing/sca/interop/clients/webserviceInteropDoc/pom.xml?view=diff&rev=447847&r1=447846&r2=447847
==============================================================================
--- incubator/tuscany/java/testing/sca/interop/clients/webserviceInteropDoc/pom.xml (original)
+++ incubator/tuscany/java/testing/sca/interop/clients/webserviceInteropDoc/pom.xml Tue Sep 19 06:56:41 2006
@@ -16,9 +16,9 @@
  -->
 <project>
     <parent>
-        <groupId>org.apache.tuscany</groupId>
+        <groupId>org.apache.tuscany.testing</groupId>
         <artifactId>tuscany-interop-clients</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0-incubator-M2-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -30,44 +30,13 @@
         <ws.type>axis2</ws.type>
     </properties>
 
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.tuscany</groupId>
-            <artifactId>core</artifactId>
-            <version>${pom.version}</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.tuscany.bindings</groupId>
-            <artifactId>axis2</artifactId>
-            <version>${pom.version}</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.tuscany.databinding</groupId>
-            <artifactId>databinding-sdo</artifactId>
-            <version>${sca.version}</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>3.8.1</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.tuscany</groupId>
-            <artifactId>test</artifactId>
-            <version>${sca.version}</version>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
     
     <build>
         <plugins>
             <plugin>
-                <groupId>org.apache.tuscany</groupId>
+                <groupId>org.apache.tuscany.sdo</groupId>
                 <artifactId>tuscany-sdo-plugin</artifactId>
+                <version>${sdo.version}</version>
                 <executions>
                     <execution>
                         <configuration>
@@ -84,8 +53,9 @@
                 </executions>
             </plugin>
             <plugin>
-                <groupId>org.apache.tuscany</groupId>
+                <groupId>org.apache.tuscany.sca.plugins</groupId>
                 <artifactId>tuscany-plugin-wsdl2java</artifactId>
+                <version>${sca.version}</version>
                 <executions>
                     <execution>
                         <configuration>

Modified: incubator/tuscany/java/testing/sca/interop/clients/webserviceSOAPRound2/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/testing/sca/interop/clients/webserviceSOAPRound2/pom.xml?view=diff&rev=447847&r1=447846&r2=447847
==============================================================================
--- incubator/tuscany/java/testing/sca/interop/clients/webserviceSOAPRound2/pom.xml (original)
+++ incubator/tuscany/java/testing/sca/interop/clients/webserviceSOAPRound2/pom.xml Tue Sep 19 06:56:41 2006
@@ -16,9 +16,9 @@
  -->
 <project>
     <parent>
-        <groupId>org.apache.tuscany</groupId>
+        <groupId>org.apache.tuscany.testing</groupId>
         <artifactId>tuscany-interop-clients</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0-incubator-M2-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -30,44 +30,13 @@
         <ws.type>axis2</ws.type>
     </properties>
 
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.tuscany</groupId>
-            <artifactId>core</artifactId>
-            <version>${pom.version}</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.tuscany.bindings</groupId>
-            <artifactId>axis2</artifactId>
-            <version>${pom.version}</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.tuscany.databinding</groupId>
-            <artifactId>databinding-sdo</artifactId>
-            <version>${sca.version}</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>3.8.1</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.tuscany</groupId>
-            <artifactId>test</artifactId>
-            <version>${sca.version}</version>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
     
     <build>
         <plugins>
             <plugin>
-                <groupId>org.apache.tuscany</groupId>
+                <groupId>org.apache.tuscany.sdo</groupId>
                 <artifactId>tuscany-sdo-plugin</artifactId>
+                <version>${sca.version}</version>
                 <executions>
                     <execution>
                         <configuration>
@@ -84,8 +53,9 @@
                 </executions>
             </plugin>
             <plugin>
-                <groupId>org.apache.tuscany</groupId>
+                <groupId>org.apache.tuscany.sca.plugins</groupId>
                 <artifactId>tuscany-plugin-wsdl2java</artifactId>
+                <version>${sdo.version}</version>
                 <executions>
                     <execution>
                         <configuration>

Modified: incubator/tuscany/java/testing/sca/interop/clients/webserviceXSQ/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/testing/sca/interop/clients/webserviceXSQ/pom.xml?view=diff&rev=447847&r1=447846&r2=447847
==============================================================================
--- incubator/tuscany/java/testing/sca/interop/clients/webserviceXSQ/pom.xml (original)
+++ incubator/tuscany/java/testing/sca/interop/clients/webserviceXSQ/pom.xml Tue Sep 19 06:56:41 2006
@@ -1,24 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- *  Copyright (c) 2005-2006 The Apache Software Foundation or its licensors, as applicable.
- *
- *  Licensed under the Apache License, Version 2.0 (the "License");
- *  you may not use this file except in compliance with the License.
- *  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing, software
- *  distributed under the License is distributed on an "AS IS" BASIS,
- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and
- *  limitations under the License.
- -->
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.    
+-->
 <project>
         <parent>
-                <groupId>org.apache.tuscany</groupId>
+                <groupId>org.apache.tuscany.testing</groupId>
                 <artifactId>tuscany-interop-clients</artifactId>
-                <version>1.0-SNAPSHOT</version>
+                <version>1.0-incubator-M2-SNAPSHOT</version>
         </parent>
         <modelVersion>4.0.0</modelVersion>
         <artifactId>interop-client-webserviceXSQ</artifactId>
@@ -29,40 +32,10 @@
         </properties>
         <dependencies>
                 <dependency>
-                        <groupId>org.apache.tuscany</groupId>
-                        <artifactId>core</artifactId>
-                        <version>${pom.version}</version>
-                        <scope>provided</scope>
-                </dependency>
-                <dependency>
-                        <groupId>org.apache.tuscany.bindings</groupId>
-                        <artifactId>axis2</artifactId>
-                        <version>${pom.version}</version>
-                        <scope>provided</scope>
-                </dependency>
-                <dependency>
-                        <groupId>org.apache.tuscany.idl</groupId>
+                        <groupId>org.apache.tuscany.sca.services.idl</groupId>
                         <artifactId>wsdl</artifactId>
-                        <version>${pom.version}</version>
-                        <scope>provided</scope>
-                </dependency>
-                <dependency>
-                        <groupId>org.apache.tuscany.databinding</groupId>
-                        <artifactId>databinding-sdo</artifactId>
                         <version>${sca.version}</version>
                         <scope>provided</scope>
-                </dependency>
-                <dependency>
-                        <groupId>junit</groupId>
-                        <artifactId>junit</artifactId>
-                        <version>3.8.1</version>
-                        <scope>test</scope>
-                </dependency>
-                <dependency>
-                        <groupId>org.apache.tuscany</groupId>
-                        <artifactId>test</artifactId>
-                        <version>${sca.version}</version>
-                        <scope>test</scope>
                 </dependency>
         </dependencies>
 </project>

Modified: incubator/tuscany/java/testing/sca/interop/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/testing/sca/interop/pom.xml?view=diff&rev=447847&r1=447846&r2=447847
==============================================================================
--- incubator/tuscany/java/testing/sca/interop/pom.xml (original)
+++ incubator/tuscany/java/testing/sca/interop/pom.xml Tue Sep 19 06:56:41 2006
@@ -16,9 +16,9 @@
  -->
 <project>
     <parent>
-    <groupId>org.apache.tuscany</groupId>
-    <artifactId>tuscany-testing-sca</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <groupId>org.apache.tuscany.testing</groupId>
+        <artifactId>tuscany-testing-sca</artifactId>
+        <version>1.0-incubator-M2-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: incubator/tuscany/java/testing/sca/interop/services/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/testing/sca/interop/services/pom.xml?view=diff&rev=447847&r1=447846&r2=447847
==============================================================================
--- incubator/tuscany/java/testing/sca/interop/services/pom.xml (original)
+++ incubator/tuscany/java/testing/sca/interop/services/pom.xml Tue Sep 19 06:56:41 2006
@@ -16,9 +16,9 @@
  -->
 <project>
     <parent>
-        <groupId>org.apache.tuscany</groupId>
+        <groupId>org.apache.tuscany.testing</groupId>
         <artifactId>tuscany-testing-sca-interop</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0-incubator-M2-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: incubator/tuscany/java/testing/sca/interop/services/webserviceInteropDoc/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/testing/sca/interop/services/webserviceInteropDoc/pom.xml?view=diff&rev=447847&r1=447846&r2=447847
==============================================================================
--- incubator/tuscany/java/testing/sca/interop/services/webserviceInteropDoc/pom.xml (original)
+++ incubator/tuscany/java/testing/sca/interop/services/webserviceInteropDoc/pom.xml Tue Sep 19 06:56:41 2006
@@ -16,9 +16,9 @@
  -->
 <project>
     <parent>
-        <groupId>org.apache.tuscany</groupId>
+        <groupId>org.apache.tuscany.testing</groupId>
         <artifactId>tuscany-interop-services</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0-incubator-M2-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -29,38 +29,15 @@
     <dependencies>
 
         <dependency>
-            <groupId>org.osoa</groupId>
-            <artifactId>sca-api-r0.95</artifactId>
-            <version>1.0-SNAPSHOT</version>
-            <scope>runtime</scope> <!-- runtime is need for webapp integration to include jar -->
-        </dependency>
-        <dependency>
-            <groupId>org.apache.tuscany</groupId>
-            <artifactId>core</artifactId>
-            <version>${pom.version}</version>
-            <scope>runtime</scope> <!-- runtime is need for webapp integration to include jar -->
-        </dependency>
-        <dependency>
-            <groupId>javax.servlet</groupId>
-            <artifactId>servlet-api</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.tuscany.bindings</groupId>
-            <artifactId>axis2</artifactId>
-            <version>${pom.version}</version>
-            <scope>runtime</scope> <!-- runtime is need for webapp integration to include jar -->
-        </dependency>
-        <dependency>
-            <groupId>org.apache.tuscany.runtime</groupId>
+            <groupId>org.apache.tuscany.sca.runtime</groupId>
             <artifactId>webapp</artifactId>
-            <version>${pom.version}</version>
+             <version>${sca.version}</version>
             <scope>runtime</scope> <!-- runtime is need for webapp integration to include jar -->
         </dependency>
         <dependency>
-            <groupId>org.apache.tuscany.runtime</groupId>
+            <groupId>org.apache.tuscany.sca.runtime</groupId>
             <artifactId>webapp-host</artifactId>
-            <version>${pom.version}</version>
+             <version>${sca.version}</version>
             <scope>runtime</scope> <!-- runtime is need for webapp integration to include jar -->
         </dependency>
         <dependency>
@@ -76,32 +53,14 @@
           <scope>runtime</scope>
         </dependency>
         
-        <dependency>
-        	<groupId>org.apache.tuscany</groupId>
-        	<artifactId>tuscany-sdo-impl</artifactId>
-        	<version>${sca.version}</version>
-        	<scope>compile</scope>
-         </dependency>
-        <dependency>
-            <groupId>org.osoa</groupId>
-            <artifactId>sca-api-r0.95</artifactId>
-            <scope>compile</scope>
-        </dependency>
-         
-        
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>3.8.1</version>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
       
     <build>
         <plugins>
             <plugin>
-                <groupId>org.apache.tuscany</groupId>
+                <groupId>org.apache.tuscany.sdo</groupId>
                 <artifactId>tuscany-sdo-plugin</artifactId>
+                <version>${sdo.version}</version>
                 <executions>
                     <execution>
                         <configuration>
@@ -118,8 +77,9 @@
                 </executions>
             </plugin>
             <plugin>
-                <groupId>org.apache.tuscany</groupId>
+                <groupId>org.apache.tuscany.sca.plugins</groupId>
                 <artifactId>tuscany-plugin-wsdl2java</artifactId>
+                <version>${sca.version}</version>
                 <executions>
                     <execution>
                         <configuration>

Modified: incubator/tuscany/java/testing/sca/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/testing/sca/pom.xml?view=diff&rev=447847&r1=447846&r2=447847
==============================================================================
--- incubator/tuscany/java/testing/sca/pom.xml (original)
+++ incubator/tuscany/java/testing/sca/pom.xml Tue Sep 19 06:56:41 2006
@@ -20,15 +20,163 @@
 <project>
     <parent>
         <groupId>org.apache.tuscany</groupId>
-        <artifactId>sca</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <artifactId>parent</artifactId>
+        <version>1-incubator-SNAPSHOT</version>
     </parent>
-
-
     <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.tuscany.testing</groupId>
     <artifactId>tuscany-testing-sca</artifactId>
+    <version>1.0-incubator-M2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Tuscany SCA tests </name>
+    <properties>
+        <sca.version>1.0-incubator-M2-SNAPSHOT</sca.version>
+        <sdo.version>1.0-incubator-M2-SNAPSHOT</sdo.version>
+        <testing.version>1.0-incubator-M2-SNAPSHOT</testing.version>
+    </properties>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.osoa</groupId>
+            <artifactId>sca-api-r0.95</artifactId>
+            <version>1.0-incubator-M2-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tuscany.sca.kernel</groupId>
+            <artifactId>core</artifactId>
+            <version>${sca.version}</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tuscany.sca.services.bindings</groupId>
+            <artifactId>axis2</artifactId>
+            <version>${sca.version}</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tuscany.sca.services.databinding</groupId>
+            <artifactId>databinding-sdo</artifactId>
+            <version>${sca.version}</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>3.8.1</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>test</artifactId>
+            <version>${sca.version}</version>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+
+    
+    <build>
+        <defaultGoal>install</defaultGoal>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-checkstyle-plugin</artifactId>
+                    <dependencies>
+                        <dependency>
+                            <groupId>org.apache.tuscany</groupId>
+                            <artifactId>buildtools</artifactId>
+                            <version>${pom.version}</version>
+                        </dependency>
+                    </dependencies>
+                    <executions>
+                        <execution>
+                            <id>process-sources</id>
+                            <phase>process-sources</phase>
+                            <configuration>
+                                <configLocation>tuscany-checkstyle.xml</configLocation>
+                                <suppressionsLocation>tuscany-suppressions.xml</suppressionsLocation>
+                                <consoleOutput>true</consoleOutput>
+                                <failsOnError>true</failsOnError>
+                                <linkXRef>false</linkXRef>
+                                <sourceDirectory>${basedir}/src</sourceDirectory>
+                                <propertyExpansion>${checkstyle.properties}</propertyExpansion>
+                            </configuration>
+                            <goals>
+                                <goal>checkstyle</goal>
+                            </goals>
+                        </execution>
+                    </executions>
+                </plugin>
+
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-pmd-plugin</artifactId>
+                    <configuration>
+                        <rulesets>
+                            <ruleset>${basedir}/.ruleset</ruleset>
+                        </rulesets>
+                        <linkXRef>false</linkXRef>
+                        <targetJdk>1.5</targetJdk>
+                    </configuration>
+                    <executions>
+                        <execution>
+                            <id>process-sources</id>
+                            <phase>process-sources</phase>
+                            <goals>
+                                <goal>check</goal>
+                            </goals>
+                        </execution>
+                    </executions>
+                </plugin>
+
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-compiler-plugin</artifactId>
+                    <configuration>
+                        <source>1.5</source>
+                        <target>1.5</target>
+                    </configuration>
+                </plugin>
+
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-surefire-plugin</artifactId>
+                    <version>2.2</version>
+                    <configuration>
+                        <includes>
+                            <include>**/*TestCase.java</include>
+                        </includes>
+                        <reportFormat>brief</reportFormat>
+                        <useFile>false</useFile>
+                        <forkMode>once</forkMode>
+                        <argLine>-ea</argLine>
+                    </configuration>
+                </plugin>
+
+                <plugin>
+                    <groupId>org.apache.felix.plugins</groupId>
+                    <artifactId>maven-osgi-plugin</artifactId>
+                    <extensions>true</extensions>
+                    <configuration>
+                        <osgiManifest>
+                            <bundleName>${pom.name}</bundleName>
+                            <bundleDescription>${pom.description}</bundleDescription>
+                            <bundleVendor>${pom.organization.name}</bundleVendor>
+                            <bundleLocalization>plugin</bundleLocalization>
+                        </osgiManifest>
+                    </configuration>
+                </plugin>
+
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-clover-plugin</artifactId>
+                    <configuration>
+                        <jdk>1.5</jdk>
+                    </configuration>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+    </build>
     <modules>
       <module>interop</module>
     </modules>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org