You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2011/02/14 11:10:03 UTC

svn commit: r1070426 - /tuscany/sca-java-2.x/trunk/samples/pom.xml

Author: antelder
Date: Mon Feb 14 10:10:02 2011
New Revision: 1070426

URL: http://svn.apache.org/viewvc?rev=1070426&view=rev
Log:
Update samples top level pom.xml to remove all the old config and to enable deployng samples wth generated legal files

Modified:
    tuscany/sca-java-2.x/trunk/samples/pom.xml

Modified: tuscany/sca-java-2.x/trunk/samples/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/pom.xml?rev=1070426&r1=1070425&r2=1070426&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/pom.xml Mon Feb 14 10:10:02 2011
@@ -23,37 +23,15 @@
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca</artifactId>
         <version>2.0-SNAPSHOT</version>
-        <relativePath>../pom.xml</relativePath>
     </parent>
+
     <artifactId>tuscany-samples</artifactId>
-    <groupId>org.apache.tuscany.sca</groupId>
+    <groupId>org.apache.tuscany.sca.samples</groupId>
     <version>2.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache Tuscany SCA Samples</name>
 
-            <modules>
-            </modules>
-
-          <build>
-              <plugins>
-                    <!-- this prevents the sample artifacts being deployed as they're only distributed as part of the binary distribution -->
-                    <plugin>
-                        <inherited>true</inherited>
-                        <artifactId>maven-deploy-plugin</artifactId>
-                        <version>2.4</version>
-                        <configuration>
-                            <skip>true</skip>
-                        </configuration>
-                    </plugin>
-                    <!-- this prevents adding LICENSE/NOTICE/DEPENDENCIES files to the sample artifacts which aren't needed as they're not separately distributed -->
-                    <plugin>
-                        <inherited>true</inherited>
-                        <artifactId>maven-remote-resources-plugin</artifactId>
-                        <configuration>
-                            <skip>true</skip>
-                        </configuration>
-                    </plugin>
-              </plugins>
-          </build>
+    <modules>
+    </modules>
 
 </project>