diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-02-14 10:10:02 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-02-14 10:10:02 +0000 |
commit | 7855973ff1874051521275199019abb688993c61 (patch) | |
tree | bebda4cae73b7828c0ccfe92756b0a5a4a7a14b0 /sca-java-2.x | |
parent | 5dc85b1729595d79f93e4ae07af98dcb998c4a98 (diff) |
Update samples top level pom.xml to remove all the old config and to enable deployng samples wth generated legal files
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1070426 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/samples/pom.xml | 30 |
1 files changed, 4 insertions, 26 deletions
diff --git a/sca-java-2.x/trunk/samples/pom.xml b/sca-java-2.x/trunk/samples/pom.xml index bcb861df29..8583c7ce0e 100644 --- a/sca-java-2.x/trunk/samples/pom.xml +++ b/sca-java-2.x/trunk/samples/pom.xml @@ -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> |