Author: dennisl
Date: Sun Oct 28 14:06:03 2012
New Revision: 1402996

URL: http://svn.apache.org/viewvc?rev=1402996&view=rev
Log:
Don't use deprecated parameters for maven-invoker-plugin.

Modified:
    maven/plugins/trunk/maven-assembly-plugin/pom.xml

Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/pom.xml?rev=1402996&r1=1402995&r2=1402996&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Sun Oct 28 14:06:03 2012
@@ -420,9 +420,9 @@ under the License.
                   <projectsDirectory>src/it/projects</projectsDirectory>
                   <cloneProjectsTo>${itProjects}</cloneProjectsTo>
                   <testPropertiesFile>test.properties</testPropertiesFile>
-                  <testProperties>
+                  <properties>
                     <useJvmChmod>${useJvmChmod}</useJvmChmod>
-                  </testProperties>
+                  </properties>
                   <debug>${it.debug}</debug>
                   <settingsFile>src/it/settings.xml</settingsFile> 
                   <pomIncludes>


Reply via email to