Removing extraArtifacts hack

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
Joakim Erdfelt 2023-03-01 15:47:28 -06:00
parent cb0b0faf71
commit 68c931327c
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
2 changed files with 0 additions and 13 deletions

View File

@ -93,11 +93,6 @@
<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,14 +72,6 @@
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
<configuration>
<extraArtifacts>
<extraArtifact>org.eclipse.jetty:jetty-home:${project.version}:zip</extraArtifact>
<extraArtifact>org.eclipse.jetty:javadoc:javadoc:${project.version}</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>