Skip to content

Commit

Permalink
Revert "cleanup some copy/paste"
Browse files Browse the repository at this point in the history
This reverts commit 4418a5c.
  • Loading branch information
olamy committed Jan 17, 2019
1 parent 898defd commit da42d25
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions jetty-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,17 @@
</executions>
<configuration>
<javaHome>${java.home}</javaHome>
<environmentVariables>
<JAVA_HOME>${java.home}</JAVA_HOME>
</environmentVariables>
<debug>${it.debug}</debug>
<addTestClassPath>true</addTestClassPath>
<projectsDirectory>src/it</projectsDirectory>
<timeoutInSeconds>600</timeoutInSeconds>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
<pomIncludes>
<pomInclude>*/pom.xml</pomInclude>
</pomIncludes>
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
<settingsFile>src/it/settings.xml</settingsFile>
<skipInvocation>${skipTests}</skipInvocation>
Expand Down

0 comments on commit da42d25

Please sign in to comment.