diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-07-23 10:51:10 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-07-23 10:51:10 +0000 |
commit | 1af8928ab5d7ca98e8068b68b5e418c6eca978cb (patch) | |
tree | 7ab5ff97d5a75d6891876fe9e18cff3629672b02 /sca-java-2.x/trunk | |
parent | 0b29e46291e31be846fabe25ce3cf9ee9e40ce5c (diff) |
Remove <inherited> config from deploy plugin as its not required, and we want to change it for the different parts of the build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@967035 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r-- | sca-java-2.x/trunk/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/pom.xml b/sca-java-2.x/trunk/pom.xml index 67da0ee561..a4d5d49661 100644 --- a/sca-java-2.x/trunk/pom.xml +++ b/sca-java-2.x/trunk/pom.xml @@ -582,7 +582,6 @@ <defaultGoal>deploy</defaultGoal> <plugins> <plugin> - <inherited>true</inherited> <artifactId>maven-deploy-plugin</artifactId> <version>2.4</version> <configuration> |