diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-07-23 11:18:44 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-07-23 11:18:44 +0000 |
commit | d051f5465d815443478deafac6e4247719365d21 (patch) | |
tree | 87e822990f6e4520f92bc71fd4787380dcceefac /sca-java-2.x/trunk/samples/launcher-shell | |
parent | be95a112193aaf946afd2bff8596107d44d69bcb (diff) |
Change all the samples to use samples\pom.xml as the parent instead of the sca parent so that they pick up the sample s=config (which is mainly the deploy plugin config which has skip=true so they don;t get deployed to the maven repo
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@967047 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/launcher-shell')
-rw-r--r-- | sca-java-2.x/trunk/samples/launcher-shell/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/samples/launcher-shell/pom.xml b/sca-java-2.x/trunk/samples/launcher-shell/pom.xml index 6aadb73d6b..cde0e15f62 100644 --- a/sca-java-2.x/trunk/samples/launcher-shell/pom.xml +++ b/sca-java-2.x/trunk/samples/launcher-shell/pom.xml @@ -21,9 +21,9 @@ <modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
+ <artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sample-launcher-shell</artifactId>
<name>Apache Tuscany SCA Sample Launcher Shell</name>
|