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 2010/07/23 12:51:10 UTC

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

Author: antelder
Date: Fri Jul 23 10:51:10 2010
New Revision: 967035

URL: http://svn.apache.org/viewvc?rev=967035&view=rev
Log:
Remove <inherited> config from deploy plugin as its not required, and we want to change it for the different parts of the build

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

Modified: tuscany/sca-java-2.x/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/pom.xml?rev=967035&r1=967034&r2=967035&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/pom.xml Fri Jul 23 10:51:10 2010
@@ -582,7 +582,6 @@
               <defaultGoal>deploy</defaultGoal>
               <plugins>
                     <plugin>
-                        <inherited>true</inherited>
                         <artifactId>maven-deploy-plugin</artifactId>
                         <version>2.4</version>
                         <configuration>