Author: rfeng
Date: Sat Jan 24 17:03:20 2009
New Revision: 737398

URL: http://svn.apache.org/viewvc?rev=737398&view=rev
Log:
Adjust the osgi profile

Modified:
    tuscany/java/sca/pom.xml

Modified: tuscany/java/sca/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/java/sca/pom.xml?rev=737398&r1=737397&r2=737398&view=diff
==============================================================================
--- tuscany/java/sca/pom.xml (original)
+++ tuscany/java/sca/pom.xml Sat Jan 24 17:03:20 2009
@@ -273,10 +273,18 @@
             <modules>
                <module>samples</module>
             </modules>
-            <properties>
-                <maven.test.skip.exec>true</maven.test.skip.exec>
-            </properties>
             <build>
+                <pluginManagement>
+                <plugins>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-surefire-plugin</artifactId>
+                        <configuration>
+                            <skip>true</skip>
+                        </configuration>
+                     </plugin>
+                 </plugins>
+                 </pluginManagement>
                 <plugins>
                 <plugin>
                     <groupId>org.apache.tuscany.sca</groupId>


Reply via email to