Author: krosenvold
Date: Fri Sep 19 22:08:34 2014
New Revision: 1626350

URL: http://svn.apache.org/r1626350
Log:
Made IT work in git-clone

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

Modified: maven/plugins/trunk/maven-war-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/pom.xml?rev=1626350&r1=1626349&r2=1626350&view=diff
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-war-plugin/pom.xml Fri Sep 19 22:08:34 2014
@@ -238,6 +238,7 @@ under the License.
               </goals>
               <projectsDirectory>src/it</projectsDirectory>
               <postBuildHookScript>verify</postBuildHookScript>
+              <preBuildHookScript>prebuild</preBuildHookScript>
               
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
               <settingsFile>src/it/settings.xml</settingsFile>
               <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>


Reply via email to