Fixing jetty-runner it tests invoker install missing deps
This commit is contained in:
parent
ca3c1756ad
commit
15c07165ea
|
@ -72,6 +72,12 @@
|
|||
<goal>integration-test</goal>
|
||||
<goal>verify</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<extraArtifacts>
|
||||
<extraArtifact>org.eclipse.jetty.demos:demo-simple-webapp:${project.version}:war</extraArtifact>
|
||||
<extraArtifact>org.eclipse.jetty:jetty-client:${project.version}:jar</extraArtifact>
|
||||
</extraArtifacts>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
|
|
Loading…
Reference in New Issue