install up to test scope

Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
Olivier Lamy 2024-05-03 15:53:52 +10:00
parent 5f1455f5f0
commit cea1440079
No known key found for this signature in database
GPG Key ID: 873A8E86B4372146
4 changed files with 4 additions and 2 deletions

View File

@ -132,6 +132,7 @@
<debug>${it.debug}</debug>
<addTestClassPath>true</addTestClassPath>
<junitPackageName>org.eclipse.jetty.maven.its.ee10.runner</junitPackageName>
<scope>test</scope>
<scriptVariables>
<maven.dependency.plugin.version>${maven.dependency.plugin.version}</maven.dependency.plugin.version>
<maven.surefire.plugin.version>${maven.surefire.plugin.version}</maven.surefire.plugin.version>

View File

@ -129,8 +129,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<configuration>
<debug>true</debug>
<!-- ${it.debug} -->
<debug>${it.debug}</debug>
<junitPackageName>org.eclipse.jetty.maven.its.ee11.runner</junitPackageName>
<scope>test</scope>
<scriptVariables>

View File

@ -136,6 +136,7 @@
<debug>${it.debug}</debug>
<addTestClassPath>true</addTestClassPath>
<junitPackageName>org.eclipse.jetty.maven.its.ee8.runner</junitPackageName>
<scope>test</scope>
<scriptVariables>
<maven.dependency.plugin.version>${maven.dependency.plugin.version}</maven.dependency.plugin.version>
<maven.surefire.plugin.version>${maven.surefire.plugin.version}</maven.surefire.plugin.version>

View File

@ -134,6 +134,7 @@
<debug>${it.debug}</debug>
<addTestClassPath>true</addTestClassPath>
<junitPackageName>org.eclipse.jetty.maven.its.ee9.runner</junitPackageName>
<scope>test</scope>
<scriptVariables>
<maven.dependency.plugin.version>${maven.dependency.plugin.version}</maven.dependency.plugin.version>
<maven.surefire.plugin.version>${maven.surefire.plugin.version}</maven.surefire.plugin.version>