install up to test scope
Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
parent
5f1455f5f0
commit
cea1440079
|
@ -132,6 +132,7 @@
|
||||||
<debug>${it.debug}</debug>
|
<debug>${it.debug}</debug>
|
||||||
<addTestClassPath>true</addTestClassPath>
|
<addTestClassPath>true</addTestClassPath>
|
||||||
<junitPackageName>org.eclipse.jetty.maven.its.ee10.runner</junitPackageName>
|
<junitPackageName>org.eclipse.jetty.maven.its.ee10.runner</junitPackageName>
|
||||||
|
<scope>test</scope>
|
||||||
<scriptVariables>
|
<scriptVariables>
|
||||||
<maven.dependency.plugin.version>${maven.dependency.plugin.version}</maven.dependency.plugin.version>
|
<maven.dependency.plugin.version>${maven.dependency.plugin.version}</maven.dependency.plugin.version>
|
||||||
<maven.surefire.plugin.version>${maven.surefire.plugin.version}</maven.surefire.plugin.version>
|
<maven.surefire.plugin.version>${maven.surefire.plugin.version}</maven.surefire.plugin.version>
|
||||||
|
|
|
@ -129,8 +129,7 @@
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-invoker-plugin</artifactId>
|
<artifactId>maven-invoker-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<debug>true</debug>
|
<debug>${it.debug}</debug>
|
||||||
<!-- ${it.debug} -->
|
|
||||||
<junitPackageName>org.eclipse.jetty.maven.its.ee11.runner</junitPackageName>
|
<junitPackageName>org.eclipse.jetty.maven.its.ee11.runner</junitPackageName>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
<scriptVariables>
|
<scriptVariables>
|
||||||
|
|
|
@ -136,6 +136,7 @@
|
||||||
<debug>${it.debug}</debug>
|
<debug>${it.debug}</debug>
|
||||||
<addTestClassPath>true</addTestClassPath>
|
<addTestClassPath>true</addTestClassPath>
|
||||||
<junitPackageName>org.eclipse.jetty.maven.its.ee8.runner</junitPackageName>
|
<junitPackageName>org.eclipse.jetty.maven.its.ee8.runner</junitPackageName>
|
||||||
|
<scope>test</scope>
|
||||||
<scriptVariables>
|
<scriptVariables>
|
||||||
<maven.dependency.plugin.version>${maven.dependency.plugin.version}</maven.dependency.plugin.version>
|
<maven.dependency.plugin.version>${maven.dependency.plugin.version}</maven.dependency.plugin.version>
|
||||||
<maven.surefire.plugin.version>${maven.surefire.plugin.version}</maven.surefire.plugin.version>
|
<maven.surefire.plugin.version>${maven.surefire.plugin.version}</maven.surefire.plugin.version>
|
||||||
|
|
|
@ -134,6 +134,7 @@
|
||||||
<debug>${it.debug}</debug>
|
<debug>${it.debug}</debug>
|
||||||
<addTestClassPath>true</addTestClassPath>
|
<addTestClassPath>true</addTestClassPath>
|
||||||
<junitPackageName>org.eclipse.jetty.maven.its.ee9.runner</junitPackageName>
|
<junitPackageName>org.eclipse.jetty.maven.its.ee9.runner</junitPackageName>
|
||||||
|
<scope>test</scope>
|
||||||
<scriptVariables>
|
<scriptVariables>
|
||||||
<maven.dependency.plugin.version>${maven.dependency.plugin.version}</maven.dependency.plugin.version>
|
<maven.dependency.plugin.version>${maven.dependency.plugin.version}</maven.dependency.plugin.version>
|
||||||
<maven.surefire.plugin.version>${maven.surefire.plugin.version}</maven.surefire.plugin.version>
|
<maven.surefire.plugin.version>${maven.surefire.plugin.version}</maven.surefire.plugin.version>
|
||||||
|
|
Loading…
Reference in New Issue