I'm not sure this is too much of a jira issue... There was an empty directory checked into svn. Someone had done 1/2 the job by adding a prebuild script to create the dir if it was missing. I just added the script execution to maven-invoker,since it wasn't being run 20. Sep. 2014 16:11 skrev "Karl Heinz Marbaise" <[email protected]> følgende:
> Hi Kristian, > > > can you describe a little bit more what exactly happens and what the > symptoms are ....error messages ? > > Cause i would like to make a JIRA for it to document it for other > situation so could be found more easily ... > > > Kind regards > Karl-Heinz > > On 9/20/14 12:08 AM, [email protected] wrote: > >> 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> >> >> >> > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
