Adding <extraArtifact> to various invoker:install goals

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
Joakim Erdfelt 2023-03-01 14:10:52 -06:00
parent 10a374aeb5
commit 6dde0d55c9
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
2 changed files with 12 additions and 0 deletions

View File

@ -93,6 +93,11 @@
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
<configuration>
<extraArtifacts>
<extraArtifact>org.eclipse.jetty:jetty-home:${project.version}:zip</extraArtifact>
</extraArtifacts>
</configuration>
</execution>
</executions>
<configuration>

View File

@ -72,6 +72,13 @@
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
<configuration>
<extraArtifacts>
<extraArtifact>org.eclipse.jetty:jetty-home:${project.version}:zip</extraArtifact>
<extraArtifact>org.eclipse.jetty.demos:demo-simple-webapp:${project.version}:war</extraArtifact>
<extraArtifact>org.eclipse.jetty:jetty-client:${project.version}</extraArtifact>
</extraArtifacts>
</configuration>
</execution>
</executions>
<configuration>